VOOZH about

URL: https://apify.com/mina_safwat/google-search-scraper-ppr

⇱ Google Search Scraper Ppr Β· Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Google Search Scraper Ppr

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

Pricing

from $3.00 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ Mina

Mina

Maintained by Community

Actor stats

4

Bookmarked

131

Total users

4

Monthly active users

2 months ago

Last modified

Share

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:

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

Usage Examples

Basic Example

{
"searchTerm":"apify web scraping"
}

Advanced Example

{
"searchTerm":"machine learning tutorials",
"numResults":50,
"lang":"en",
"safe":"active",
"region":"us",
"start":0,
"unique":true
}

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.

You might also like

Google Search Scraper

mina_safwat/Google-Search-Scraper

The fastest Google Search scraper availableβ€”perfect if you need to scrape Google Search results quickly and efficiently.

Google Search PPR

devisty/google-search-ppr

API used to retrieve data from Google search results in real time (Pay per results)

Google Search Scraper

microworlds/google-search-scraper

Scrape Google Search pages

Google Image Search PPR

devisty/google-image-search-ppr

Enables users to search for images on Google based on specific keywords. Pay per result

Google Search

ethereal_wool/google-search

enter search term to search for google results

84

1.0

Google Search Results Scraper

scrapio/google-search-results-scraper

Scrape Google search results instantly with this Google Search Results Scraper πŸ”Ž Extract titles, URLs, snippets, rankings, and SERP data with ease πŸ“Š Perfect for SEO analysis, keyword research, competitor tracking, and market insights πŸ” Fast, reliable, and scalable πŸš€

Google Search

devisty/google-search

API used to retrieve data from Google search results in real time

Google Hotels Scraper

martin.forejt/google-hotels-scraper

Google Hotels Scraper is an actor for extracting prices from Google search results.

466

3.6

Related articles

How to scrape Google search results
Read more
How to scrape Google Images in 4 steps
Read more
Top 5 Google Image Search APIs to extract web image data
Read more