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
You can access the Google News Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 "https://news.google.com/topics/CAAqIggKIhxDQkFTRHdvSkwyMHZNR054ZERrd0VnSmxiaWdBUAE?hl=en-US&gl=US&ceid=US%3Aen",
4 "https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRGx6TVdZU0FtVnVHZ0pWVXlnQVAB?hl=en-US&gl=US&ceid=US%3Aen",
5 "https://news.google.com/search?q=banana&hl=en-US&gl=US&ceid=US%3Aen"
6 ],
7 "query": [
8 "art"
9 ],
10 "maxItems": 20,
11 "maxNewsPerEachItem": 20,
12 "extendOutputFunction": "($) => { return {} }",
13 "customMapFunction": "(object) => { return {...object} }",
14 "proxy": {
15 "useApifyProxy": true
16 }
17}' |
18apify call epctex/google-news-scraper --silent --output-dataset
Google News Scraper API through CLI
The Apify CLI is the official tool that allows you to use Google News Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: