My Actor avatar

My Actor

Under maintenance

Pricing

Pay per usage

Go to Apify Store
My Actor

My Actor

Under maintenance

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alexander Duka

Alexander Duka

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

9 months ago

Last modified

Categories

Share

Google Search Scraper

This Actor scrapes Google Search results for one or more queries.

Input

  • queries (string, required): one search query per line.
  • pagesPerQuery (integer, default 1): how many search result pages to crawl for each query.
  • resultsPerPage (integer, default 10): number of results per page (dropdown: 10, 20, 30…).

Output

Each item in the default dataset will have:

{
"query": "...",
"title": "...",
"url": "..."
}