Google Search Scraper Ppr avatar
Google Search Scraper Ppr

Pricing

$3.00 / 1,000 results

Go to Store
Google Search Scraper Ppr

Google Search Scraper Ppr

Developed by

Mina Safwat

Maintained by Community

The fastest Google Search scraper available—perfect if you need to scrape Google Search results quickly and efficiently. This is the ppr version

5.0 (2)

Pricing

$3.00 / 1,000 results

2

Monthly users

3

Runs succeeded

>99%

Last modified

3 days ago

Google Search Scraper

An Apify actor for scraping Google search results with customizable parameters. The actor extracts URLs, titles, and descriptions from Google search results pages.

Features

  • Scrape Google search results based on your search terms
  • Customize the number of results to retrieve
  • Set language and region preferences
  • Enable or disable Google's SafeSearch
  • Filter out duplicate URLs
  • Automatic proxy rotation using Apify Proxy (if available)
  • Random user agent generation to avoid blocking
  • Real-time processing: Results are pushed to the dataset as they are found, without waiting for all results to be collected

Input Parameters

The actor accepts the following input parameters:

ParameterTypeDescription
searchTermStringRequired. The search query to look for on Google.
numResultsIntegerNumber of search results to retrieve. Default is 10.
langStringLanguage code for the search results (e.g., 'en', 'es', 'fr'). Default is 'en'.
safeStringSafeSearch setting: 'active' or 'off'. Default is 'active'.
regionStringRegion code for the search results (e.g., 'us', 'uk', 'de').
startIntegerStarting index for the search results. Default is 0.
uniqueBooleanWhether to filter out duplicate URLs. Default is true.

Output

The actor stores its results in the default dataset, with each item having the following structure:

1{
2  "url": "https://example.com",
3  "title": "Example Title of the Search Result",
4  "description": "A snippet or description of the search result as shown by Google..."
5}

Usage Examples

Basic Example

1{
2  "searchTerm": "apify web scraping"
3}

Advanced Example

1{
2  "searchTerm": "machine learning tutorials",
3  "numResults": 50,
4  "lang": "en",
5  "safe": "active",
6  "region": "us",
7  "start": 0,
8  "unique": true
9}

Proxy Usage

The actor automatically uses Apify Proxy if available in your subscription plan. This helps avoid IP-based blocking and provides more reliable results. If Apify Proxy is not available, the actor will run without a proxy.

Limitations

  • Google may detect and block automated scraping attempts. The actor implements measures to minimize this risk, but successful operation cannot be guaranteed in all cases.
  • The structure of Google's search results page may change over time, which could affect the actor's ability to extract data correctly.
  • For heavy usage, consider implementing delays between requests or use a pool of proxies.

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$3.00