Skip to main content
POST
Update Settings
Configure the scraper parameters to control how Google News articles are collected. These settings include language, recency filters, and result limits.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY
string
required
Request body format. Value: application/json

Scraper Parameters

Set these parameters in the params object:

Max Results Behavior

The max_results setting affects how the scraper operates:
  • ≤ 100: No date filter is applied, fetches recent articles
  • > 100: Scraper breaks the span into daily windows and fetches news day by day
  • Blank: Pulls every article back to 2005-01-01 (when combined with Any time)
Leaving max_results blank with time_range as ‘Any time’ will pull every article back to 2005 - this can be very large.
Use time_range filters like ‘Past week’ for recent news monitoring.

Code Examples

Response

201