Google Search Crawler avatar

Google Search Crawler

Pricing

$1.50 / 1,000 results

Go to Apify Store
Google Search Crawler

Google Search Crawler

Crawl any Google search query and extract full page content as clean Markdown. Filter by country, language, and date range. Outputs title, URL, source tag, and full Markdown content for each result.

Pricing

$1.50 / 1,000 results

Rating

0.0

(0)

Developer

Mr Scrap

Mr Scrap

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 days ago

Last modified

Share

Turn any Google search into structured, clean Markdown content — automatically.


What it does

Google Search Content Extractor crawls Google search results for any keyword and visits each result page to extract its full content as clean Markdown. No login required. No API key needed. Just a keyword — and get back structured, ready-to-use content in seconds.

Built for researchers, content strategists, SEO analysts, and developers who need to aggregate web content at scale without the manual copy-paste grind.


Key Features

  • Google SERP crawling — fetches the top results for any keyword, country, language, and date range
  • Full page content extraction — visits each result URL and returns clean Markdown (navigation, ads, and menus automatically removed)
  • Parallel crawling — up to 10 pages scraped simultaneously for maximum speed
  • Smart filtering — automatically skips CDN assets, image URLs, login-walled pages, and Google-internal links
  • Proxy support — compatible with Apify Datacenter and Residential proxies for high-volume runs
  • Structured output — every result includes title, URL, content, and source tag

Use Cases

  • Content research — aggregate what's being published on any topic in real time
  • SEO analysis — understand what content ranks for your target keywords
  • Competitive intelligence — monitor what your competitors publish
  • AI training data — collect clean Markdown content for LLM fine-tuning or RAG pipelines
  • Dashboard automation — schedule regular runs and pipe results into Google Sheets, Notion, or any database

Input Example

{
"keyword": "best AI tools for marketing 2024",
"country": "us",
"language": "en",
"date_range": "week",
"max_results": 10,
"scrape_pages": true,
"concurrency": 5
}
FieldTypeDefaultDescription
keywordstringrequiredSearch query
countrystringusGoogle country code (fr, gb, de…)
languagestringautoResult language (en, fr, ar…)
date_rangeenumweekhour / day / week / month / year
max_resultsinteger 1–205Number of pages to extract
scrape_pagesbooleantrueVisit each URL for full content
concurrencyinteger 1–105Parallel page crawls
proxyConfigurationobjectnoneApify proxy picker

Output Example

{
"keyword": "best AI tools for marketing 2024",
"title": "10 Best AI Marketing Tools to Try in 2024",
"url": "https://www.example.com/ai-marketing-tools",
"content_md": "# 10 Best AI Marketing Tools\n\nArtificial intelligence is transforming how marketers work...\n\n## 1. ChatGPT\nChatGPT allows marketers to generate copy, summarize reports...",
"source": "post_page"
}
FieldDescription
keywordThe search query used
titlePage title as shown on Google SERP
urlFull page URL
content_mdClean page content in Markdown format
sourcepost_page = full page scraped / google = SERP snippet only

Performance

ConfigPages scrapedEstimated time
5 results, concurrency 55 pages~45 sec
10 results, concurrency 1010 pages~60–90 sec
20 results, concurrency 1020 pages~2–3 min