# Google News Scraper (`knowten/google-news-scraper`) Actor

Scrape Google News efficiently without a browser.

- **URL**: https://apify.com/knowten/google-news-scraper.md
- **Developed by:** [Knowten](https://apify.com/knowten) (community)
- **Categories:** News, Social media, Automation
- **Stats:** 17 total users, 1 monthly users, 100.0% runs succeeded, 12 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $2.50 / 1,000 per news records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 📰 Google News Scraper - The Ultimate News Extraction Tool

Effortlessly scrape the latest news articles from Google News with this powerful, scalable, and highly affordable Actor! 🚀

Whether you need to monitor competitors, track industry trends, or aggregate global news, this scraper is your all-in-one solution. Stop worrying about technical hurdles and start extracting clean, structured data in minutes.

### 💎 Why Choose Our Google News Scraper?

- **Unbeatable Value**: Extract massive amounts of data without breaking the bank. At just **$2.5 USD per 1,000 articles**, it is by far the most cost-effective solution on the market.
- **Deep Extract Technology**: We go beyond the surface! Our "Deep Extract" feature fetches the **full descriptions** directly from the publisher's page and decodes the real URLs, giving you the complete picture instead of just tiny snippets.
- **Extract Massive Datasets**: Collect thousands of articles effortlessly. Our engine bypasses standard search limits so you can pull exactly the volume of data you need.

### ✨ Key Features

- 🔍 **Multi-Keyword Power**: Search multiple keywords in a single run.
- 📰 **Topic Tracking**: Scrape predefined categories (Business, Tech, Sports, etc.) seamlessly.
- 🌍 **Global Coverage**: Scrape news from virtually any country and language combination.
- ⏱️ **Timeframe Control**: Filter results by 1 hour, 1 day, 7 days, 1 year, or all time.
- 🖼️ **High-Quality Media**: Automatically fetch high-resolution images for each article.

### 💡 Use Cases

- **📊 Market Research & Competitor Analysis**: Track mentions of your competitors and identify market shifts.
- **🧠 Brand Monitoring & PR**: Know immediately when your brand, clients, or executives are mentioned in the news.
- **🗞️ News Aggregation**: Build custom news feeds for your portals, newsletters, or dashboards.
- **📈 Data Science & NLP**: Train models for sentiment analysis, topic detection, and financial predictions.

### 🛠️ How It Works

1. Set your search parameters (keywords, topics, language, and timeframe).
2. The Actor fetches and processes the data from Google News using our Deep Extract engine.
3. Results are saved directly to your Apify dataset, ready to download in JSON, CSV, Excel, or via API.

### 📝 Input Parameters

| Parameter | Description |
| --------- | ----------- |
| `maxArticles` | Maximum number of results to collect per source. |
| `keywords` | Your search terms (e.g., "artificial intelligence", "finance"). |
| `topics` | Predefined topics (e.g., "BUSINESS", "TECHNOLOGY"). |
| `region_language` | Country and language code (e.g., "US:en" for USA English). |
| `timeframe` | The time window (e.g., "1d" for past day, "1y" for past year). |
| `extractDeep` | Enable Deep Extract to fetch vast amounts of data and deep descriptions! |

### 📊 Output Example

The results will be wrapped into a dataset which you can always find in the Storage tab. You can download your data in JSON, JSONL, Excel, HTML table, CSV, or XML.

```json
[
  {
    "title": "Tech Giants Race to Dominate AI Market",
    "url": "https://www.reuters.com/technology/ai-market-race...",
    "source": "Reuters",
    "publishedAt": "2026-06-23T10:00:00+00:00",
    "publishedTimestamp": 1740273600000,
    "image": "https://www.reuters.com/images/og-image.jpg",
    "description": "Major tech companies are investing billions in new AI infrastructure to secure their position in the rapidly expanding artificial intelligence sector, according to new market reports...",
    "metadata": {
      "scrapeTimestamp": "2026-06-23T12:45:00.000Z",
      "keyword": "artificial intelligence"
    }
  }
]
```

Get started with Google News Scraper today and turn the world's news into your actionable data! 🚀📰

# Actor input Schema

## `keywords` (type: `array`):

Keywords to search for (e.g. 'bitcoin')

## `topic` (type: `string`):

Select a topic to search for.

## `timeframe` (type: `string`):

Select the time range for search results.

## `region_language` (type: `string`):

Select the country and language for the news results.

## `maxArticles` (type: `integer`):

Maximum number of articles to extract per topic/keyword.

## `extractDeep` (type: `boolean`):

Splits the timeframe into multiple parallel daily requests to bypass the 100 article limit. Best used with timeframes like 1m or 1y.

## `decodeUrls` (type: `boolean`):

If true, decoding of base64 URLs happens inside the Actor.

## `proxyConfiguration` (type: `object`):

Select proxies to be used by your scraper.

## Actor input object example

```json
{
  "keywords": [],
  "topic": "",
  "timeframe": "1y",
  "region_language": "US:en",
  "maxArticles": 20,
  "extractDeep": false,
  "decodeUrls": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("knowten/google-news-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "proxyConfiguration": { "useApifyProxy": True } }

# Run the Actor and wait for it to finish
run = client.actor("knowten/google-news-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call knowten/google-news-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=knowten/google-news-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/JiFXSk6i1PcGzZgpM/builds/x0TTvvv7WdgpTvehG/openapi.json
