Google search results
A Google results page for a query, parsed into structured JSON.
Temporarily unavailable. This endpoint is not currently serving requests. The parameters below are accurate; get in touch before building against it.
Returns a live Google results page already parsed: organic results, ads, the local pack, related questions, related searches, and pagination.
The field names follow the convention most Google search APIs use
(organic_results, ads, local_results, related_questions,
related_searches, search_parameters), so an existing parser usually
maps over with little or no change.
This endpoint takes GET with query parameters, not a POST body.
No example response is shown for this endpoint.
Authorization
ApiKeyAuth Your API key. Sent on every request.
In: header
Query Parameters
The search query. URL-encode spaces and symbols.
Where the search should appear to originate, for example New York or Austin, Texas, United States. The resolved value comes back as location_used.
Interface language as a two-letter code, for example en, es, de.
"en"Country to search from as a two-letter code, for example us, gb, nl.
Which Google domain to query, for example google.com or google.nl.
Device layout to request. Changes which blocks appear on the page.
"desktop"Results page, counting from 1. Increment for deeper pages.
1Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scrapers/serp_search_json?q=car+insurance&hl=en"{}