Organic Results
Scrape Google Search and get all the organic results in a JSON format.
Each basic Google search returns a number of organic results. Only exceptional keywords end up without any results from Google. In the Google Search API, all organic results are grouped under the organic_results
key and include the following elements:
title
String
Title of the scraped Google result
link
String
Link to the result
displayed_link
String
Linked displayed on the Google search page
snippet
String
Description of the result
position
Integer
Result position on page
Organic Results Request Examples
Request Example That Returns Organic Elements
GET
https://serpapi.webscrapingapi.com/v1?engine=google&api_key=<YOUR_API_KEY>&q= google
This is a basic GET request that returns the organic results found on the Google page.
Query Parameters
q*
String
google
api_key*
String
<YOUR_API_KEY>
Last updated