My Actor avatar
My Actor

Under maintenance

Pricing

Pay per usage

Go to Store
My Actor

My Actor

Under maintenance

Developed by

Alexander Duka

Alexander Duka

Maintained by Community

0.0 (0)

Pricing

Pay per usage

0

Total users

1

Monthly users

1

Last modified

a day ago

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": "..."
}