Google SERP Scraper - Search Results, Rankings & SERP Features avatar

Google SERP Scraper - Search Results, Rankings & SERP Features

Under maintenance

Pricing

$3.00 / 1,000 search queries

Go to Apify Store
Google SERP Scraper - Search Results, Rankings & SERP Features

Google SERP Scraper - Search Results, Rankings & SERP Features

Under maintenance

Scrape Google search results including organic listings, local pack, featured snippets, People Also Ask, and ads. Perfect for SEO research, rank tracking, and competitive analysis. Track Rankings Analyze SERP Features Research Competition Study User Intent Monitor Local SEO

Pricing

$3.00 / 1,000 search queries

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

2

Bookmarked

53

Total users

13

Monthly active users

33 days

Issues response

a day ago

Last modified

Share

Scrape Google search results including organic listings, local pack, featured snippets, People Also Ask with answers, Knowledge Panel, sitelinks, shopping ads, and emphasized keywords. Multi-page pagination, CAPTCHA detection, top/bottom ad tracking. Uses Camoufox stealth browser.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"queries": [
"best pizza near me"
],
"location": "United States",
"language": "en",
"device": "desktop",
"maxResults": 10,
"maxPagesPerQuery": 1,
"includeAds": false,
"includeShoppingAds": false,
"includePAA": true,
"expandPAAAnswers": true,
"includeLocalPack": true,
"includeFeaturedSnippet": true,
"includeKnowledgePanel": true,
"includeRelatedSearches": true,
"includeSitelinks": true,
"includeEmphasizedKeywords": true,
"maxRetries": 3,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"GOOGLE_SERP"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
queriesarray["best pizza near me"]NoList of search queries to scrape (one per line or comma-separated)
locationstring"United States"NoGeographic location for localized results (e.g., 'New York, NY, USA')
languagestring"en"NoSearch language code
devicestring"desktop"NoEmulate desktop or mobile search
maxResultsinteger10NoNumber of organic results to extract per page (Google typically shows 10)
maxPagesPerQueryinteger1NoNumber of Google result pages to scrape per query (1-10). Page 2 = results 11-20, etc.
includeAdsbooleanfalseNoExtract paid text ads with top/bottom placement tracking
includeShoppingAdsbooleanfalseNoExtract product/shopping ads with prices, ratings, and merchant info
includePAAbooleantrueNoExtract People Also Ask questions
expandPAAAnswersbooleantrueNoClick each PAA question to extract the full answer text and source URL (slower but much more valuable for content strategy)
includeLocalPackbooleantrueNoExtract local business results (map pack) with ratings, reviews, categories
includeFeaturedSnippetbooleantrueNoExtract featured snippet content (paragraph, list, or table type)
includeKnowledgePanelbooleantrueNoExtract Knowledge Panel data: entity info, attributes (founded, CEO, etc.), social profiles
includeRelatedSearchesbooleantrueNoExtract related search suggestions at bottom of SERP
includeSitelinksbooleantrueNoExtract sitelinks (sub-links) under organic results with titles, URLs, and descriptions
includeEmphasizedKeywordsbooleantrueNoExtract bolded/emphasized words from result descriptions — shows exact keyword matches Google uses
maxRetriesinteger3NoMaximum retry attempts per request when CAPTCHA or errors occur (1-5)
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["GOOGLE_SERP"]}NoProxy settings — GOOGLE_SERP group recommended for best results
demoModebooleantrueNoReturn realistic sample data without actual scraping (free, no proxy usage)
webhookUrlstring-NoOptional webhook URL to receive results in real-time as each query completes

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
SERP ScrapedEach Google SERP page scraped (includes organic, ads, PAA, Knowledge Panel, sitelinks, shopping)$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal