Google Web Search Scraper avatar

Google Web Search Scraper

Pricing

from $4.00 / 1,000 pages

Go to Apify Store
Google Web Search Scraper

Google Web Search Scraper

Search Google organic web results with optional AI Overview

Pricing

from $4.00 / 1,000 pages

Rating

0.0

(0)

Developer

Data Direct

Data Direct

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Run a real-time Google search and return organic results with title, URL, snippet, source, domain, and displayed link. Supports Google advanced operators (site:, inurl:, intitle:). Fetch 1-10 pages of results in a single call — each page is 10 results merged into one results array. Supports country, language, time window, city-level location, and device targeting. Set include_ai_overview=true to include Google's AI Overview (when available) alongside the organic results.

Features

  • Real-time Google data — results are fetched live at run time, never cached or stale
  • No login, cookies, or proxy configuration needed — just provide the input and run
  • Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
  • Fast: a typical run finishes in seconds

Input

FieldTypeRequiredDescription
querystringyesSearch keyword (max 500 characters). Supports Google advanced operators (site:, inurl:, intitle:, etc.)
pagesintegernoNumber of result pages to fetch and merge (10 results per page).
countrystringno2-letter ISO 3166-1 alpha-2 country code
languagestringno2-letter ISO 639-1 language code
timestringnoTime filter for results One of: any, hour, day, week, month, year.
locationstringnoCity-level geo location (e.g. London,England,United Kingdom)
devicestringnoDevice type to simulate One of: desktop, mobile.
include_ai_overviewbooleannoWhen true, include Google's AI Overview if one is available for the query. Adds a flat surcharge regardless of how many pages are requested.

Pricing

This Actor is billed per page of results$0.004 per page.

  • Results come in pages. Use the pages input to choose how many pages to fetch (1–10); more pages means more results.
  • You pay $0.004 for each page you fetch, so pages: 3 costs $0.012 and pages: 1 costs $0.004.
  • You’re only charged when a run succeeds. Failed runs are free.

Example output

{
"results": [
{
"position": 1,
"rank": 1,
"title": "Website Builder - Create a Free Website",
"url": "https://www.canva.com/website-builder/",
"snippet": "Design and launch a professional, one-of-a-kind website in minutes...",
"source": "Canva",
"domain": "canva.com",
"displayed_link": "https://www.canva.com \u203a website-builder"
},
{
"position": 2,
"rank": 2,
"title": "Wix.com: Website Builder - Create a Free Website In Minutes",
"url": "https://www.wix.com/",
"snippet": "Get everything you need to create your website, your way...",
"source": "Wix",
"domain": "wix.com",
"displayed_link": "https://www.wix.com"
}
],
"pages": 2,
"count": 20,
"ai_overview": {
"text_parts": [
{
"type": "paragraph",
"text": "Building a website involves choosing a platform, designing pages, and publishing. Most modern builders offer drag-and-drop interfaces..."
}
],
"reference_links": [
{
"title": "How to Create a Website From Scratch",
"link": "https://www.wix.com/blog/how-to-build-website-from-scratch-guide",
"source": "Wix"
}
]
}
}

About

Maintained by Data Direct — a small suite of fast, reliable Google and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.