Endpoints & Pricing
Google Search Endpoints, One API Key
Choose Quick or Deep web search for SERP data, news for fast RSS-based articles, or images for visual search. Videos are included in web search results. Pay only for what you use.
Google Quick Web
- Organic results with snippets
- Featured Snippets
- People Also Ask boxes
- Ads & Related Searches
- ~10 results, fast response
- Per-page multiplier for pagination
Google Deep Web
- AI Overviews with sources
- Featured Snippets
- PAA with answers & source links
- Inline videos & shopping
- Richer SERP data via xjs scripts
- Up to 100 results per query
Google News (RSS)
- 100+ articles per request
- ~600ms response time
- No proxy cost (RSS feed)
- Title, URL, source, date
- Freshness: 1h, 1d, 7d, 30d
- 30+ country targeting
Google Images
- Image URLs & thumbnails
- Dimensions & file size
- Source page URL
- Alt text / title
- SafeSearch filtering
- Color & size filters
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 (RSS)
- 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)
- freshness (1d, 7d, 30d)
- safe (SafeSearch on/off)
- type (search, news, images)
- page (pagination)
FAQ
Google SERP API Questions
country parameter to target specific countries. Google News supports 30+ countries 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.
Try the Google SERP API Free
100 free searches included. Test Quick Web, Deep Web, News, and Image endpoints with no credit card required. Google search data from $0.05/1K.
Try for Free