Add keyword-based search tasks to scrape Google Search results
Add keyword-based tasks to scrape Google Search results. Each task represents a search query that will be executed on Google.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-search-scraper crawler |
| tasks | array | Yes | Array of task objects, each containing a keyword field |
| Field | Type | Required | Description |
|---|---|---|---|
| keyword | string | Yes | The search query to execute on Google |