POST/v1/squids/{squid_hash}

Update Settings

Configure the Google News Search Export parameters

Configure the scraper parameters to control how Google News articles are collected. These settings include language, recency filters, and result limits.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

Scraper Parameters

language
Type:
string
Description:
Country edition and UI language for Google News (e.g., `English (United States)`)
time_range
Type:
string
Description:
Filter by recency: `Any time`, `Past hour`, `Past 24h`, `Past week`, `Past year`
max_results
Type:
integer
Description:
Maximum articles to scrape. Leave blank to extract all news since 2005.
Warning

Warning

Leaving max_results blank with time_range as 'Any time' will pull every article back to 2005 - this can be very large.
Pro Tip

Pro Tip

Use time_range filters like 'Past week' for recent news monitoring.