Google Search Scraper β€” SERP Results & Web Search API avatar

Google Search Scraper β€” SERP Results & Web Search API

Pricing

$20.00 / 1,000 web search query (cse-compatible)s

Go to Apify Store
Google Search Scraper β€” SERP Results & Web Search API

Google Search Scraper β€” SERP Results & Web Search API

Drop-in replacement for Google Custom Search JSON API's "Search entire web" mode (killed Jan 1, 2027). Queries Google SERP directly, returns CSE-compatible JSON.

Pricing

$20.00 / 1,000 web search query (cse-compatible)s

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

21

Total users

4

Monthly active users

3 hours ago

Last modified

Share

Google Search Scraper

SERP Results & Web Search API

CSE replacement: a Google Custom Search Engine substitute for programmatic SERP.

πŸ“Š Sample Output

2 real rows delivered by Google Search Scraper β€” SERP Results & Web Search API β€” run cpC5JFmJZOxXmIxw4 on build 0.0.42

kindurlqueriescontextsearchInformationitems
customsearch#search{'type': 'application/json', 'template': 'https://www.googleapis.com/…{'request': [{'title': 'Google Search', 'totalResults': '0', 'searchT…{'title': 'NexGenData CSE Replacement'}{'searchTime': 52.052, 'formattedSearchTime': '52.05', 'totalResults'…[]
customsearch#search{'type': 'application/json', 'template': 'https://www.googleapis.com/…{'request': [{'title': 'Google Search', 'totalResults': '1', 'searchT…{'title': 'NexGenData CSE Replacement'}{'searchTime': 6.16, 'formattedSearchTime': '6.16', 'totalResults': '…[{'kind': 'customsearch#result', 'title': 'Custom Search JSON API | G…

Real rows from run cpC5JFmJZOxXmIxw4 on build 0.0.42 (2026-09-25), unedited apart from masked emails/phones and shortened long text; fields the source does not publish are empty.

βš™οΈ Sample inputs

This is the Store example input β€” the same input Apify's automated check runs β€” so it is proven to return rows on the current build. Paste it into the input form, or send it through the API, CLI or a schedule:

{
"queries": [
"apify scraper",
"google custom search alternative"
],
"num": 10,
"start": 1,
"gl": "us",
"hl": "en",
"safe": "off"
}

πŸ”§ Input reference

FieldTypeDefaultWhat it does
queries (required)array["apify scraper", "google custom search alternative"]One or more web-search queries. Each query is run independently and returns a CSE-compatible JSON object (one dataset record per query).
numinteger10Number of results to return per query. Mirrors the CSE num parameter. Max 100 (matches CSE max).
startinteger11-based start index of the first result. Use start=11, num=10 to get page 2, etc. Mirrors the CSE start parameter.
glstring"us"Two-letter country code biasing results toward that region. Mirrors CSE gl. Examples: us, gb, de, fr, ca, au, jp, br, in.
hlstring"en"Two-letter language code for the Google UI and results. Mirrors CSE hl. Examples: en, es, fr, de, ja, pt.
safestring (off, medium, high)"off"Safe search level. off = no filtering, medium = moderate, high = strict (adult content filtered).
sitestring""Restrict results to a single domain, e.g. github.com. Equivalent to appending site: to the query. Mirrors CSE siteSearch.

🧾 JSON sample record

One real record from run cpC5JFmJZOxXmIxw4 (emails/phones masked, long text shortened):

{
"kind": "customsearch#search",
"url": {
"type": "application/json",
"template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&gl={gl?}&hl={hl?}&safe={safe?}"
},
"queries": {
"request": [
{
"title": "Google Search",
"totalResults": "0",
"searchTerms": "apify scraper",
"count": 0,
"startIndex": 1,
"inputEncoding": "utf8",
"outputEncoding": "utf8",
"safe": "off",
"cx": "nexgendata-cse-replacement",
"gl": "us",
"hl": "en"
}
]
},
"context": {
"title": "NexGenData CSE Replacement"
},
"searchInformation": {
"searchTime": 52.052,
"formattedSearchTime": "52.05",
"totalResults": "0",
"formattedTotalResults": "0"
},
"items": []
}

πŸ’° Pricing

EventPrice (USD)When it is charged
Web search query (CSE-compatible) (search-query)$0.02One Google SERP fetch + parse + CSE-envelope response. Matches legacy Custom Search JSON API pricing of $5/1000 queries.

Pay-per-event: you pay only for what the run delivers. A run that delivers nothing bills no result events (only the actor-start event, when the actor defines one). Example: a run that delivers 100 results costs 100 Γ— $0.02 = $2.00 plus the start fee.

More from the NexGenData Data APIs family:

27 more in this family on the NexGenData Store page.

πŸ“Š What you get

Clean JSON output (6 fields):

  • query β€” Query
  • position β€” Position
  • title β€” Title
  • url β€” Url
  • snippet β€” Snippet
  • source β€” Source

Pricing: $0.020 per result (Pay-Per-Event) β€” about 50 results per $1.

πŸ€– Use with AI agents

Point Claude, the OpenAI Agents SDK, an n8n flow or any MCP-aware client at it.

Sample agent prompt:

Run Google Search Scraper on my input and return the structured results.

Agentic payments (x402): Supports agentic payment via x402 β€” call this actor with USDC, no API key required.

Google SERP Scraper Β· SERP Rank Tracker


A NexGenData utility actor.