VOOZH about

URL: https://apify.com/radiant_martian/google-search-serp-crawler

⇱ Google Search SERP Crawler Β· Apify


Pricing

from $1.80 / 1,000 scraped result pages

Go to Apify Store

Google Search SERP Crawler

This is a Google Search crawler with comprehensive information categorized for your AI agent or RPA use.

Pricing

from $1.80 / 1,000 scraped result pages

Rating

0.0

(0)

Developer

πŸ‘ Stephen

Stephen

Maintained by Community

Actor stats

0

Bookmarked

20

Total users

18

Monthly active users

18 days ago

Last modified

Share

🌐 Google Search SERP Crawler

One Actor, unlimited keywords.
Scrape Google Search results fast and reliable.
Provide a list of keywords, and the Actor returns organic search results – including title, URL, snippet, date, and position – for each keyword.
Ideal for SEO monitoring, keyword research, and content analysis.

✨ Features

  • Batch keyword processing – Send up to 100 keywords in a single run; the Actor processes them all in one API call.
  • Full search parameters – Each result includes the exact searchParameters returned by (q, gl, hl, tbs, etc.).
  • Customisable – Set country (gl), language (hl), time filter (tbs), and limit how many results per keyword.
  • Pay‑per‑use – You are charged only for the keywords you actually search. No hidden costs.
  • Structured output – Results are stored as a clean dataset, ready for download or further processing.

πŸ“₯ Input

The Actor accepts a JSON input with the following fields:

FieldTypeRequiredDefaultDescription
keywordsstringβœ…β€“One or more search keywords, one per line.
glstring❌"hk"Country code for search results (e.g., us, gb, de).
hlstring❌"zh-tw"Language code (e.g., en, fr, ja).
maxPagesPerKeywordinteger❌1Number of pages of results per keyword (each page = 10 results).

Example input

{
"keywords":"apple inc\ntesla inc\nopenai",
"gl":"us",
"hl":"en",
"maxPagesPerKeyword":2
}

πŸ“€ Output

The Actor stores one dataset item per keyword. Each item contains:

{
"query":"apple inc",
"searchParameters":{
"q":"apple inc",
"gl":"us",
"hl":"en",
"type":"search",
"page":1,
"engine":"google"
},
"organic_results":[
{
"title":"Apple Inc. (AAPL) Stock Price",
"link":"https://finance.yahoo.com/quote/AAPL/",
"snippet":"Find the latest Apple Inc. (AAPL) stock quote...",
"date":"2 days ago",
"position":1
},
…
]
}

You can view the results in the Output tab of your run, or download them in JSON, CSV, Excel, and other formats.

πŸ’° Pricing

This Actor uses the pay‑per‑event billing model.
You are charged a fixed price for each keyword you search.
The price is defined in the Actor’s settings (default: 0.01 USD per keyword).
There are no additional costs for data transfer or storage.

Using the API

You can also call the Actor programmatically:

curl-X POST "https://api.apify.com/v2/acts/YOUR_ACTOR_ID/runs"\
-H"Authorization: Bearer YOUR_APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"keywords": "apple inc\ntesla inc",
"gl": "us",
"hl": "en"
}'

πŸ“Š Example use cases

  • SEO monitoring – Track your website’s ranking for a list of keywords.
  • Competitor analysis – See which domains appear for your target keywords.
  • Content research – Gather snippets and dates to understand what content is performing.
  • Market intelligence – Monitor news and trends across different regions and languages.

🀝 Support

If you encounter any issues or have questions, please open an issue.

You might also like

Website Content Crawler

rupom888/website-content-crawler

AI Website Content Crawler

ilborso/ai-website-content-crawler

A super fast website crawler for Agentic AI integration

πŸ‘ User avatar

Fabio Borsotti

6

5.0

Google Search Scraper

microworlds/google-search-scraper

Scrape Google Search pages

Google SERP Scraper

google-serp-scraper-api/google-serp-scraper

Scrapes Google search results, autocomplete suggestions, and Google News.

Google Search Results Serp Scraper

api-empire/google-search-results-serp-scraper

Google Search Results SERP Scraper extracts results from Google search pages. It collects titles, URLs, snippets, rankings, related searches, and other SERP data. Ideal for SEO research, keyword tracking, competitor analysis, and monitoring search visibility.

Google Search Results Serp Scraper

scrapio/google-search-results-serp-scraper

Google Search Results SERP Scraper πŸ”ŽπŸ“„ extracts organic results, ads, titles, URLs, snippets, and ranking data from Google search pages. Ideal for SEO tracking, competitor research, keyword analysis, and SERP monitoring. Fast, scalable, and automation-ready. πŸš€πŸ“Š

Google Search Results (Serp) Scraper

scraper-engine/google-search-results-serp-scraper

Google Search Results Serp Scraper is an Apify actor that extracts structured data from Google search results pages. Collect organic results, ads, titles, URLs, snippets, and rankings in JSON or CSV. Ideal for SEO analysis, keyword tracking, and competitor research.

πŸ‘ User avatar

Scraper Engine

2

Kijiji Crawler

service-paradis/kijiji-crawler

The Kijiji crawler is a web scraping tool that allows you to extract data from the Kijiji selling platform. With this crawler, you can get information search results and local advertisement details.

πŸ‘ User avatar

Alexandre Paradis

64

Google Maps Crawler

netleo/google-maps-crawler

Google Maps Crawler extracts data about places and reviews from Google Maps. The actor can be used to find related places and reviews for a given starting place.

netleo

96

1.9

Related articles

Top Google SERP APIs in 2026
Read more
How to scrape Google search results
Read more
Top 5 Google Image Search APIs to extract web image data
Read more