SERP API

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

Core

Standard blue-link results with title, URL, snippet, and displayed link. Includes position ranking for each result.

Featured Snippets

Core

Direct answer boxes that appear above organic results. Extracted with title, content, and source URL.

Knowledge Graph

Core

Entity cards with structured data about people, places, organizations, and more. Includes title, type, and description.

Image Results

Supported

Image search results with thumbnails, source URLs, and alt text. Perfect for visual content monitoring.

News Results

Supported

Breaking news and recent articles from Google News. Includes publication name, date, and headline.

Video Results

Supported

Video results from YouTube and other platforms. Includes thumbnails, durations, and channel information.

Related Searches

Core

Suggested related queries that users also search for. Useful for keyword research and content planning.

Shopping Results

Supported

Product listings with prices, merchant names, and ratings. Ideal for price monitoring and competitive analysis.

Why choose SERP Search?

99.9%
Uptime SLA

Redundant infrastructure ensures your scraping jobs never miss a beat.

<200ms
Avg Response Time

Fast response times even at high volumes. Built for production-scale scraping.

JSON + HTML
Dual Format

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.