Add keyword-based tasks to scrape Google News articles
Add keyword-based tasks to scrape Google News articles. Each task represents a news search query that will fetch matching articles from Google News.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/json| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the google-news-search-export crawler |
| tasks | array | Yes | Array of task objects, each containing a keyword field |
| Field | Type | Required | Description |
|---|---|---|---|
| keyword | string | Yes | The news search query (e.g., crab, climate change, tech news) |