Google Search
Search Engines
Google Search
Execute a Google search and retrieve parsed results with organic listings, ads, and more
GET
Google Search
Overview
The/google/search endpoint executes a Google search query and returns parsed, structured results. This API handles anti-bot measures and provides clean data extraction from Google’s search results.
Parameters
Query Parameters
The search query
Language code for the interface (e.g.,
en, es, fr, de)Country code for geo-targeted results (e.g.,
us, uk, de, jp)Number of results to return (1-100)
Start offset for pagination (e.g.,
0 for first page, 10 for second)Device type to emulate. Options:
desktop, mobile, tabletLocation for geo-targeted results (e.g.,
New York, USA, London, UK)Safe search mode. Options:
off, medium, highTime-based filter for results:
qdr:d- Past 24 hoursqdr:w- Past weekqdr:m- Past monthqdr:y- Past year
Search type. Options:
search, images, news, videosDuplicate content filter.
0 = show all, 1 = filter duplicatesAuto-correct toggle.
0 = allow corrections, 1 = disable auto-correctEncoded location in UULE format for precise geo-targeting
Google domain to use (e.g.,
www.google.co.uk, www.google.de)Return raw HTML instead of parsed results
Async mode - returns job ID immediately for later retrieval
Example Requests
Basic Search
Location-Targeted Search
News Search with Time Filter
Response
Success Response (200)
Returns parsed search results with organic listings, ads, and other components:Response Headers
| Header | Description |
|---|---|
x-remaining-credits | Number of API credits remaining |
x-trace-id | Unique identifier for the request |
Error Responses
| Status | Description |
|---|---|
400 | Bad Request - Invalid query parameters |
401 | Unauthorized - Invalid or missing API key |
500 | Internal Server Error |
Use Cases
- SEO monitoring: Track keyword rankings and SERP positions
- Competitor analysis: Monitor competitor visibility in search results
- Market research: Analyze search trends and popular content
- Lead generation: Find businesses and contact information
- Content research: Discover trending topics and content gaps
- Ad monitoring: Track competitor advertising strategies