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 "query=best project management tools" \ -d "page=1"
Supported SERP Types
Extract every element from the Google results page.
Organic Results
Standard blue-link results with title, URL, snippet, and displayed link. Includes position ranking for each result.
Featured Snippets
Direct answer boxes that appear above organic results. Extracted with title, content, and source URL.
Knowledge Graph
Entity cards with structured data about people, places, organizations, and more. Includes title, type, and description.
Image Results
Image search results with thumbnails, source URLs, and alt text. Perfect for visual content monitoring.
News Results
Breaking news and recent articles from Google News. Includes publication name, date, and headline.
Video Results
Video results from YouTube and other platforms. Includes thumbnails, durations, and channel information.
Related Searches
Suggested related queries that users also search for. Useful for keyword research and content planning.
Shopping Results
Product 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.
Pin-point accuracy geo-targeting
Target results by country, language, or exact coordinates using the gl, hl, lat, and lng parameters.
// Coffee shops near Times Square, NYC GET /api/v1/search?q=coffee+shops&lat=40.7580&lng=-73.9855&gl=us // Restaurants near the Eiffel Tower, Paris GET /api/v1/maps?q=restaurants&lat=48.8584&lng=2.2945&gl=fr&hl=fr // Hotels near Shibuya Crossing, Tokyo GET /api/v1/maps?q=hotels+near+me&lat=35.6595&lng=139.7004&gl=jp&hl=ja
Start scraping Google today
Sign up, grab an API key, and make your first request in minutes. Plans start at $50/month.