Google Search Results Scraper
Pay $3.50 for 1,000 results
Google Search Results Scraper
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, AI overviews, ads, queries, People Also Ask, prices, reviews, like a Google SERP API. Export scraped data, run the scraper via API, schedule runs, or integrate with other tools.
Do you want to learn more about this Actor?
Get a demoGoogle 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?
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}
Hi! We have this feature in the pipeline, so it should be out next week or in 14 days. Thanks for your patience!