Google News Scraper
3 days trial then $20.00/month - No credit card required now
Google News Scraper
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
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?
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