Cheapest Google Search Results (Fast and cheap SERP API) avatar

Cheapest Google Search Results (Fast and cheap SERP API)

Pricing

from $0.14 / 1,000 results

Go to Apify Store
Cheapest Google Search Results (Fast and cheap SERP API)

Cheapest Google Search Results (Fast and cheap SERP API)

Lowest price 0.14$ for 1000 results - Scrape Google search results at scale. Get position, title, URL and snippet for any query, country, language and time range. Fast, reliable and cost-efficient.

Pricing

from $0.14 / 1,000 results

Rating

0.0

(0)

Developer

Lofomachines

Lofomachines

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

4

Monthly active users

3 days ago

Last modified

Share

Google Search Results Scraper — Fast & Affordable SERP API

Scrape Google search results at scale and get clean, structured data in seconds: position, title, URL and snippet for every organic result. Run one query or thousands, target any country, language and Google domain, filter by time range, and export everything to JSON, CSV or Excel — or pipe it straight into your app via API.

No browser setup, no proxies to manage, no CAPTCHAs to solve. Just enter your keywords and get results.

Why use this Google SERP scraper?

  • Fast — results start streaming into your dataset within seconds of starting a run.
  • 💸 Cost-efficient — a lightweight engine keeps compute usage minimal, so large keyword lists stay cheap.
  • 🌍 Geo-targeted — search from any country (us, uk, de, it, jp…), in any language, on any Google domain (google.com, google.co.uk, google.de…).
  • 🕐 Time filters — restrict results to the past hour, day, week, month or year. Perfect for news and fresh-content monitoring.
  • 🔎 Full operator supportsite:, intitle:, inurl:, exact phrases, minus operators and every other advanced Google search operator work out of the box.
  • 📦 Clean output — a simple, stable schema (position, title, url, snippet, query) that plugs directly into spreadsheets, BI tools, and LLM pipelines.
  • 📈 Scalable — batch hundreds of queries in a single run; each query is processed in parallel.

Use cases

SEO rank tracking

Track where your pages (and your competitors' pages) rank for your target keywords, in any country and language. Schedule daily runs and build your own rank-tracking dashboard at a fraction of the cost of SEO suites.

Competitor & SERP analysis

See exactly who owns the first page for your money keywords. Compare titles and snippets to reverse-engineer what Google rewards, and find content gaps you can win.

AI, LLM & RAG pipelines

Feed fresh, real-world search results into your AI agents, chatbots, and retrieval-augmented generation (RAG) systems. The clean JSON output is LLM-ready — no parsing required.

Lead generation & prospecting

Combine search operators like site:linkedin.com/in "growth marketing" berlin or "powered by shopify" skincare to build targeted prospect lists from search results.

Brand & news monitoring

Run your brand name with the Past 24 hours filter on a schedule and get alerted the moment new pages, articles, or reviews mentioning you appear in search.

Content research & keyword validation

Before writing, check what already ranks: which formats, which angles, which domains. Validate search intent for entire keyword clusters in one run.

Market research at scale

Compare how results differ across countries and languages for the same query — invaluable for international SEO, localization, and market-entry research.

Input

ParameterTypeRequiredDescription
queryArrayYesOne or more search queries (e.g. apify, site:example.com blog).
maxItemsIntegerYesMaximum results to scrape per query. Minimum 10. Default 10.
countryStringNo2-letter country code for geo-targeting, e.g. us, uk, de. Default us.
languageStringNo2-letter language code, e.g. en, es, fr. Default en.
domainStringNoGoogle domain to query, e.g. google.com, google.co.uk, google.de. Default google.com.
timeRangeStringNoTime filter: hour, day, week, month, or year. Default: any time.

Example input

{
"query": ["apify", "web scraping tools"],
"maxItems": 20,
"country": "us",
"language": "en",
"domain": "google.com",
"timeRange": "anytime"
}

Output

Every organic result becomes one dataset item:

[
{
"rank": 1,
"position": 1,
"domain": "us.pg.com",
"url": "https://us.pg.com/",
"title": "Procter & Gamble",
"snippet": "A collection of cleaning products, including dish soap, laundry detergent, dishwasher pods, ... These P&G products were celebrated for innovation, ease of use and ...",
"favicon": "https://www.google.com/s2/favicons?domain=us.pg.com&sz=64",
"keyword": "procter",
"query": "procter",
"country": "us",
"language": "en"
},
{
"rank": 2,
"position": 2,
"domain": "en.wikipedia.org",
"url": "https://en.wikipedia.org/wiki/Procter_%26_Gamble",
"title": "Procter & Gamble - Wikipedia",
"snippet": "Procter & Gamble ... \"P&G\" redirects here. For other uses, see PG. The Procter & Gamble Company (P&G) is an American multinational consumer goods corporation ...",
"favicon": "https://www.google.com/s2/favicons?domain=en.wikipedia.org&sz=64",
"keyword": "procter",
"query": "procter",
"country": "us",
"language": "en"
}
]

Download your data as JSON, CSV, Excel, XML or RSS from the run's dataset, or fetch it programmatically via the Apify API.

How to use it

  1. Click Try for free / Start on this page.
  2. Enter your search queries (one per line).
  3. Optionally set country, language, Google domain, results count, and time range.
  4. Run it and download or connect your data.

You can also run it headlessly via the Apify API, the Apify CLI, or the scheduler for recurring jobs (daily rank checks, hourly news monitoring, and so on).

Integrations

Connect this Actor to 100+ apps and services:

  • n8n — trigger searches from any workflow and route results to databases, sheets, or Slack.
  • Make — build no-code SERP monitoring scenarios.
  • Zapier — send new results to Google Sheets, Airtable, email, and more.
  • Webhooks & API — get notified when a run finishes and pull the dataset into your own stack.
  • MCP / AI agents — expose this Actor as a tool to Claude, GPT and other agents via the Apify MCP server.

FAQ

Is it legal to scrape Google search results? This Actor only collects publicly available information shown on search result pages. It doesn't extract private or personal data. Always make sure your use of the data complies with applicable laws and regulations in your jurisdiction.

How many results can I get per query? Up to 300 per query. Note that Google itself rarely serves more than a few hundred results for any single query.

Can I use advanced search operators? Yes — site:, intitle:, inurl:, filetype:, quotes for exact match, - to exclude terms, and any other operator Google supports.

Can I schedule recurring runs? Yes. Use Apify Schedules to run it hourly, daily, or weekly — ideal for rank tracking and brand monitoring.

Do I need proxies or an API key? No. Everything is handled for you on the Apify platform.


Built for speed, scale, and clean data. If this Actor saves you time, a ⭐ review helps a lot — and if you need a custom feature, open an issue on the Actor page.