Extract the Latest from module shown for a publisher, organization, source, or domain on one public Google Search page. The Bot captures the module heading and initially visible article cards without opening articles or substituting Top stories.
What Does BrowserAct Google Latest From Scraper API Do?
The Bot builds one Google Search URL internally from the query and selected website options, opens the public result page, identifies only the visible Latest from module, extracts its visible fields, and stops when its initially visible article cards are extracted.
Atomic Capability
One run opens one public Google Search results page and returns only Publisher updates.
The Bot does not combine adjacent search features, open destination websites, or turn the request into a broad crawl. This narrow boundary makes the result predictable for direct API use and composition with other Bots.
Key Features
- Extracts one narrowly defined public Google Search capability.
- Accepts an open-ended query with a working default.
- Uses dropdowns for country and interface language, and Safe Search.
- Builds the fixed Google Search URL and website codes internally.
- Returns the same top-level response envelope for positive and valid negative results.
- Preserves additional visible target-module fields in
unclassified_fields.
Capability Availability
| State | Output behavior |
|---|---|
| Target module is present | available is true; data contains the extracted result. |
| Valid result page without the target module | available is false; data=null. |
| Additional fields appear inside the target module | Values are preserved in unclassified_fields. |
Quick Start
- Open Run task.
- Enter a query, such as
BBC. - Choose the available country and language options.
- Run the Bot and review its structured response.
- Use the API Tab when you want to call the published template from an application or automation.
Input Parameters
| Parameter | Configuration |
|---|---|
query |
String · Required Default: BBCOpen-ended Google search text; 1-300 characters after trimming. |
search_country |
Dropdown · Required Default: United StatesSelect a supported country; the Bot maps the label internally. |
interface_language |
Dropdown · Required Default: EnglishSelect a supported interface language; the Bot maps the label internally. |
safe_search |
Dropdown · Required Default: ActiveSelect Active or Off; the Bot maps the value internally. |
See the Inputs Tab for supported labels, mappings, constraints, and the default request JSON.
Output Structure
| Field | Type and behavior |
|---|---|
capability |
Fixed string google_latest_from. |
available |
Boolean indicating whether the target module appeared. |
request_metadata |
Normalized public inputs and the internally constructed source URL. |
data |
Object containing the section title and ordered article records. |
unclassified_fields |
Additional visible fields from the same module. |
See the Output Tab for the complete schema and the actual response from a current Live Version run.
Example Output
This table shows one result from validated task 116390365574886603. For repeating records, only the first record is expanded in this preview.
| Field | Result |
|---|---|
capability |
google_latest_from |
available |
true |
request_metadata.query |
BBC |
request_metadata.search_country |
United States |
request_metadata.interface_language |
English |
request_metadata.safe_search |
Active |
request_metadata.source_page_url |
https://www.google.com/search?q=BBC&gl=us&hl=en&safe=active&sei=aIGaatPoNPrV5NoPj_CKoQ4 |
data.section_title |
Latest from bbc.com |
data.total_articles |
10 |
data.articles[0].position |
1 |
data.articles[0].title |
How Motherwell's blueprint is defying second-season syndrome |
data.articles[0].url |
https://www.google.com/goto?url=CAEScAHrOzAV7VbhEwMOTstE3OFNdoupeyDJk7C-arZapU3UEIHIFcx0XMKNUHMXErvdhl8svyf0Ir1_T_lM7DOO8bMHv35v8KTLOPDI2fvvejY97kVY3bbmY-yo27Fw3Zgw_xB1Jqq4bS63Ycm_6EIMBuA |
data.articles[0].thumbnail_url |
null |
data.articles[0].source |
BBC |
data.articles[0].published_text |
10 minutes ago |
data.articles[0].unclassified_fields |
{} |
unclassified_fields |
{} |
How Does It Work?

- BrowserAct validates the query and maps each selected website option.
- The Bot constructs and opens one public Google Search results URL.
- It identifies only the visible Latest from module and reads its visible fields.
- It normalizes the result into the fixed
google_latest_fromresponse envelope. - It returns one structured response and stops without opening destination websites.
Use Cases
- Add the target search capability to an application without designing a browser workflow from scratch.
- Feed structured search data into monitoring, research, enrichment, or reporting systems.
- Compose this Bot with other BrowserAct templates through API, n8n, Make, Zapier, or MCP.
Create Your Own Google Latest From Scraper Bot
Step 1: Create an Editable Copy
Click Create Editable Duplicate in the upper-right corner of this page. An editable copy 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 if you need to change its inputs, extraction behavior, or output fields.
If the existing configuration already meets your needs, no additional build is required. You can use the Bot as it is and find its Bot ID in the Bots list.
Step 3: Run the Bot Through the API
Use the Bot ID with the BrowserAct API to run your Bot programmatically and retrieve complete structured results directly in your application.
Automation and Export

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

