Google Search Results Scraper avatar

Google Search Results Scraper

Try for free

Pay $3.50 for 1,000 results

View all Actors
Google Search Results Scraper

Google Search Results Scraper

apify/google-search-scraper
Try for free

Pay $3.50 for 1,000 results

Scrape Google Search Engine Results Pages (SERPs). Select the country or language and extract organic and paid results, ads, queries, People Also Ask, prices, reviews, like a Google SERP API. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Do you want to learn more about this Actor?

Get a demo
DB

Could you add time related flags to the search

Open

dulcet_beach opened this issue
17 days ago

Google has a' qdr' feature that allows us to specify the time range for the search results. For instance, by setting qdr to m, we can retrieve results from the past month. Could you add it to the scraper?

ondrejklinovsky avatar

Hey,

thanks for the request. It is on our roadmap to add it to the actor's Input. It is, however, already possible to use it in search URLs:

1{
2  "languageCode": "en",
3  "maxPagesPerQuery": 1,
4  "queries": "https://www.google.com/search?q=apify&as_qdr=m",
5  "resultsPerPage": 100
6}
Developer
Maintained by Apify
Actor metrics
  • 1.7k monthly users
  • 170 stars
  • 100.0% runs succeeded
  • 2.3 days response time
  • Created in Feb 2019
  • Modified 7 days ago