Google Search Scraper avatar

Google Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Google Search Scraper

Google Search Scraper

Fast Google SERP scraper for SEO teams, marketers, and agencies. Collect live organic rankings, ads, People Also Ask, related searches, and knowledge panels by keyword, country, and language in clean page-based output.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

VortexData

VortexData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Share

What does Google Search Results Scraper do?

Google Search Results Scraper collects live Google Search SERP data for any keyword. Use it to monitor SEO rankings, analyze competitors, discover keyword ideas, check search ads, or build search result reports without opening Google manually.

Enter one or more search terms, choose a country, language, and result depth, then download structured results from Apify in JSON, CSV, Excel, HTML, XML, or RSS.

Why use this Google SERP scraper?

  • πŸ”Ž Live Google results for keywords, brands, products, locations, and competitors
  • πŸ“ˆ SEO-ready output with positions, titles, URLs, descriptions, ratings, reviews, and sitelinks
  • πŸ“’ Ads and shopping results when they appear on the page
  • ❓ People Also Ask, related searches, and knowledge panel data
  • 🌍 Localized SERPs by country and language
  • πŸ“„ Simple page-based rows: page 1, page 2, page 3, and so on

How to scrape Google Search results

  1. Add keywords in Search queries. Use one search per line.
  2. Choose Results to request: 10, 20, 30, 40, 50, 100, or all.
  3. Select Country and Language.
  4. Optionally enable mobile results, freshness filters, exact match, site search, or file type filters.
  5. Click Start and export the dataset.

Input example

{
"keyword": "nike\nbest running shoes",
"limit": "20",
"country": "US",
"language": "en"
}

With this input, the Actor collects the first two Google results pages for each keyword.

Output example

Each dataset item represents one Google results page.

{
"page_number": 1,
"search_term": "nike",
"results": [
{
"position": 1,
"title": "Nike. Just Do It. Nike.com",
"url": "https://www.nike.com/",
"description": "Inspiring the world's athletes, Nike delivers innovative products, experiences and services."
}
],
"related_keywords": {
"keywords": [
{ "position": 1, "keyword": "Nike shoes" }
]
},
"next_page": 2,
"next_start": 10
}

What can you use the data for?

  • πŸ“Š Track keyword rankings over time
  • πŸ₯Š Compare your website with competitors
  • πŸ” Find related search terms for content planning
  • πŸ“’ Review ads shown for commercial keywords
  • ❓ Collect People Also Ask questions for FAQs
  • 🌍 Compare SERPs across countries and languages

Notes

Google results can vary by location, language, device, personalization, and time. For audits or debugging, enable Save page snapshots to keep the original Google HTML returned during the run.