Google Search Scraper: SERP, AI Overview, PAA, Ads at $1.50 per 1,000 Pages
Scrape Google search result pages at $1.50 per 1,000 SERPs, about 40% cheaper than the leading Apify alternative. Each record is one full SERP with organic results, paid ads, shopping cards, People Also Ask (with pre-rendered answers and source attribution), related queries, featured snippet, full AI Overview body plus citation cards, and pagination signals. HTTP-only Go binary, Apify GOOGLE_SERP proxy wired in.
Features
Organic, ads, PAA, AIO
Proxy
GOOGLE_SERP (built-in)
What you get per SERP page
- Organic results: title, URL, displayed URL, description, source name, position, bolded keywords, sub-page sitelinks, plus context fields like comments count, views, last updated date
- Paid ads and shopping cards: paidResults[] with title, destination URL (not the Google tracking redirect), displayed URL, description, ad position. paidProducts[] with title, URL, merchant, price, image URL
- People Also Ask: every PAA question. When Google pre-renders the first answer, you also get the full answer text, source title, source URL, publish date
- AI Overview: full synthesized AI answer text plus the citation cards Google credits, each with title, URL, excerpt
- Featured snippet and related searches: the highlighted answer box at the top of the SERP, plus deduplicated "Related searches" from the bottom
- Pagination signals: resultsTotal (the "About X results" number) and hasNextPage
Primary use cases
- SEO rank tracking. Monitor your domain's position for thousands of keywords daily across countries and languages
- AEO / GEO research. See what Google's AI Overview tells users about your topic and which sources it cites
- Lead generation. Pull URLs of every site ranking for your target ICP keywords, then enrich with our contact extractors
- Competitive SERP intelligence. Track which competitors appear in your category's SERPs across markets
- Content gap analysis. Read every PAA question and pre-rendered answer Google shows for your topic
- AI agent grounding. Feed structured SERP data to LLM agents via MCP so they answer "what does the internet say about X" with citations
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~google-search-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"queries": ["best CRM software", "python web scraping tutorial"],
"countryCode": "us",
"languageCode": "en",
"maxPagesPerQuery": 1,
"includePeopleAlsoAsk": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and process SERP records via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: export keyword lists in, SERP data out
How it compares
| Feature | NanoScrape | Leading Apify alternative |
| Price per 1,000 SERPs | $1.50 | $2.50 |
| AI Overview body extraction | Full text + citations | Partial |
| PAA pre-rendered answers | Yes | Question only |
| Paid ads + shopping cards | Yes | Optional |
| RAM | 128MB | 1-4GB |
| Proxy setup | Built-in | Manual |
Related Actors