Dedicated ScrapersGoogle Scraper API
Google Scraper API

Extract Google Data —
Search, Maps, News & More

8 Google product APIs with structured JSON responses. SERP results, Maps places & reviews, News articles, Hotels, Trends, Jobs, Shopping, Patents.

8 Products
AI Overview
Sub-Second
From $0.10/req
GET /v1/google/search?q=web+scraping
GOOGLE
{
  "search_information": {
    "total_results": 2840000000,
    "time_taken": 0.31
  },
  "ai_overview": {
    "text_blocks": [{
      "type": "paragraph",
      "snippet": "Web scraping is the process of..."
    }]
  },
  "organic_results": [{
    "position": 1,
    "title": "Web Scraper - The #1 web scraping extension",
    "link": "https://webscraper.io/",
    "snippet": "The most popular web scraping extension..."
  }, ...]
  "related_questions": [{ "question": "Is web scraping illegal?" }]
}
200 OK0.8s7 creditsapplication/json

19 Dedicated Endpoints

Structured JSON responses across 8 Google products. No HTML parsing or browser automation needed.

Web Search
GET /v1/google/search

Google web search — organic results, ads, knowledge graph, AI overview, People Also Ask

2 credits/request
Search Places
GET /v1/google/maps/search

Find places on Google Maps by keyword, location, and category

2 credits/request
Place Details
GET /v1/google/maps/place

Full place details including hours, contact info, ratings, and attributes

3 credits/request
Place Reviews
GET /v1/google/maps/reviews

User reviews for any place with rating, text, and reviewer info

3 credits/request
Place Photos
GET /v1/google/maps/photos

Photo gallery URLs and metadata for any Google Maps place

2 credits/request
Search News
GET /v1/google/news/search

Google News search results with headlines, sources, and publication times

1 credit/request
News by Topic
GET /v1/google/news/topics

Top stories grouped by topic — business, tech, sports, health, and more

1 credit/request
Trending News
GET /v1/google/news/trending

What's trending on Google News right now, by country and language

1 credit/request
Search Hotels
GET /v1/google/hotels/search

Hotel listings with prices, ratings, amenities, and availability by date

3 credits/request
Hotel Details
GET /v1/google/hotels/details

Full hotel details with room types, policies, photos, and reviews

5 credits/request
Interest Over Time
GET /v1/google/trends/interest

Search interest over time for any keyword or topic from Google Trends

2 credits/request
Interest by Region
GET /v1/google/trends/regions

Geographic breakdown of search interest by country or sub-region

2 credits/request
Related Topics
GET /v1/google/trends/related

Rising and top related topics and queries for any search term

2 credits/request
Trending Searches
GET /v1/google/trends/trending

Daily and real-time trending searches on Google by country

1 credit/request
Search Jobs
GET /v1/google/jobs/search

Job postings from Google Jobs with title, company, location, and description

2 credits/request
Search Products
GET /v1/google/shopping/search

Google Shopping product listings with prices, merchants, and ratings

2 credits/request
Product Details
GET /v1/google/shopping/product

Full product details with all sellers, price history, and specs

5 credits/request
Search Patents
GET /v1/google/patents/search

Google Patents search results with patent numbers, titles, and inventors

2 credits/request
Patent Details
GET /v1/google/patents/detail

Full patent record with abstract, claims, citations, and filing timeline

3 credits/request
Cost Estimator

Estimate Your Costs

Credits per request2
Total credits needed2,000

Why ScrapeBadger

SearchGuard Bypass

Cookie warmup and browser farm rotation handle all anti-bot challenges automatically. Clean JSON on every request.

AI Overview Included

When Google shows AI Overview, we capture all text_blocks and reference links — available in ~48% of searches.

Sub-Second Responses

Cached results return in under a second. Fresh crawls via cookie warmup in 1-3s, browser fallback in 3-8s.

8 Google Products

One API key for Search, Maps, News, Hotels, Trends, Jobs, Shopping, and Patents. Unified billing.

Flat Per-Request Pricing

Every Google endpoint costs the same credit amount — simple, predictable, no tier surprises. Configurable per-endpoint by admins. No subscriptions.

SDK Support

Python and Node.js SDKs with typed methods for all endpoints. Or use the REST API directly with any language.

Simple Integration

Node.js / TypeScript
import ScrapeBadger from 'scrapebadger';

const client = new ScrapeBadger({ apiKey: 'sb_live_...' });

// Google Search with AI Overview
const serp = await client.google.search({ q: 'best restaurants NYC' });
console.log(serp.ai_overview?.text_blocks[0]?.snippet);
for (const result of serp.organic_results) {
  console.log(`${result.position}. ${result.title}`);
}

// Google Maps reviews
const reviews = await client.google.maps.reviews({
  data_id: '0x89c259...',
  sort_by: 'newestFirst',
});

Frequently Asked Questions

How does the Google API handle anti-bot protection?

We use SearchGuard — a combination of cookie warmup sessions and a browser farm for JavaScript-rendered requests. Every request rotates through warmed sessions to avoid detection. You call the API and get clean JSON back every time.

What Google products are supported?

8 products across 19 endpoints: Search (SERP), Maps (places, details, reviews, photos), News (search, topics, trending), Hotels (search, details), Trends (interest over time, by region, related topics, trending), Jobs, Shopping, and Patents.

Does the SERP API include AI Overview?

Yes. When Google shows an AI Overview for a query, we capture all text_blocks and reference links in the response. AI Overview appears in approximately 48% of searches depending on the query type and region.

How fast are responses?

Sub-second for cached queries. Fresh crawls using cookie warmup sessions return in 1-3 seconds. For JavaScript-heavy pages requiring browser rendering, fallback to the browser farm adds 3-8 seconds. Cache hit rates are typically 40-60% for popular queries.

How is pricing calculated?

Flat per-endpoint credit pricing — every Google endpoint costs the same credit amount, kept simple and predictable. Exact per-endpoint cost is visible on each product landing page (fetched live from the pricing API) and configurable by admins. Credits never expire and there are no subscriptions.

Start Scraping Google Today

Sign up for free and get 1,000 credits to test all endpoints across all 8 Google products.

Get Free Credits