Google Search Scraper - Most Comprehensive avatar

Google Search Scraper - Most Comprehensive

Pricing

from $0.90 / 1,000 pages

Go to Apify Store
Google Search Scraper - Most Comprehensive

Google Search Scraper - Most Comprehensive

πŸ”₯ ~$1/1K pages πŸ”₯ Scrape Google into 40+ structured sections: organic results, knowledge panel with cast/ratings/streaming prices, finance with earnings, shopping with filters, AI overview, PAA with answers, perspectives, video key moments, hotels, local pack, flights, lyrics, sports, ads.

Pricing

from $0.90 / 1,000 pages

Rating

0.0

(0)

Developer

Kai

Kai

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

2 days ago

Last modified

Share

Google SERP Scraper

Scrape Google search results into structured JSON. Returns a complete SerpPage per page with 60+ sections β€” the deepest extraction available at $1/1K pages.

Why use this over SerpAPI, DataForSEO, or Serper?

This actorSerpAPIDataForSEOSerperScraperLink (Apify)
SERP features~60~45~48~12~6
Cost per 1K pages~$1$5–15$0.60–2$0.30–1$0.50
Latency~3s/page~2.5s6s–5min1.8s~2s
  • 60+ SERP sections: organic, knowledge panel, AI overview, finance (OHLC + earnings + company info), shopping, hotels, flights (status + calendar + listings), sports (standings + leaderboards + athlete stats), weather (hourly + 7-day), lyrics, dictionary, translation, currency, recipes, forums, perspectives, local pack with GPS, and 40+ more
  • $1/1K pages β€” 5–15x cheaper than SerpAPI with comparable depth
  • Features no competitor extracts: film showtimes, popular destinations, nutrition widget, award ceremonies, movie recommendations, local filters, flights price calendar, interactive widget detection
  • Where SerpAPI wins: $2M legal shield, 99.95% SLA
  • Where DataForSEO wins: cheapest at scale ($0.60/1K queue), e-commerce features (explore brands, courses, podcasts), integrated SEO metrics, historical data
  • Full i18n across 12+ languages without hardcoded English text
  • Real structured data: ratings as numbers, coordinates as floats, prices parsed, entities with KG MIDs

Use cases

  • Monitor SERP features for SEO. Track which sections appear for your keywords
  • Feed structured SERP data into competitive intelligence pipelines
  • Build price comparison databases from shopping results across regions
  • Track finance data (stock prices, earnings, related markets) as they appear on Google
  • Aggregate People Also Ask questions with answers for content research
  • Monitor local pack rankings and reviews for local SEO

How to use

{
"query": "instant pot"
}

Scrape multiple pages

{
"query": "best laptop 2025",
"maxNumberOfPages": 5
}

Geo-targeted search (search as if from Japan, in Japanese)

{
"query": "ラーパン レシピ",
"gl": "jp",
"hl": "ja"
}

Sort by date

{
"query": "climate change policy",
"sort": "date"
}

Input

ParameterTypeDefaultDescription
querystringrequiredGoogle search query. Supports operators: "exact phrase", -exclude, site:example.com
maxNumberOfPagesinteger1Number of SERP pages to scrape. Each page has ~10 organic results plus all other sections. Set to 0 for unlimited.
glstringusCountry code for geo-targeting (us, jp, de, kr, vn)
hlstringenInterface language (en, ja, de, ko, vi)
sortstring-Sort expression (e.g., date for newest first)

Output

Each page is one item in the dataset β€” a full SerpPage object.

Organic results

{
"position": 1,
"url": "https://instantpot.com/",
"title": "Shop Instant Pot & Instant Appliances | Official Website",
"description": "Instant Pot is a well-known brand providing kitchen appliances. Find pressure cookers, air fryers, slow cookers and more.",
"siteName": "Instant Pot",
"richSnippet": {
"extensions": ["Free shipping", "30-day returns"],
"rating": 4.5,
"reviewCount": "2.1K"
}
}

Knowledge Panel (film/TV example)

{
"name": "Avengers: Endgame",
"label": "PG-13 2019 Β· Action/Sci-fi Β· 3h 1m",
"kgMid": "/m/0126b8kv",
"entityType": "FILM",
"cast": ["Robert Downey Jr.", "Scarlett Johansson", "Chris Evans"],
"director": "Anthony Russo, Joe Russo",
"budget": "356 million USD (2019)",
"runningTime": "3h 1m",
"releaseDate": "April 26, 2019 (USA)",
"googleUsersRating": "92%",
"ratings": [
{"source": "IMDb", "score": "8.4/10", "url": "https://www.imdb.com/title/tt4154796/"},
{"source": "Rotten Tomatoes", "score": "94%", "url": "https://www.rottentomatoes.com/m/avengers_endgame"}
],
"streamingLinks": [
{"platform": "Disney+", "url": "https://www.disneyplus.com/play/b39aa962-be56-4b09-a536-98617031717f", "price": "Subscription"},
{"platform": "Apple TV", "url": "https://tv.apple.com/us/movie/avengers-endgame/umc.cmc.4ao9tm6b6rz4sy7yj5v13ltf8", "price": "From $3.99"}
]
}

Finance

