Google News Scraper avatar

Google News Scraper

Try for free

3 days trial then $20.00/month - No credit card required now

View all Actors
Google News Scraper

Google News Scraper

epctex/google-news-scraper
Try for free

3 days trial then $20.00/month - No credit card required now

Unlock timely news insights with our Google News data retrieval tool. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData

ponicboy avatar

Unable to using search keyword without start url

Closed

zscrape (ponicboy) opened this issue
10 months ago

For example { "customMapFunction": "(object) => { return {...object} }", "date": "1y", "extendOutputFunction": "($) => { return {} }", "maxItems": 200, "proxy": { "useApifyProxy": true }, "search": "biden", "language": "US:en" }

start url is optional so I should be able to just use search keyword right?

epctex avatar

epctex (epctex)

10 months ago

Hey there!

Thank you very much for letting us know about your problem and choosing us. We've investigated the issue deeply and found out that there was a nasty bug on the Input Schema. It changed a little bit it is working properly now. So the new schema for the one that you shared can be found below. Basically the search string changed into query array.

{ "customMapFunction": "(object) => { return {...object} }", "date": "1y", "extendOutputFunction": "($) => { return {} }", "maxItems": 200, "proxy": { "useApifyProxy": true }, "query": ["biden"], "language": "US:en" }

Please let us know if you need any further assistance, Best

Developer
Maintained by Community
Actor metrics
  • 26 monthly users
  • 4 stars
  • 99.9% runs succeeded
  • 4.2 hours response time
  • Created in Sep 2023
  • Modified about 6 hours ago