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

📰 Google News Scraper collects real-time headlines, publishers, snippets, dates & links from Google News. 🔎 Filter by keywords, topics, country & language. 📊 Export JSON/CSV, deduplicate & schedule crawls. 🚀 Perfect for media monitoring, trend tracking & research.

- **URL**: https://apify.com/scraperforge/google-news-scraper.md
- **Developed by:** [ScraperForge](https://apify.com/scraperforge) (community)
- **Categories:** Automation, Lead generation, Social media
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$19.99/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

Google News Scraper is a fast, reliable Google News scraping tool that collects headlines, publishers, snippets, dates, links, and images from Google News RSS — ideal for marketers, developers, data analysts, and researchers who need to scrape Google News at scale. It targets the Google News SERP feed, handles regions and languages, and delivers clean, structured results for media monitoring, trend tracking, and research. With async fetching, proxy fallback, and smart de-duplication, this real-time Google News scraper enables consistent Google News data extraction without manual effort.

### What data / output can you get?

Below are the exact fields this Google News crawler stores for each article it collects and pushes to the Apify dataset.

| Data type | Description | Example value |
| --- | --- | --- |
| position | Result index in the current run (1-based) | 1 |
| title | Article headline | Tesla announces new factory plans in Mexico |
| link | Direct article URL (resolved from RSS redirect where possible) | https://example.com/tesla-factory-plans |
| domain | Domain derived from source name or article URL | example.com |
| source | Publisher/source name parsed from RSS entry | Bloomberg |
| date | Human-friendly relative time computed from pubDate | 2 hours ago |
| date_utc | ISO 8601 UTC timestamp computed from pubDate | 2026-03-15T10:30:00+00:00 |
| snippet | Cleaned snippet extracted from the RSS description | Tesla is planning a new manufacturing facility in Mexico... |
| thumbnail | Base64 data URL for a fetched article image (Open Graph/Twitter Card/inline) | data:image/jpeg;base64,/9j/4AAQSkZJRgABAQ... |
| block_position | Same as position; maintained for compatibility | 1 |

Notes:
- The actor de-duplicates by GUID during parsing to prevent duplicate items.
- Thumbnails are retrieved from the article page when possible and encoded as base64; when the image cannot be determined or fetched, this field may be empty.
- Snippets are derived by cleaning HTML from the RSS description.

### Key features

- 🔁 Bold proxy fallback workflow  
  Starts without a proxy and automatically escalates to datacenter and then residential proxies on blocks or failures (with exponential backoff and retries). This boosts reliability for Google News scraping without API access.

- 🌍 Region & language controls  
  Configure Google country (gl), UI language (hl), language-limited results (lr), and country-limited results (cr) to tailor your Google News data extraction by market.

- 🕒 Flexible time filtering  
  Filter by last hour, day, week, month, year, or a custom date range using time_period with time_period_min/time_period_max in MM/DD/YYYY format.

- 🧹 Clean snippets & readable dates  
  HTML is stripped from RSS descriptions to produce clean snippets, while pubDate is converted to both a relative “time ago” string and ISO 8601 UTC timestamp.

- 🖼️ Smart thumbnail capture  
  Fetches images via Open Graph or Twitter Card tags, with fallbacks to article content images. Valid images are encoded as base64 data URLs for portable use.

- 🚦 De-duplication & multi-strategy harvesting  
  Prevents duplicates via GUID tracking and augments collection by trying multiple time-range strategies (e.g., day/week/month) when no specific time period is set.

- ⚙️ Async performance & stability  
  Built on Python asyncio + aiohttp for speed, with per-request timeouts, rate limiting between requests, and up to 3 retries per proxy level to maximize success rates.

- 📦 Real-time dataset writes  
  Items are saved incrementally during the run, so you can monitor results as they arrive and consume them from the run’s dataset stream.

### How to use Google News Scraper - step by step

1. Create or log in to your Apify account  
   Access the actor from your Apify dashboard.

2. Open Google News Scraper  
   Navigate to the “google-news-scraper” actor.

3. Enter your input parameters  
   At minimum, provide query and maxItems. Optionally add gl, hl, lr, cr, time_period (and custom dates), nfpr, filter, and proxyConfiguration.

4. Tune filters and locale  
   - Use gl (Google Country) and hl (UI Language) to localize results.  
   - Use lr and/or cr to limit results by language or country.  
   - Use time_period to constrain recency, including a custom date range.

5. Control result volume & behavior  
   - Set maxItems (100–5000).  
   - Toggle nfpr (exclude autocorrect) and filter (Similar/Omitted Results).

6. Start the run  
   The actor fetches Google News RSS data, applies retry logic and proxy fallback as needed, and writes items to the dataset in real time.

7. Review and download your results  
   Open the run’s Dataset to view, filter, and export items as needed for your workflow.

Pro tip: For precise date windows, set time_period to custom and provide time_period_min/time_period_max in MM/DD/YYYY.

### Use cases

| Use case name | Description |
| --- | --- |
| Media monitoring & alerts | Track breaking stories and publishers for your topics and brands with a real-time Google News scraper that saves structured articles continuously. |
| SEO & content planning | Identify trending topics and headlines to inform content calendars using consistent Google News headlines scraper output. |
| Competitive intelligence | Monitor competitors’ press coverage and announcements by filtering results with country/language parameters. |
| Market & financial tracking | Follow sector-specific news (e.g., “earnings”, “acquisition”) with time-based filters for last day/week. |
| Academic & policy research | Build structured corpora of articles for analysis using language-restricted results (lr) and region constraints (gl/cr). |
| Data pipelines & dashboards | Use the dataset output as a Google News API alternative to power dashboards and analytics without scraping browsers. |

### Why choose Google News Scraper?

This production-ready Google News scraping tool combines precision, automation, and reliability.

- ✅ Accurate structured output with consistent fields (title, link, domain, source, date, snippet, thumbnail, positions).
- 🌐 Multilingual and multi-region support via gl, hl, lr, and cr parameters.
- 📈 Scales reliably with async requests, rate limiting, and up to 3 automatic retries per proxy level.
- 🧑‍💻 Developer-friendly dataset output ready for integrations and downstream processing.
- 🔐 Safe-by-design proxy fallback (none → datacenter → residential) to reduce blocks and keep runs stable.
- 🕒 Real-time saves to the dataset so long-running queries produce usable data immediately.
- 🧰 More robust than browser extensions or ad‑hoc scripts — built with aiohttp, BeautifulSoup, and clear retry logic.

Bottom line: if you need a dependable Google News scraping without API approach, this actor delivers consistent, clean results at scale.

### Is it legal / ethical to use Google News Scraper?

Yes — when done responsibly. The actor processes publicly accessible Google News RSS content and does not access private or authenticated data.

Guidelines for compliant use:
- Respect platform terms and robots.txt directives.
- Avoid abusive behavior (high request rates, excessive retries).
- Use data for lawful purposes and follow applicable regulations (e.g., fair use).
- Attribute original publishers when required by your use case.
- Consult your legal team for edge cases and jurisdiction-specific requirements.

### Input parameters & output format

#### Example JSON input
```json
{
  "query": "Tesla",
  "maxItems": 200,
  "gl": "United States",
  "hl": "English",
  "lr": "English",
  "cr": "United States",
  "time_period": "last_week",
  "time_period_min": "03/01/2026",
  "time_period_max": "03/31/2026",
  "nfpr": 1,
  "filter": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
````

#### Parameters

| Field | Type | Description | Default | Required |
| --- | --- | --- | --- | --- |
| maxItems | integer | Maximum number of search results to retrieve (100–5000 enforced) | 100 | Yes |
| query | string | The search term to use | Elon Musk | Yes |
| gl | string | The Google country to use for the query | — | No |
| hl | string | The Google UI language to return results | — | No |
| lr | string | Limit the results to a specific language | — | No |
| cr | string | Limit the results to a specific country | — | No |
| time\_period | string | Time period for results: last\_hour, last\_day, last\_week, last\_month, last\_year, custom | — | No |
| time\_period\_min | string | Minimum date for custom time period (MM/DD/YYYY) | — | No |
| time\_period\_max | string | Maximum date for custom time period (MM/DD/YYYY) | — | No |
| nfpr | integer | Exclude results from auto-corrected queries (0 or 1) | 0 | No |
| filter | integer | Enable/disable Similar Results and Omitted Results filters (0 or 1) | 1 | No |
| proxyConfiguration | object | Configure proxy settings. The actor will start with no proxy, then fallback to datacenter, then residential proxies if needed. | {"useApifyProxy": false} | No |

Notes:

- If maxItems is set below 100, the actor automatically raises it to 100; above 5000, it caps at 5000.
- For time\_period="custom", both time\_period\_min and time\_period\_max must be provided in MM/DD/YYYY format.

#### Example JSON output

```json
{
  "position": 1,
  "title": "Tesla announces new factory plans in Mexico",
  "link": "https://example.com/tesla-factory-plans",
  "domain": "example.com",
  "source": "Bloomberg",
  "date": "2 hours ago",
  "date_utc": "2026-03-15T10:30:00+00:00",
  "snippet": "Tesla is planning a new manufacturing facility in Mexico...",
  "thumbnail": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQ...",
  "block_position": 1
}
```

Field notes:

- thumbnail may be empty if no suitable image is found or the image is not retrievable.
- date and date\_utc are derived from the RSS pubDate; if parsing fails, the actor uses fallbacks.

### FAQ

#### Is there a free trial or free tier?

Yes. This actor includes a 120-minute trial window in its current pricing plan, so you can evaluate it before subscribing.

#### Does it support Google News scraping with Python?

Yes. The actor is implemented in Python using asyncio and aiohttp, and produces structured dataset items suitable for downstream Python workflows.

#### How many results can it collect per run?

You can request between 100 and 5000 items via maxItems. The actor enforces this range for stability and performance.

#### Can I filter by language and country?

Yes. Use hl (UI language), lr (language-limited results), gl (Google country), and cr (country-limited results) to localize your results.

#### Can I filter by time range?

Yes. Set time\_period to last\_hour, last\_day, last\_week, last\_month, last\_year, or custom. For custom, provide time\_period\_min and time\_period\_max in MM/DD/YYYY format.

#### How does proxy handling work?

The actor starts with no proxy, then automatically falls back to datacenter proxies, and finally residential proxies if blocks or errors occur. It also retries requests up to three times per proxy level with backoff.

#### Does it de-duplicate results?

Yes. The actor uses item GUIDs from the RSS feed to avoid saving duplicate articles during a run.

#### What images are returned?

The actor attempts to fetch an article thumbnail by checking Open Graph and Twitter Card tags and then scanning suitable in-page images. Valid images are returned as base64 data URLs in the thumbnail field.

#### Is this a Google News API alternative?

For many use cases, yes. It provides structured article data from Google News RSS that you can use in pipelines and dashboards without relying on a separate API.

#### What do nfpr and filter options do?

- nfpr: Excludes results from auto-corrected queries when set to 1.
- filter: Enables (1) or disables (0) Google’s Similar/Omitted Results filters.

### Closing CTA / Final thoughts

Google News Scraper is built for accurate, scalable collection of structured Google News data. With locale controls, flexible time filters, async performance, and robust proxy fallback, it provides dependable results for marketers, developers, analysts, and researchers. Configure your query, set maxItems and filters, and start capturing real-time news signals with clean titles, links, snippets, timestamps, and thumbnails. If you’re building a Google News scraping pipeline or seeking a Google News API alternative, this actor gives you production-ready, structured output to power your apps and analysis.

# Actor input Schema

## `maxItems` (type: `integer`):

Maximum number of search results to retrieve

## `query` (type: `string`):

The search term to use

## `gl` (type: `string`):

The Google country to use for the query

## `hl` (type: `string`):

The Google UI language to return results

## `lr` (type: `string`):

Limit the results to a specific language

## `cr` (type: `string`):

Limit the results to a specific country

## `time_period` (type: `string`):

Time period for results

## `time_period_min` (type: `string`):

Minimum date for custom time period (MM/DD/YYYY)

## `time_period_max` (type: `string`):

Maximum date for custom time period (MM/DD/YYYY)

## `nfpr` (type: `integer`):

Exclude results from auto-corrected queries (0 or 1)

## `filter` (type: `integer`):

Enable/disable Similar Results and Omitted Results filters (0 or 1)

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

Configure proxy settings. The actor will start with no proxy, then fallback to datacenter, then residential proxies if needed.

## Actor input object example

```json
{
  "maxItems": 100,
  "query": "Elon Musk",
  "nfpr": 0,
  "filter": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scraperforge/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": False } }

# Run the Actor and wait for it to finish
run = client.actor("scraperforge/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": false
  }
}' |
apify call scraperforge/google-news-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google News Scraper",
        "description": "📰 Google News Scraper collects real-time headlines, publishers, snippets, dates & links from Google News. 🔎 Filter by keywords, topics, country & language. 📊 Export JSON/CSV, deduplicate & schedule crawls. 🚀 Perfect for media monitoring, trend tracking & research.",
        "version": "0.1",
        "x-build-id": "3YMa8GqwC1qbzKn0i"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scraperforge~google-news-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scraperforge-google-news-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scraperforge~google-news-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scraperforge-google-news-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scraperforge~google-news-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scraperforge-google-news-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "maxItems",
                    "query"
                ],
                "properties": {
                    "maxItems": {
                        "title": "Maximum Items",
                        "minimum": 100,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Maximum number of search results to retrieve",
                        "default": 100
                    },
                    "query": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "The search term to use",
                        "default": "Elon Musk"
                    },
                    "gl": {
                        "title": "Google Country",
                        "enum": [
                            "Ascension Island",
                            "Andorra",
                            "United Arab Emirates",
                            "Antigua & Barbuda",
                            "Anguilla",
                            "Albania",
                            "Armenia",
                            "Angola",
                            "Antarctica",
                            "Argentina",
                            "American Samoa",
                            "Austria",
                            "Australia",
                            "Aruba",
                            "Åland Islands",
                            "Azerbaijan",
                            "Bosnia & Herzegovina",
                            "Barbados",
                            "Bangladesh",
                            "Belgium",
                            "Burkina Faso",
                            "Bulgaria",
                            "Bahrain",
                            "Burundi",
                            "Benin",
                            "St. Barthélemy",
                            "Bermuda",
                            "Brunei",
                            "Bolivia",
                            "Caribbean Netherlands",
                            "Brazil",
                            "Bahamas",
                            "Bhutan",
                            "Bouvet Island",
                            "Botswana",
                            "Belarus",
                            "Belize",
                            "Canada",
                            "Cocos (Keeling) Islands",
                            "Congo (DRC)",
                            "Central African Republic",
                            "Congo (Republic)",
                            "Switzerland",
                            "Côte d'Ivoire",
                            "Cook Islands",
                            "Chile",
                            "Cameroon",
                            "Colombia",
                            "Costa Rica",
                            "Cape Verde",
                            "Curaçao",
                            "Christmas Island",
                            "Cyprus",
                            "Czech Republic",
                            "Germany",
                            "Djibouti",
                            "Denmark",
                            "Dominica",
                            "Dominican Republic",
                            "Algeria",
                            "Ecuador",
                            "Estonia",
                            "Egypt",
                            "Western Sahara",
                            "Eritrea",
                            "Spain",
                            "Ethiopia",
                            "Finland",
                            "Fiji",
                            "Falkland Islands (Islas Malvinas)",
                            "Micronesia",
                            "Faroe Islands",
                            "France",
                            "Gabon",
                            "United Kingdom",
                            "Grenada",
                            "Georgia",
                            "French Guiana",
                            "Guernsey",
                            "Ghana",
                            "Gibraltar",
                            "Greenland",
                            "Gambia",
                            "Guinea",
                            "Guadeloupe",
                            "Equatorial Guinea",
                            "Greece",
                            "South Georgia & South Sandwich Islands",
                            "Guatemala",
                            "Guam",
                            "Guinea-Bissau",
                            "Guyana",
                            "Hong Kong",
                            "Heard & McDonald Islands",
                            "Honduras",
                            "Croatia",
                            "Haiti",
                            "Hungary",
                            "Indonesia",
                            "Ireland",
                            "Israel",
                            "Isle of Man",
                            "India",
                            "British Indian Ocean Territory",
                            "Iraq",
                            "Iceland",
                            "Italy",
                            "Jersey",
                            "Jamaica",
                            "Jordan",
                            "Japan",
                            "Kenya",
                            "Kyrgyzstan",
                            "Cambodia",
                            "Kiribati",
                            "Comoros",
                            "St. Kitts & Nevis",
                            "South Korea",
                            "Kuwait",
                            "Cayman Islands",
                            "Kazakhstan",
                            "Laos",
                            "Lebanon",
                            "St. Lucia",
                            "Liechtenstein",
                            "Sri Lanka",
                            "Liberia",
                            "Lesotho",
                            "Lithuania",
                            "Luxembourg",
                            "Latvia",
                            "Libya",
                            "Morocco",
                            "Monaco",
                            "Moldova",
                            "Montenegro",
                            "St. Martin",
                            "Madagascar",
                            "Marshall Islands",
                            "Macedonia (FYROM)",
                            "Mali",
                            "Myanmar (Burma)",
                            "Mongolia",
                            "Macau",
                            "Northern Mariana Islands",
                            "Martinique",
                            "Mauritania",
                            "Montserrat",
                            "Malta",
                            "Mauritius",
                            "Maldives",
                            "Malawi",
                            "Mexico",
                            "Malaysia",
                            "Mozambique",
                            "Namibia",
                            "New Caledonia",
                            "Niger",
                            "Norfolk Island",
                            "Nigeria",
                            "Nicaragua",
                            "Netherlands",
                            "Norway",
                            "Nepal",
                            "Nauru",
                            "Niue",
                            "New Zealand",
                            "Oman",
                            "Panama",
                            "Peru",
                            "French Polynesia",
                            "Papua New Guinea",
                            "Philippines",
                            "Pakistan",
                            "Poland",
                            "St. Pierre & Miquelon",
                            "Pitcairn Islands",
                            "Puerto Rico",
                            "Palestine",
                            "Portugal",
                            "Palau",
                            "Paraguay",
                            "Qatar",
                            "Réunion",
                            "Romania",
                            "Serbia",
                            "Russia",
                            "Rwanda",
                            "Saudi Arabia",
                            "Solomon Islands",
                            "Seychelles",
                            "Sweden",
                            "Singapore",
                            "St. Helena",
                            "Slovenia",
                            "Svalbard & Jan Mayen",
                            "Slovakia",
                            "Sierra Leone",
                            "San Marino",
                            "Senegal",
                            "Somalia",
                            "Suriname",
                            "South Sudan",
                            "São Tomé & Príncipe",
                            "El Salvador",
                            "Sint Maarten",
                            "Swaziland",
                            "Tristan da Cunha",
                            "Turks & Caicos Islands",
                            "Chad",
                            "French Southern Territories",
                            "Togo",
                            "Thailand",
                            "Tajikistan",
                            "Tokelau",
                            "Timor-Leste",
                            "Turkmenistan",
                            "Tunisia",
                            "Tonga",
                            "Turkey",
                            "Trinidad & Tobago",
                            "Tuvalu",
                            "Taiwan",
                            "Tanzania",
                            "Ukraine",
                            "Uganda",
                            "U.S. Outlying Islands",
                            "United States",
                            "Uruguay",
                            "Uzbekistan",
                            "Vatican City",
                            "St. Vincent & Grenadines",
                            "Venezuela",
                            "British Virgin Islands",
                            "U.S. Virgin Islands",
                            "Vietnam",
                            "Vanuatu",
                            "Wallis & Futuna",
                            "Samoa",
                            "Kosovo",
                            "Yemen",
                            "Mayotte",
                            "South Africa",
                            "Zambia",
                            "Zimbabwe"
                        ],
                        "type": "string",
                        "description": "The Google country to use for the query"
                    },
                    "hl": {
                        "title": "UI Language",
                        "enum": [
                            "Afrikaans",
                            "Akan",
                            "Albanian",
                            "Amharic",
                            "Arabic",
                            "Armenian",
                            "Azerbaijani",
                            "Basque",
                            "Belarusian",
                            "Bemba",
                            "Bengali",
                            "Bihari",
                            "Bosnian",
                            "Breton",
                            "Bulgarian",
                            "Catalan",
                            "Cherokee",
                            "Chichewa",
                            "Chinese (Simplified)",
                            "Chinese (Traditional)",
                            "Corsican",
                            "Croatian",
                            "Czech",
                            "Danish",
                            "Dutch",
                            "English",
                            "Esperanto",
                            "Estonian",
                            "Ewe",
                            "Filipino",
                            "Finnish",
                            "French",
                            "Frisian",
                            "Ga",
                            "Galician",
                            "Georgian",
                            "German",
                            "Greek",
                            "Guarani",
                            "Gujarati",
                            "Haitian Creole",
                            "Hausa",
                            "Hawaiian",
                            "Hebrew",
                            "Hindi",
                            "Hungarian",
                            "Icelandic",
                            "Igbo",
                            "Indonesian",
                            "Interlingua",
                            "Irish",
                            "Italian",
                            "Japanese",
                            "Javanese",
                            "Kannada",
                            "Kazakh",
                            "Khmer",
                            "Korean",
                            "Krio",
                            "Kurdish",
                            "Kurdish (Sorani)",
                            "Kyrgyz",
                            "Lao",
                            "Latin",
                            "Latvian",
                            "Lingala",
                            "Lithuanian",
                            "Lozi",
                            "Luganda",
                            "Acholi",
                            "Macedonian",
                            "Malagasy",
                            "Malay",
                            "Malayalam",
                            "Maltese",
                            "Maori",
                            "Marathi",
                            "Mauritian Creole",
                            "Moldovan",
                            "Mongolian",
                            "Montenegrin",
                            "Nepali",
                            "Nigerian Pidgin",
                            "Northern Sotho",
                            "Norwegian",
                            "Norwegian (Nynorsk)",
                            "Occitan",
                            "Oromo",
                            "Pashto",
                            "Persian",
                            "Polish",
                            "Portuguese",
                            "Portuguese (Brazil)",
                            "Portuguese (Portugal)",
                            "Punjabi",
                            "Quechua",
                            "Romanian",
                            "Romansh",
                            "Runyankole",
                            "Russian",
                            "Scots Gaelic",
                            "Serbian",
                            "Serbo-Croatian",
                            "Sesotho",
                            "Shona",
                            "Sindhi",
                            "Sinhala",
                            "Slovak",
                            "Slovenian",
                            "Somali",
                            "Spanish",
                            "Spanish (Latin America)",
                            "Sundanese",
                            "Swahili",
                            "Swedish",
                            "Tajik",
                            "Tamil",
                            "Telugu",
                            "Thai",
                            "Tigrinya",
                            "Tonga",
                            "Tumbuka",
                            "Turkish",
                            "Turkmen",
                            "Twi",
                            "Ukrainian",
                            "Urdu",
                            "Uzbek",
                            "Vietnamese",
                            "Welsh",
                            "Wolof",
                            "Xhosa",
                            "Yiddish",
                            "Yoruba",
                            "Zulu"
                        ],
                        "type": "string",
                        "description": "The Google UI language to return results"
                    },
                    "lr": {
                        "title": "Language Results",
                        "enum": [
                            "Arabic",
                            "Armenian",
                            "Belarusian",
                            "Bulgarian",
                            "Catalan",
                            "Chinese (Simplified)",
                            "Chinese (Traditional)",
                            "Croatian",
                            "Czech",
                            "Danish",
                            "Dutch",
                            "English",
                            "Esperanto",
                            "Estonian",
                            "Filipino",
                            "Finnish",
                            "French",
                            "German",
                            "Greek",
                            "Hebrew",
                            "Hungarian",
                            "Icelandic",
                            "Indonesian",
                            "Italian",
                            "Japanese",
                            "Korean",
                            "Latvian",
                            "Lithuanian",
                            "Norwegian",
                            "Persian",
                            "Polish",
                            "Portuguese",
                            "Romanian",
                            "Russian",
                            "Serbian",
                            "Slovak",
                            "Slovenian",
                            "Spanish",
                            "Swedish",
                            "Thai",
                            "Turkish",
                            "Ukrainian",
                            "Vietnamese"
                        ],
                        "type": "string",
                        "description": "Limit the results to a specific language"
                    },
                    "cr": {
                        "title": "Country Results",
                        "enum": [
                            "Ascension Island",
                            "Andorra",
                            "United Arab Emirates",
                            "Antigua & Barbuda",
                            "Anguilla",
                            "Albania",
                            "Armenia",
                            "Angola",
                            "Antarctica",
                            "Argentina",
                            "American Samoa",
                            "Austria",
                            "Australia",
                            "Aruba",
                            "Åland Islands",
                            "Azerbaijan",
                            "Bosnia & Herzegovina",
                            "Barbados",
                            "Bangladesh",
                            "Belgium",
                            "Burkina Faso",
                            "Bulgaria",
                            "Bahrain",
                            "Burundi",
                            "Benin",
                            "St. Barthélemy",
                            "Bermuda",
                            "Brunei",
                            "Bolivia",
                            "Caribbean Netherlands",
                            "Brazil",
                            "Bahamas",
                            "Bhutan",
                            "Bouvet Island",
                            "Botswana",
                            "Belarus",
                            "Belize",
                            "Canada",
                            "Cocos (Keeling) Islands",
                            "Congo (DRC)",
                            "Central African Republic",
                            "Congo (Republic)",
                            "Switzerland",
                            "Côte d'Ivoire",
                            "Cook Islands",
                            "Chile",
                            "Cameroon",
                            "Colombia",
                            "Costa Rica",
                            "Cape Verde",
                            "Curaçao",
                            "Christmas Island",
                            "Cyprus",
                            "Czech Republic",
                            "Germany",
                            "Djibouti",
                            "Denmark",
                            "Dominica",
                            "Dominican Republic",
                            "Algeria",
                            "Ecuador",
                            "Estonia",
                            "Egypt",
                            "Western Sahara",
                            "Eritrea",
                            "Spain",
                            "Ethiopia",
                            "Finland",
                            "Fiji",
                            "Falkland Islands (Islas Malvinas)",
                            "Micronesia",
                            "Faroe Islands",
                            "France",
                            "Gabon",
                            "United Kingdom",
                            "Grenada",
                            "Georgia",
                            "French Guiana",
                            "Guernsey",
                            "Ghana",
                            "Gibraltar",
                            "Greenland",
                            "Gambia",
                            "Guinea",
                            "Guadeloupe",
                            "Equatorial Guinea",
                            "Greece",
                            "South Georgia & South Sandwich Islands",
                            "Guatemala",
                            "Guam",
                            "Guinea-Bissau",
                            "Guyana",
                            "Hong Kong",
                            "Heard & McDonald Islands",
                            "Honduras",
                            "Croatia",
                            "Haiti",
                            "Hungary",
                            "Indonesia",
                            "Ireland",
                            "Israel",
                            "Isle of Man",
                            "India",
                            "British Indian Ocean Territory",
                            "Iraq",
                            "Iceland",
                            "Italy",
                            "Jersey",
                            "Jamaica",
                            "Jordan",
                            "Japan",
                            "Kenya",
                            "Kyrgyzstan",
                            "Cambodia",
                            "Kiribati",
                            "Comoros",
                            "St. Kitts & Nevis",
                            "South Korea",
                            "Kuwait",
                            "Cayman Islands",
                            "Kazakhstan",
                            "Laos",
                            "Lebanon",
                            "St. Lucia",
                            "Liechtenstein",
                            "Sri Lanka",
                            "Liberia",
                            "Lesotho",
                            "Lithuania",
                            "Luxembourg",
                            "Latvia",
                            "Libya",
                            "Morocco",
                            "Monaco",
                            "Moldova",
                            "Montenegro",
                            "St. Martin",
                            "Madagascar",
                            "Marshall Islands",
                            "Macedonia (FYROM)",
                            "Mali",
                            "Myanmar (Burma)",
                            "Mongolia",
                            "Macau",
                            "Northern Mariana Islands",
                            "Martinique",
                            "Mauritania",
                            "Montserrat",
                            "Malta",
                            "Mauritius",
                            "Maldives",
                            "Malawi",
                            "Mexico",
                            "Malaysia",
                            "Mozambique",
                            "Namibia",
                            "New Caledonia",
                            "Niger",
                            "Norfolk Island",
                            "Nigeria",
                            "Nicaragua",
                            "Netherlands",
                            "Norway",
                            "Nepal",
                            "Nauru",
                            "Niue",
                            "New Zealand",
                            "Oman",
                            "Panama",
                            "Peru",
                            "French Polynesia",
                            "Papua New Guinea",
                            "Philippines",
                            "Pakistan",
                            "Poland",
                            "St. Pierre & Miquelon",
                            "Pitcairn Islands",
                            "Puerto Rico",
                            "Palestine",
                            "Portugal",
                            "Palau",
                            "Paraguay",
                            "Qatar",
                            "Réunion",
                            "Romania",
                            "Serbia",
                            "Russia",
                            "Rwanda",
                            "Saudi Arabia",
                            "Solomon Islands",
                            "Seychelles",
                            "Sweden",
                            "Singapore",
                            "St. Helena",
                            "Slovenia",
                            "Svalbard & Jan Mayen",
                            "Slovakia",
                            "Sierra Leone",
                            "San Marino",
                            "Senegal",
                            "Somalia",
                            "Suriname",
                            "South Sudan",
                            "São Tomé & Príncipe",
                            "El Salvador",
                            "Sint Maarten",
                            "Swaziland",
                            "Tristan da Cunha",
                            "Turks & Caicos Islands",
                            "Chad",
                            "French Southern Territories",
                            "Togo",
                            "Thailand",
                            "Tajikistan",
                            "Tokelau",
                            "Timor-Leste",
                            "Turkmenistan",
                            "Tunisia",
                            "Tonga",
                            "Turkey",
                            "Trinidad & Tobago",
                            "Tuvalu",
                            "Taiwan",
                            "Tanzania",
                            "Ukraine",
                            "Uganda",
                            "U.S. Outlying Islands",
                            "United States",
                            "Uruguay",
                            "Uzbekistan",
                            "Vatican City",
                            "St. Vincent & Grenadines",
                            "Venezuela",
                            "British Virgin Islands",
                            "U.S. Virgin Islands",
                            "Vietnam",
                            "Vanuatu",
                            "Wallis & Futuna",
                            "Samoa",
                            "Kosovo",
                            "Yemen",
                            "Mayotte",
                            "South Africa",
                            "Zambia",
                            "Zimbabwe"
                        ],
                        "type": "string",
                        "description": "Limit the results to a specific country"
                    },
                    "time_period": {
                        "title": "Time Period",
                        "enum": [
                            "last_hour",
                            "last_day",
                            "last_week",
                            "last_month",
                            "last_year",
                            "custom"
                        ],
                        "type": "string",
                        "description": "Time period for results"
                    },
                    "time_period_min": {
                        "title": "Custom Time Period Min",
                        "pattern": "^\\d{2}/\\d{2}/\\d{4}$",
                        "type": "string",
                        "description": "Minimum date for custom time period (MM/DD/YYYY)"
                    },
                    "time_period_max": {
                        "title": "Custom Time Period Max",
                        "pattern": "^\\d{2}/\\d{2}/\\d{4}$",
                        "type": "string",
                        "description": "Maximum date for custom time period (MM/DD/YYYY)"
                    },
                    "nfpr": {
                        "title": "No Autocorrect",
                        "minimum": 0,
                        "maximum": 1,
                        "type": "integer",
                        "description": "Exclude results from auto-corrected queries (0 or 1)",
                        "default": 0
                    },
                    "filter": {
                        "title": "Filter",
                        "minimum": 0,
                        "maximum": 1,
                        "type": "integer",
                        "description": "Enable/disable Similar Results and Omitted Results filters (0 or 1)",
                        "default": 1
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Configure proxy settings. The actor will start with no proxy, then fallback to datacenter, then residential proxies if needed."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
