VOOZH about

URL: https://apify.com/nexgendata/google-search-scraper

⇱ πŸ” Google Search Scraper β€” SerpAPI & Bright Data Alt Β· Apify


πŸ‘ πŸ” Google SERP Scraper β€” Rankings & Keywords avatar

πŸ” Google SERP Scraper β€” Rankings & Keywords

Pricing

from $20.00 / 1,000 results

Go to Apify Store

πŸ” Google SERP Scraper β€” Rankings & Keywords

Scrape Google Search results β€” organic listings, featured snippets, People Also Ask, knowledge panels. SERP analysis at scale.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

11 days ago

Last modified

Categories

Share

Google Search Scraper - SERP Results & Rich Snippets

Extract structured data from Google search results with precision. This actor leverages Apify's Google SERP proxy to scrape real Google search engine results pages (SERPs) and return organic results, featured snippets, ads, and "People Also Ask" questions in clean JSON format.

Features

  • Organic Search Results: Title, URL, description, position, domain
  • Featured Snippets: Automatically detects and extracts knowledge panels and featured snippets
  • People Also Ask: Captures related questions and answers
  • Multi-Country Support: US, UK, Canada, Australia, Germany, France, Japan, Brazil, India, Mexico
  • Language Support: Search results in multiple languages
  • Bulk Operations: Process multiple queries in a single run
  • Structured Output: Clean JSON data ready for analysis or integration

Use Cases

  • SEO Research: Analyze competitor rankings and SERP features
  • Market Intelligence: Track keyword rankings and featured snippet opportunities
  • Competitive Analysis: Monitor search results for market trends
  • Content Strategy: Identify question-based content opportunities from "People Also Ask"
  • Lead Generation: Extract business websites from search results
  • Academic Research: Gather search trend data at scale

Input

The actor accepts an input object with the following structure:

{
"queries":["python programming","web scraping"],
"maxResults":10,
"country":"US",
"language":"en"
}

Input Parameters

  • queries (required): Array of search queries (e.g., ["machine learning", "AI trends"])
  • maxResults: Number of results per query (1-100, default: 10)
  • country: Search country (US, UK, CA, AU, DE, FR, JP, BR, IN, MX) - default: US
  • language: Result language code (en, de, fr, es, ja, pt) - default: en

Output

Results are pushed to the default dataset as individual JSON records:

{
"query":"python programming",
"position":1,
"type":"organic_result",
"title":"Welcome to Python.org",
"url":"https://www.python.org",
"domain":"python.org",
"description":"The official home of the Python Programming Language."
}

Result Types

  • organic_result: Standard search result (title, URL, description, position)
  • featured_snippet: Featured snippet from knowledge panel
  • people_also_ask: Related questions from "People Also Ask" section
  • ad: Sponsored search result (if detected)
  • error: Error record if query fails

Pricing

This actor uses Pay-Per-Event (PPE) pricing:

  • $0.005 per actor start
  • $0.003 per result extracted

For 10 queries with 10 results each: $0.005 + (100 Γ— $0.003) = $0.305

Technology Stack

  • Python 3.12 with asyncio
  • BeautifulSoup4: HTML parsing
  • httpx: Async HTTP client
  • Apify SDK: Job scheduling and data export
  • Apify Google SERP Proxy: Real Google HTML via proxy network

Rate Limiting

Google enforces rate limits on search requests. The actor handles rate limiting gracefully:

  • Automatic retry on 429 (Too Many Requests)
  • Exponential backoff
  • Proxy rotation via Apify's residential proxy network

Limitations

  • Google actively blocks automated scraping; this actor uses Apify's official proxy to mitigate blocks
  • Search results vary by location, IP, and query history
  • Some specialized results (maps, images, videos) may not be captured in the organic results list
  • Requires active Apify account with proxy access

Examples

1. Basic SEO Research

{
"queries":["best coffee shops near me","coffee trends 2026"],
"maxResults":20,
"country":"US"
}

2. Multi-Language Analysis

{
"queries":["machine learning"],
"maxResults":15,
"country":"DE",
"language":"de"
}

3. Competitive Intelligence

{
"queries":["our company name","competitor name","industry keyword"],
"maxResults":30
}

Support

For issues or feature requests, please contact support or check the Apify marketplace documentation.

License

Proprietary - NexGenData

Related tools

πŸ’» Code Example β€” Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/google-search-scraper").call(run_input={
# Fill in the input shape from the actor's input_schema
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

🌐 Code Example β€” cURL

curl-X POST "https://api.apify.com/v2/acts/nexgendata~google-search-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{ /* input schema */ }'

❓ FAQ

Q: How do I get started? Sign up at apify.com, grab your API token from Settings β†’ Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.

Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

Q: Can I use the output commercially? Yes β€” you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.

Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.

πŸ’° Pricing

Pay-per-event pricing β€” you only pay for what you actually extract.

  • Actor Start: $0.0001
  • result: $0.0050

