Google News Scraper — Multi-keyword, Sentiment, Full Text avatar

Google News Scraper — Multi-keyword, Sentiment, Full Text

Pricing

Pay per usage

Go to Apify Store
Google News Scraper — Multi-keyword, Sentiment, Full Text

Google News Scraper — Multi-keyword, Sentiment, Full Text

Scrape Google News for any keyword or topic. Supports multiple queries, language/region filtering, date ranges, sentiment analysis, and optional full article text extraction. No API key required. $0.001/article.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

What does Google News Scraper do?

Google News Scraper is an Apify Actor that extracts news articles from Google News for any keyword, brand, or topic — structured and ready for analysis. It acts as a news articles extractor and a Google News data API, returning title, source URL, publication date, and optional headline sentiment for each result. No API key is needed; it runs on demand or on a schedule and delivers clean JSON output.

Run it with a list of keywords and get up to 200 articles per query, filtered by language, region, and recency — in seconds.


Why use Google News Scraper?

  • Brand and PR monitoring — track every press mention of your company, product, or executives across global news outlets in real time.
  • Competitor intelligence — monitor competitor announcements, product launches, and earnings coverage to stay ahead of market moves.
  • Crypto and financial research — aggregate breaking news on tokens, ETFs, regulatory decisions, and macro events for trading signals and reports.
  • Content marketing and SEO — discover trending topics and high-traffic keywords in your niche to fuel editorial calendars and link-building campaigns.
  • Academic and media research — collect structured Google News data across languages and regions for large-scale media analysis without scraping bans or CAPTCHAs.

How to use Google News Scraper

  1. Open the Actor on Apify and click Try for free.
  2. Set queries to your list of keywords (e.g. ["bitcoin", "OpenAI regulation"]).
  3. Choose language and country for regional news editions.
  4. Set maxArticlesPerQuery (default 100, up to 200).
  5. Enable includeSentiment for positive/negative/neutral headline scoring.
  6. Enable extractFullText to pull full article body from the source page.
  7. Click Start — results appear in the dataset in seconds.
  8. Export as JSON, CSV, or connect via the Google News scraper API endpoint.

Input

FieldTypeDefaultDescription
queriesarrayrequiredList of keywords or topics to search — each returns up to 200 articles
languagestringenLanguage code: en, ko, ja, de, fr, es, pt, etc.
countrystringUSCountry code: US, KR, JP, GB, DE, FR, etc.
maxArticlesPerQueryinteger100Max articles per keyword (1–200)
deduplicateAcrossQueriesbooleantrueRemove duplicate URLs when queries overlap
includeSentimentbooleanfalseAdd positive / negative / neutral label + confidence score
extractFullTextbooleanfalseFetch full article body from source URL (slower)
minPublishedHoursAgointeger0Only return articles published within the last N hours (0 = no filter)
limitinteger0Hard cap on total articles across all queries (0 = no cap)

Output

Sample Google News data records from a single run:

[
{
"query": "bitcoin",
"title": "Bitcoin Hits New All-Time High Amid ETF Inflows",
"source": "Reuters",
"url": "https://reuters.com/markets/currencies/bitcoin-surges-2026-09-01/",
"description": "Bitcoin surged past $100,000 on Monday as spot ETF net inflows hit a monthly record...",
"published_at": "2026-09-01T09:15:00Z",
"hours_ago": 2.5,
"language": "en",
"country": "US",
"sentiment": { "label": "positive", "score": 0.72 },
"full_text": "Bitcoin surged past $100,000 on Monday as spot ETF net inflows hit a monthly record of $4.2B..."
},
{
"query": "OpenAI regulation",
"title": "EU Finalizes AI Act Enforcement Rules Targeting Foundation Models",
"source": "Financial Times",
"url": "https://ft.com/content/ai-act-enforcement-2026",
"description": "European regulators published binding enforcement guidelines for large AI models...",
"published_at": "2026-09-01T07:30:00Z",
"hours_ago": 4.2,
"language": "en",
"country": "US",
"sentiment": { "label": "neutral", "score": 0.55 },
"full_text": null
}
]

Data fields

FieldTypeDescription
querystringThe keyword that produced this article
titlestringArticle headline
sourcestringPublication name (e.g. Reuters, Bloomberg)
urlstringDirect link to the original article
descriptionstringGoogle News snippet / excerpt
published_atstringISO 8601 publication timestamp
hours_agonumberHours elapsed since publication
languagestringLanguage code of the result
countrystringCountry edition code
sentiment.labelstringpositive, negative, or neutral (when enabled)
sentiment.scorenumberConfidence score 0–1 (when enabled)
full_textstringFull article body (when extractFullText is true)

Cost estimation

Pricing is Pay-Per-Event at $0.001 per article scraped (first 20 articles per run are free).

Run scenarioArticlesEstimated cost
Single keyword, 20 articles20Free
Single keyword, 100 articles100~$0.08
3 keywords x 100 articles300~$0.28
5 keywords x 100 articles500~$0.48
Daily monitoring, 5 keywords~500/day~$0.48/day

FAQ

Does this Google News scraper API require a Google API key? No. The Actor is powered by Google News RSS feeds, which are public. No API key, no quota, no billing with Google.

How is this different from a paid News API? Commercial news APIs charge $150-$500/month for similar volume. This news articles extractor costs a fraction of that — $0.001 per article — with no subscription lock-in. You only pay for what you use.

Can I run this on a schedule for continuous monitoring? Yes. Use Apify's built-in scheduler to run the Actor daily, hourly, or at any interval. Results accumulate in the dataset so you can track coverage over time.

Disclaimer: This Actor collects publicly available data from Google News RSS feeds for research, monitoring, and automation purposes. Users are responsible for complying with Google's Terms of Service and applicable laws. Do not use for unauthorized commercial redistribution of copyrighted content.


Keywords: Google News scraper API, news articles extractor, Google News data, news aggregator, RSS alternative, media monitoring, sentiment analysis, keyword news tracker


Feedback

If this actor powers your news monitoring, a review helps others find it: Leave a review on Apify Store