Google Search Results (SERP) Scraper avatar

Google Search Results (SERP) Scraper

Under maintenance

Pricing

from $1.50 / 1,000 result scrapeds

Go to Apify Store
Google Search Results (SERP) Scraper

Google Search Results (SERP) Scraper

Under maintenance

Scrape Google organic search results — title, URL, displayed URL, snippet, position — plus related searches, for any query, country and language. Residential proxy, auto pagination, captcha/consent handling.

Pricing

from $1.50 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Google Search Results (SERP) Scraper 🔎

Get Google search results as clean rows — organic title, URL, displayed URL, snippet, and position — plus related searches, for any query, country, and language.

Perfect for SEO rank tracking, keyword research, competitor visibility, brand monitoring, lead discovery, and feeding AI/GEO tools.

What it does

  • Organic results with position, title, URL, snippet, displayed URL.
  • Related searches block (optional).
  • Localized by country (gl) and language (hl); paginates to the number of results you ask for.
  • Detects Google captcha / consent pages and retries automatically with a fresh residential IP.

Input

{
"queries": ["best crm software", "comprar tênis"],
"country": "us",
"language": "en",
"resultsPerQuery": 20,
"includeRelated": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output (one row per organic result)

{
"type": "organic",
"query": "best crm software",
"position": 1,
"title": "The 12 Best CRM Software of 2026",
"url": "https://example.com/best-crm",
"displayed_url": "example.com › best-crm",
"snippet": "We tested 30 CRMs...",
"page": 1,
"country": "us",
"language": "en"
}

Notes

  • Residential proxy strongly recommended — Google blocks datacenter IPs fast. The account running the Actor pays for proxy.
  • Reads only the public results page; no login.
  • Lower maxConcurrency if you see captchas.