Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google News Scraper: Headlines & Brand Monitor

Python client for Google News Scraper: Headlines & Brand Monitor — scrape Google News headlines and sources, monitor brands and topics.

⚡ No login, no cookies, no ban risk · runs in the cloud on Apify

💸 From $4.0 per 1,000 results (volume discounts on paid Apify plans). You are only charged for delivered results — empty searches and failed pages are never billed.

Quick start

pip install apify-client
python3 google_news_scraper.py --token YOUR_APIFY_TOKEN --query "artificial intelligence"

Get a free API token: console.apify.com/sign-up — then find it under Settings → API & Integrations.

Options

Flag Type Description
--token string Apify API token (or APIFY_TOKEN env var)
--out string Output basename — writes results.json + results.csv
--query string Keywords to search Google News for (e.g. "artificial intelligence", "Tesla earnings", "cli
--language string Interface language code, e.g. en-US, en-GB, es-ES, fr-FR, de-DE, hi-IN.
--country string Edition / country code, e.g. US, GB, IN, AU, CA, DE, FR.
--max-results integer Maximum number of articles to return. A single Google News feed caps at ~100; the scraper
--topic string Fetch a Google News topic section instead of (or alongside) a search. One of: WORLD, NATIO

Flags map 1:1 to the actor's input schema — full reference and a live output sample on the Store listing.

Output

One row per result, saved as both JSON and CSV with every field the actor returns. Preview the exact fields on the listing's output tab.

Why this actor

  • HTTP-native — fast, stable, no headless-browser overhead
  • No account risk — never asks for your login or cookies
  • Fair billing — pay per delivered result only

MIT © The Mine Works — part of a 69-scraper suite trusted by 450+ developers.

About

Scrape Google News headlines and sources, monitor brands and topics. Python client for the Apify actor.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages