Google News Scraper avatar
Google News Scraper

Pricing

Pay per event

Go to Apify Store
Google News Scraper

Google News Scraper

Developed by

VulnV

VulnV

Maintained by Community

Track Google News coverage for your chosen keywords, countries, and languages. Get curated articles with titles, snippets, links, and metadata delivered straight to your Apify dataset for easy analysis or automation.

5.0 (1)

Pricing

Pay per event

1

2

1

Last modified

12 days ago

Overview

Keep track of the latest coverage for the topics you care about. This actor searches Google News for the keywords and regions you provide and delivers fresh headlines, snippets, and links in a structured dataset that is ready for further analysis or automation.

What You Get

  • Curated news articles for each submitted search.
  • Source links, titles, and metadata bundled into the actor run dataset.
  • A run summary that highlights how many items were collected for every query.

How To Use

  1. Decide which topics you want to follow and the countries or languages that matter to you.
  2. Provide the searches in the actor input as shown below.
  3. (Optional) Set limitMultipleResults if you want to cap the number of articles per search.
  4. Run the actor and download the dataset or export it to your preferred format.

Input Format

{
"limitMultipleResults": 10,
"searches": [
{
"keyword": "Tennis",
"country": "US",
"language": ""
},
{
"keyword": "Premier league",
"country": "GB",
"language": "en-GB"
}
]
}
  • searches must include at least one entry.
  • keyword is the phrase you want to track.
  • country is the ISO country code where the news should originate (for example, US, GB, FR).
  • language can be left empty or filled with an ISO language code (such as en or en-GB).
  • limitMultipleResults is optional; omit it to receive the provider’s default number of articles.

Output

  • Every matching article is stored in the actor dataset as an individual item.
  • A summary object lists the number of valid searches, invalid entries (if any), and total articles saved.

Tips

  • Focus each keyword on a single topic or person for clearer results.
  • Use specific countries and languages to tailor the feed to local coverage.
  • Schedule the actor to keep your news updates running automatically.