Google Search Scraper avatar
Google Search Scraper
Under maintenance

Pricing

$0.49 / 1,000 results

Go to Apify Store
Google Search Scraper

Google Search Scraper

Under maintenance

Developed by

Winbay

Winbay

Maintained by Community

Google Search Scraper Actor: Boost SEO The Google Search Scraper Actor delivers precise search data to enhance your SEO and PPC strategies. Ideal for digital marketers, this tool provides structured data for effective online marketing.

5.0 (3)

Pricing

$0.49 / 1,000 results

4

77

20

Last modified

18 days ago

Overview

This Actor provides precise, structured data from Google Search results, designed to enhance your SEO, market research, and data analysis efforts. With this powerful tool, you can effortlessly scrape organic search results, including titles, links, and description snippets for any keyword.

Whether you're a digital marketer, an SEO professional, or a researcher, this Actor provides the clean, reliable data you need to gain a competitive edge.

Quick Start

  1. Fill in the input fields, at a minimum, the query you want to search for.
  2. For targeted results, specify the language and the max number of pages you wish to scrape.
  3. Click Start and wait for the run to finish.
  4. Preview and download your data from the Output or Storage tab.

Input

The Actor requires the following input:

FieldTypeRequiredDescriptionExample
queryStringYesThe keyword or phrase you want to search for on Google.tesla
languageStringNoLanguage & region code (e.g., en-US, zh-TW). Defaults to en-US.zh-TW
maxPagesIntegerNoThe maximum number of result pages to scrape. Defaults to 1.3

Input JSON Example

{
"query": "best ai tools 2025",
"language": "en-US",
"maxPages": 2
}

Output

The Actor returns a dataset where each item represents a single search result with the following structure:

FieldTypeDescription
queryStringThe original search query this result belongs to.
positionIntegerThe organic ranking position on the results page.
titleStringThe title of the search result link.
urlStringThe full URL of the search result.
snippetStringThe descriptive text snippet shown below the title.
hostnameStringThe domain name of the result's website (e.g., example.com).

Output JSON Example

[{
"query": "best ai tools 2025",
"position": 1,
"title": "The 10 Best AI Tools for 2025 - TechCrunch",
"url": "[https://techcrunch.com/best-ai-tools-2025](https://techcrunch.com/best-ai-tools-2025)",
"snippet": "Discover the top 10 artificial intelligence tools that are shaping the future. From content creation to data analysis, these are the platforms you need to know...",
"hostname": "techcrunch.com"
}]

Use Cases

  • SEO Professionals: Monitor keyword rankings for multiple clients and track SERP feature changes.
  • Digital Marketers: Analyze competitor strategies by seeing who ranks for important keywords.
  • Content Creators: Gather research and identify ranking opportunities for new articles.
  • PPC Specialists: Identify top organic competitors for specific keywords to inform ad copy and strategy.
  • Academic Researchers: Collect large-scale search data for linguistic or market analysis.