POST
/v1/squids/{squid_hash}Update Settings
Configure the Google News Search Export parametersConfigure the scraper parameters to control how Google News articles are collected. These settings include language, recency filters, and result limits.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
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
Leaving max_results blank with time_range as 'Any time' will pull every article back to 2005 - this can be very large.
Pro Tip
Use time_range filters like 'Past week' for recent news monitoring.