
Google News Scraper
Pricing
$20.00/month + usage

Google News Scraper
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
0.0 (0)
Pricing
$20.00/month + usage
13
Total users
417
Monthly users
18
Runs succeeded
99%
Last modified
15 hours ago

Unable to using search keyword without start url
Closed
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