Automatically extract news results from the Google Search News tab with our no-code scraper. Capture headlines, publishers, dates, snippets, article links, thumbnails, and related story groups for media research. Configure the request, run the Bot, and receive one predictable structured response for downstream use.
What Does the Google News Search Scraper API Do?
This Bot reads one Google Search News results page and returns its visible news records. It keeps the output focused on that single result capability so it can be used independently or combined with other BrowserAct Bots.
Atomic Capability
One run reads one Google Search News results page and returns its visible news records.
The Bot opens the Google Search News tab, reads the news result feed and related story groups, and stops after the target data is extracted or its absence is confirmed. It does not open destination pages or collect unrelated result modules.
Key Features
- Extracts one clearly defined public Google Search capability.
- Builds the fixed Google URL internally from user-facing inputs.
- Uses dropdowns for finite search settings and maps their codes automatically.
- Returns the same response envelope whether the capability appears or not.
- Preserves additional visible values from the same capability in
unclassified_fields.
Quick Start
- Open Run task.
- Review the non-empty default inputs or enter your own open-ended query.
- Choose any supported dropdown values.
- Run the Bot and review the structured result.
- Use the API Tab after the published Template ID is available.
Input Parameters
| Parameter | Configuration |
|---|---|
query |
String - Required Default: steamdeckEnter an open-ended news search query from 1 to 300 characters. Open-ended value. |
search_country |
Dropdown - Required Default: United StatesChoose a supported Google country context. The Bot maps the selection to the search country code. Select from the Run Task dropdown. |
interface_language |
Dropdown - Required Default: EnglishChoose a supported Google interface language. The Bot maps the selection to the interface language code. Select from the Run Task dropdown. |
safe_search |
Dropdown - Required Default: ActiveChoose Active or Off. The Bot maps the selection to Google SafeSearch. Select from the Run Task dropdown. |
time_range |
Dropdown - Required Default: Any timeChoose Any time, Past hour, Past 24 hours, Past week, Past month, or Past year. Select from the Run Task dropdown. |
max_results |
Integer - Required Default: 10Choose the maximum number of visible news records to return, from 1 to 10. Allowed: 1-10. |
See the Inputs Tab for complete dropdown mappings, validation rules, and default request JSON.
Output Structure
| Field | Type | Description |
|---|---|---|
capability |
String | Fixed capability key: google_news_results. |
available |
Boolean | Whether the target capability appeared on the valid source page. |
request_metadata |
Object | Normalized inputs and source-page metadata. |
data |
Object or null | Target capability data only. |
unclassified_fields |
Object | Additional visible values from the same target capability. |
See the Output Tab for the field schema and a structured response preview from Live Version 1.
Example Output
| Field | Result |
|---|---|
capability |
google_news_results |
available |
true |
request_metadata |
query: steamdecksearch_country: United Statesinterface_language: Englishsafe_search: Activetime_range: Any timedevice: Desktop |
data |
results[0].position: 1results[0].title: Onimusha: Way of the Sword Review + Steam Deck Performanceresults[0].url: https://www.google.com/goto?url=CAESdwHrOzAVbgtmRDYVzoK19_lQ0GkBL--cq4uXkk8uxub66C63noeGiyNoh9KkpBXqbtpQJKP2F2...results[0].date: 5 days agoresults[0].published_at: 2026-08-31T15:34:55.000Z |
unclassified_fields |
{} |
Repeated arrays show one real item and long media values are shortened in this documentation preview. The archived run result remains unchanged.
How Does It Work?

- Builds the Google News-tab URL from the query, locale, SafeSearch, and time range.
- Opens only the selected News results page on Desktop.
- Reads visible story cards without opening articles or publisher pages.
- Preserves related-story groups when they appear.
- Returns up to max_results normalized news records.
Use Cases
- Monitor news coverage for a topic.
- Collect article leads for research.
- Build media and reputation workflows.
- Connect the structured result to an application, n8n, Make, Zapier, or an MCP-based workflow.
Create Your Own Google News Search Scraper Bot
Step 1: Create an Editable Version
Click Create Editable Duplicate in the upper-right corner of this page. An editable version of the template will be added to your BrowserAct workspace.
Step 2: Customize the Bot When Needed
Open the duplicated Bot from your Bots list. Use Improve only when you need to change its inputs, extraction behavior, or output fields. If the existing configuration already meets your needs, use it as-is and retrieve its Bot ID from the Bots list.
Step 3: Run the Bot Through the API
Use the Bot ID with the BrowserAct API to run your workflow programmatically and retrieve complete structured results in your application.
Automation and Export

BrowserAct produces structured data first. Use the result through Run Task, the JSON API, n8n, Make, Zapier, MCP-based agents, or a supported export flow.
Need Help?
Cannot find the exact API capability you need, or need help composing several Bots?
Discord: BrowserAct Community
Email: service@browseract.com

