Google Search SERP Crawler
Pricing
from $1.80 / 1,000 scraped result pages
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
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
3
Monthly active users
a day ago
Last modified
Categories
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
searchParametersreturned 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:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
keywords | string | β | β | One or more search keywords, one per line. |
gl | string | β | "hk" | Country code for search results (e.g., us, gb, de). |
hl | string | β | "zh-tw" | Language code (e.g., en, fr, ja). |
maxPagesPerKeyword | integer | β | 1 | Number 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.