Google News Scraper avatar
Google News Scraper

Pricing

$20.00/month + usage

Go to Store
Google News Scraper

Google News Scraper

Developed by

epctex

epctex

Maintained by Community

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

ponicboy avatar

Unable to using search keyword without start url

Closed

zscrape (ponicboy) opened this issue
2 years 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)

2 years 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