{
"name": "Apple Inc",
"exchange": "NASDAQ",
"ticker": "AAPL",
"price": "270.23",
"change": "+6.83",
"changePercent": "2.59%",
"open": "266.96",
"high": "272.30",
"low": "266.72",
"marketCap": "3.97T",
"peRatio": "34.19",
"weekHigh52": "288.61",
"weekLow52": "189.81",
"dividend": "0.38%",
"companyInfo": {
"ceo": "Tim Cook (Aug 24, 2011–)",
"founders": "Steve Jobs, Ronald Wayne, Steve Wozniak",
"headquarters": "Cupertino, California, United States",
"employees": "166,000 (2025)"
},
"earnings": {"quarter": "Q1 2026", "epsBeat": "+6.25%", "revenueBeat": "+3.78%"},
"relatedMarkets": [
{"name": "Dow Jones Industrial Average", "price": "49,447.43", "changePercent": "1.79%"},
{"name": "S&P 500", "price": "7,126.06", "changePercent": "1.20%"}
]
}

Shopping

{
"productCount": 32,
"filterGroups": ["Capacity", "Category", "Product Rating", "Stores", "Features"],
"products": [
{
"name": "Instant Pot Pro 6-Quart Pressure Cooker",
"price": 160.26,
"store": "Home Depot",
"rating": 4.5,
"reviewCount": "275",
"deliveryInfo": "Free delivery",
"monthlyPayment": "$20.28/mo",
"monthlyTerm": "x 36"
}
]
}

People Also Ask (with answers)

{
"question": "Which Instant Pot to make L-reuteri yogurt?",
"snippet": "Make sure you use the Instant Pot Pro, which has a sous vide setting and a yogurt setting that goes for 36 hours.",
"source": "Cultured Food Life",
"sourceUrl": "https://www.culturedfoodlife.com/recipe/l-reuteri-in-an-instant-pot/"
}

Video key moments

{
"title": "I Used Every 2026 MacBook for a Month",
"url": "https://www.youtube.com/watch?v=bjPq4goP2A8",
"channel": "TechReviewer",
"duration": "14:32",
"keyMoments": [
{"time": 0, "label": "I've Had Every 2026 MacBook for a Month"},
{"time": 79, "label": "The MacBook Neo is better than you think"},
{"time": 289, "label": "The MacBook Air M5's identity crisis"}
]
}

Hotels

{
"name": "Hotel Europe Saint-Severin",
"price": "$158",
"rating": 4.4,
"reviewCount": "1.4K",
"stars": 3,
"starClassification": "3-star tourist hotel",
"latitude": 48.852751,
"longitude": 2.344313
}

Flight status

{
"flightNumber": "UA 123",
"origin": "LHR",
"destination": "EWR",
"status": "Departing on time",
"departureTime": "07:45",
"duration": "8h 5m flight."
}

Lyrics

{
"text": "Is this the real life? Is this just fantasy? Caught in a landslide, no escape from reality...",
"artist": "Queen",
"album": "A Night at the Opera",
"releaseYear": "1975",
"genre": "Hard rock, Progressive rock, Art rock",
"source": "Musixmatch"
}

All sections extracted

SectionExample queries
Organic results (with rich snippets)All queries
Knowledge Panel (cast, director, budget, ratings, streaming)"avengers endgame", "taylor swift"
Finance (full stock data + company info + earnings)"aapl stock", "bitcoin price"
Shopping (products + filter groups)"instant pot", "iphone 16"
Product Page GPC (offers from multiple stores)"buy iphone 16 pro max"
AI Overview (structured text + references)Most informational queries
People Also Ask (with answers)Most queries
Things to Know (with nested AI overviews)Product/entity queries
Perspectives (Reddit, X, TikTok, YouTube, Instagram)Most queries
Top StoriesNews-related queries
Inline Videos (with key moments)Video queries
Local Pack (with open status, reviews, services)"near me" queries
Hotels (with coordinates + star classification)"hotels in paris"
Flights (price calendar + airline listings)"flights to tokyo"
Flight Status"UA 123 flight status"
Weather (hourly + 7-day forecast)"weather new york"
Sports (matches, standings, leaderboards)"nba scores", "bundesliga"
Lyrics"lyrics bohemian rhapsody"
Awards (winners + host + network)"oscars 2025 winners"
Movie Recommendations"amazon prime movies"
Dictionary (pronunciation, synonyms, etymology)"define serendipity"
Translation (with romanization)"translate hello to japanese"
Currency (with conversion table)"usd to eur"
RecipesRecipe queries
Forums (with vote counts)Discussion queries
Ads (text + PLA)Commercial queries
Web DescriptionMost queries (59%)
Featured Snippet (paragraph/list/table)Informational queries
Attraction Admissions (ticket prices)"tour eiffel"
Local KP (busyness, merchant info)Business queries
Spell CheckTypo queries

Proxy tips

The default Apify proxy works for most queries. If you get blocked (empty results or captcha pages), switch to residential proxies:

{
"query": "your query",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Residential proxies cost more but have higher success rates against Google's anti-bot detection.

Limitations

  • Google typically returns up to ~400 results per query (40 pages)
  • Results may vary by proxy region even with gl set
  • AI Overview availability varies by query and region

Pricing

Charged per page. Each page contains the full SerpPage object with all sections above.