πŸ”₯ Google Search Scraper avatar

πŸ”₯ Google Search Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
πŸ”₯ Google Search Scraper

πŸ”₯ Google Search Scraper

Scrape Google SERPs for any query. Get organic results, related searches, People Also Ask, and optional AI Overviews in clean JSON.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape Google Search Engine Results Pages (SERPs). Add one or more queries and extract organic results, related searches, People Also Ask, and optional AI Overviews in clean JSON.

✨ Key Features

  • πŸ” Scrape organic results with title, link, snippet, and rank
  • ❓ Extract People Also Ask and related searches
  • πŸ€– Optional Google AI Overview capture
  • 🌍 Set country and interface language
  • πŸ“± Optional mobile SERP results
  • πŸ“‹ Structured JSON output, streamed while the run is in progress

πŸ’ͺ Why Choose This Actor?

  • Focused: Built for Google SERP extraction
  • Flexible: Multiple queries, country/language, site filters
  • Efficient: Results are pushed continuously while the job runs
  • Structured: Renamed, integration-friendly field names
  • Reliable: Stable public SERP extraction

🎯 Perfect For

  • πŸ“Š SEO rank tracking and SERP monitoring
  • 🏒 Competitor and market research
  • πŸ”” Brand mention and AI Overview monitoring
  • πŸ€– LLM / RAG pipelines that need clean search snippets

πŸ“ Input Requirements

  • searchTerms (required): One or more search queries or Google Search URLs
  • maxPages (optional): Max SERP pages per query. Default: 1
  • country (optional): Country code, e.g. us, uk, de. Default: us
  • language (optional): UI language code, e.g. en, zh-CN. Default: en
  • locationCode (optional): Google UULE location code
  • siteFilter (optional): Limit to a domain, e.g. example.com
  • mobile (optional): Mobile SERP. Default: false
  • includeUnfiltered (optional): Include filtered-out results. Default: false
  • captureAiOverview (optional): Full AI Overview extraction. Default: false
  • saveHtmlSnapshot (optional): Save HTML snapshot URL. Default: false
  • saveHtml (optional): Embed HTML in dataset items. Default: false

Input Example

{
"searchTerms": [
"What are the top 5 CRM tools"
],
"maxPages": 1,
"country": "us",
"language": "en"
}

Output Example

{
"query": {
"term": "best CRM tools",
"page": 1,
"country": "US",
"language": "en",
"domain": "google.com"
},
"serpUrl": "http://www.google.com/search?q=best+CRM+tools&hl=en",
"hasMore": true,
"organic": [
{
"rank": 1,
"title": "Best CRM Software of 2026",
"link": "https://www.example.com/best-crm",
"displayLink": "www.example.com β€Ί best-crm",
"snippet": "Compare the top CRM platforms..."
}
],
"relatedSearches": [
{ "text": "best free CRM", "link": "https://www.google.com/search?q=best+free+CRM" }
],
"alsoAsked": [
{
"question": "What is the most popular CRM?",
"answer": "..."
}
],
"scrapedAt": "2026-07-21T04:00:00.000Z"
}

πŸš€ How to Use

  1. Add one or more queries to searchTerms
  2. Optionally set maxPages, country, language, and captureAiOverview
  3. Click Start and download results as JSON, CSV, Excel, or HTML

πŸ“Œ Notes

  • Free users of this actor have run and page-size limits; upgrade for unlimited usage