πŸ”— Related NexGenData Actors

πŸš€ Apify Affiliate Program

New to Apify? Sign up with our referral link β€” you get free platform credits on signup, and you help fund the maintenance of this actor fleet.

πŸ“š More From NexGenData

Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com β€” the brand home for everything we ship.

  • πŸ“– Tutorials & how-to guides
  • πŸ—‚οΈ Full actor catalog with usage examples
  • πŸ“¦ Gumroad data packs (one-time purchases)
  • πŸ“¬ Newsletter β€” monthly drops of new actors and revenue experiments

Built and maintained by NexGenData β€” 165+ actors covering scraping, enrichment, MCP servers, and automation. 🏠 Home: thenextgennexus.com


Why Google Search Scraper Beats SerpAPI, Bright Data SERP, ScrapingBee & DataForSEO

FeatureNexGenData Google SERP ScraperSerpAPIBright Data SERPScrapingBeeDataForSEO
Cost$5 per 1K queries, pay-per-event$50-1500 / month$1.20-2.20 per 1K SERPs$49-999 / month$0.6-2 per 1K SERPs
Organic resultsYesYesYesYesYes
Featured snippets / PAAYesYesYesYesYes
Multi-country / localeYes β€” 50+YesYesYesYes
Bulk-friendlyYes β€” 10k queries / runYes (plan-gated)Yes (plan-gated)Yes (plan-gated)Yes
Bulk exportJSON / CSV / ExcelAPI onlyAPI onlyAPI onlyAPI only
AuthApify tokenAPI keyAccount + planAPI keyAPI key + plan
Monthly minimumNone$50+None (per-result)$49+None (per-result)

Most SEO + market-intel teams pick this actor instead of SerpAPI because SerpAPI's monthly subscription is overkill for ad-hoc projects β€” this is a drop-in alternative with the same JSON shape (so existing SerpAPI code drops in with a one-line endpoint swap), cheaper than ScrapingBee for SERP-only workflows, and competitive with Bright Data on per-result pricing without the account-setup friction.

More Related NexGenData Actors

Use caseActor
Google Trends keyword interestgoogle-trends-scraper
Google Play Store app metadatagoogle-play-store-scraper
RAG web browser for LLM agentsrag-web-browser
News content + sentiment MCP for AInews-mcp-server
Reddit subreddit trend trackerreddit-subreddit-trends
Hacker News scraperhacker-news-scraper
Tranco rank lookup (Alexa rank alt)tranco-rank-lookup
Whois replacementwhois-replacement
Wappalyzer replacement (tech stack)wappalyzer-replacement

Browse the full NexGenData catalog of 260+ actors at https://apify.com/nexgendata?fpr=2ayu9b

You might also like

Google Search Results Scraper (SERP)

dataharvest/google-search-scraper

Scrape Google Search results including organic results, featured snippets and knowledge panels.

Google SERP Scraper - Search Results & Rankings

pear_fight/google-serp-scraper

Scrape Google search results for any keyword and location. Extract organic results, ads, People Also Ask, featured snippets, and knowledge panels. No API limits. Supports all countries and languages. Pay per result. Export JSON/CSV.

Google SERP Scraper β€” Search Results & SERP API

khadinakbar/scrape-google-serp

Scrape Google Search results with 95%+ health rate. Extract organic results, featured snippets, People Also Ask, Knowledge Graph, related searches & ads.

34

Google SERP Extractor

tropical_prune/google-serp-extractor

Extract Google SERP results including organic results, paid results, knowledge panels, and People Also Ask. Supports multiple queries with country/language options. Outputs structured JSON or markdown.

Google SERP Scraper - Search Results, Rankings & SERP Features

alizarin_refrigerator-owner/google-serp-scraper

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

Google Search Scraper

vortex_data/google-search

Fast Google SERP scraper for SEO teams, marketers, and agencies. Collect live organic rankings, ads, People Also Ask, related searches, and knowledge panels by keyword, country, and language in clean page-based output.

Google Search Scraper

thescrappa/google-search-scraper

Scrape Google Search results at scale. Get organic results, knowledge panels, People Also Ask, related searches, and local results. Supports geo-targeting and pagination.

Google Search Scraper

happitap/google-search-scraper

Google Search Scraper & SERP API - Extract organic results, paid ads, People Also Ask, and related searches from Google Search. Get titles, URLs, descriptions, rankings, and rich snippets. Download in JSON, CSV, or Excel format.

Google Search Results (SERP) Scraper

rupom888/google-serp-scraper

Scrape Google search results for any keyword. Extracts organic rankings (position, URL, title, description, sitelinks), featured snippets, People Also Ask, related searches, knowledge panel, and top ads. Supports web, news, images, and video search. Filter by language, country, and date range.

Related articles

Top Google SERP APIs in 2026
Read more