Google Search & SERP Results Scraper avatar

Google Search & SERP Results Scraper

Pricing

from $2.00 / 1,000 scraped serp organic results

Go to Apify Store
Google Search & SERP Results Scraper

Google Search & SERP Results Scraper

Fast and lightweight search engine results page (SERP) scraper. Extract organic ranks, titles, target URLs, domains, and snippet descriptions without proxies or CAPTCHAs.

Pricing

from $2.00 / 1,000 scraped serp organic results

Rating

0.0

(0)

Developer

Indra Darmawan

Indra Darmawan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Google Search & SERP Results Scraper 🔍⚡

Extract clean search engine results page (SERP) data from Google without needing proxy subscriptions, API keys, or dealing with CAPTCHAs.

Designed for SEO specialists, rank trackers, market intelligence teams, content strategists, and AI agent developers.


⚡ What does Google Search & SERP Scraper do?

  1. Organic SERP Extraction: Extract ranked search results for any query, keyword, or phrase.
  2. Rich Metadata: Captures ranking position (rank), clean target page title (title), destination URL (url), domain name (domain), and snippet description (snippet).
  3. Multi-Query Support: Pass a list of keywords to batch-scrape SERP rankings across hundreds of queries in a single run.
  4. Pure HTTP Execution: Ultra-fast, lightweight, and low-cost execution with zero browser overhead.

🚀 Key Features & Extracted Data

FieldTypeDescriptionExample Output
rankNumberOrganic position on search results1
titleStringTitle of the ranking pageThe 10 Best Real Estate CRM for 2026
domainStringClean domain name of the destinationhousingwire.com
urlStringFull direct URL to the ranking pagehttps://www.housingwire.com/...
snippetStringSearch result description snippetWant to stay organized and automate tasks...
searchQueryStringThe query that generated this resultreal estate crm software
scrapedAtStringISO 8601 timestamp of extraction2026-09-25T07:15:00Z

💡 How to Use

  1. Enter one or more Search Queries (e.g. best ai productivity tools 2026, dentist near me).
  2. Set Max Organic Results per Query (default: 20, up to 500).
  3. Click Start or trigger via Apify API / Webhook.
  4. Download your structured SERP dataset in CSV, Excel, or JSON.

📥 Sample Input

{
"queries": [
"best ai tools for productivity 2026",
"real estate crm software"
],
"maxResults": 20
}

📤 Sample Output

{
"rank": 1,
"title": "The 10 Best Real Estate CRM for Every Budget in 2026",
"domain": "housingwire.com",
"url": "https://www.housingwire.com/articles/best-real-estate-crm/",
"snippet": "Want to stay organized and automate tasks without breaking the bank...",
"searchQuery": "real estate crm software",
"scrapedAt": "2026-09-25T07:15:00Z",
"status": "success"
}