Endpoints & Pricing
Google Search Endpoints, One API Key
Web search for full SERP data with optional AI Overviews, news for fast structured news articles, images for visual search, or dedicated video search. Pay only for what you use.
Google SERP
- Optional AI Overviews with sources
- Featured Snippets & PAA
- Inline videos when present
- Ads & Related Searches
- Up to 10 pages (~100 results) per call
- Account-state Web category billing
Google News
- 100+ articles per request
- Structured news metadata
- Low Scale-tier unit cost
- Title, URL, source, date
- Freshness: 1h, 1d, 7d, 30d
- 112 country targeting
Google Images
- Image URLs & thumbnails
- Dimensions & file size
- Source page URL
- Alt text / title
- SafeSearch filtering
- Color & size filters
Pixel Position & Geometry on every Google SERP element
Add pixel_position=true to any Google search and every item — organic results, AI Overview, PAA, ads, featured snippet, knowledge panel, local pack — comes back with both an integer pixel_position (y-coordinate) and a full pixel_box with x, y, width, and height. Same per-call price, opt-in flag.
{
"organic": [
{ "position": 1, "pixel_position": 750, "pixel_box": { "x": 126, "y": 750, "w": 652, "h": 118 } }
],
"aiOverview": {
"pixel_position": 175
},
"featuredSnippet": {
"pixel_position": 252
}
}
Quick Start
Integrate in Under 5 Minutes
A single cURL request is all you need. Replace YOUR_API_KEY with the key from your dashboard.
# Google web search for "best laptops 2025" curl "https://apiserpent.com/api/search?q=best+laptops+2025&engine=google&num=10" \ -H "X-API-Key: YOUR_API_KEY"
{
"searchParameters": {
"q": "best laptops 2025",
"engine": "google",
"type": "search"
},
"organic": [
{
"title": "Best Laptops 2025: Top Picks for Every Budget",
"url": "https://example.com/best-laptops",
"snippet": "Our experts tested 50+ laptops to find the best...",
"position": 1
}
],
"peopleAlsoAsk": [...],
"relatedSearches": [...],
"credits": { "used": 1, "remaining": 99 }
}
Data Fields
Comprehensive Data from Every Google Endpoint
Each endpoint returns structured JSON with all the data you need for SEO tools, market research, and competitive analysis.
Web Search Fields
- organic[].title
- organic[].url
- organic[].snippet
- organic[].position
- featuredSnippet.text
- peopleAlsoAsk[].question
- relatedSearches[]
- ads[].title, ads[].url
News Search Fields
- articles[].title
- articles[].url
- articles[].source
- articles[].publishedTime
- articles[].snippet
- totalResults
- searchParameters.freshness
- searchParameters.country
Image Search Fields
- images[].imageUrl
- images[].thumbnailUrl
- images[].title
- images[].sourceUrl
- images[].width
- images[].height
- images[].format
- totalResults
Request Parameters
- q (search query)
- engine=google
- num (results count, up to 100)
- country (e.g., us, uk, in)
- language (e.g., en, es, de)
- freshness (1d, 7d, 30d)
- safe (SafeSearch strict/moderate/off)
- pages (pagination, 1–10)
- format (full, compact)
FAQ
Google SERP API Questions
country parameter to target specific countries. Google supports 112 country codes via the gl= and ceid= parameters, including US, UK, IN, DE, FR, JP, BR, and more. Web search also supports country-level targeting to get localized results.
Start using the Google SERP API
10 shared free calls apply to Web, News, Image, and Video endpoints alike. Google search data from $0.03/1K pages.
Try for Free

