Google Scraper API
Get structured Google search results as JSON. Organic results, featured snippets, knowledge graphs, images, news, and videos — all in a single API call.
One request. Structured data.
Send a query, receive JSON with every SERP element parsed and organized.
curl -G https://serpsearch.com/api/v1/search \ -H "Authorization: Bearer mk_live_xxxxxxxxxxxxxxxxxxxxxxxx" \ --data-urlencode "q=best project management tools" \ -d "num=10" \ -d "gl=us"
Supported SERP Types
Extract every element from the Google results page.
Organic Results
CoreStandard blue-link results with title, URL, snippet, and displayed link. Includes position ranking for each result.
Featured Snippets
CoreDirect answer boxes that appear above organic results. Extracted with title, content, and source URL.
Knowledge Graph
CoreEntity cards with structured data about people, places, organizations, and more. Includes title, type, and description.
Image Results
SupportedImage search results with thumbnails, source URLs, and alt text. Perfect for visual content monitoring.
News Results
SupportedBreaking news and recent articles from Google News. Includes publication name, date, and headline.
Video Results
SupportedVideo results from YouTube and other platforms. Includes thumbnails, durations, and channel information.
Related Searches
CoreSuggested related queries that users also search for. Useful for keyword research and content planning.
Shopping Results
SupportedProduct listings with prices, merchant names, and ratings. Ideal for price monitoring and competitive analysis.
Why choose SERP Search?
Redundant infrastructure ensures your scraping jobs never miss a beat.
Fast response times even at high volumes. Built for production-scale scraping.
Structured JSON for easy parsing, plus raw HTML when you need full control.
Global geo-targeting
Get localized results from any country and language using the gl and hl parameters.
// US English results GET /api/v1/search?q=coffee+shops&gl=us&hl=en // German results from Germany GET /api/v1/search?q=Kaffeehäuser&gl=de&hl=de // Japanese results from Japan GET /api/v1/search?q=コーヒーショップ&gl=jp&hl=ja
Start scraping Google today
Sign up, grab an API key, and make your first request in minutes. Plans start at $9.99/month.