Call a target scraper
scrape_targetRun target-specific scrape endpoints with dedicated parameters to handle pagination, sorting, and store context. Use list_scrapers to find endpoints and their required params.
Instructions
Call a target-specific scrape endpoint with its own parameters.
The generic scrape tool reads any URL. This runs the dedicated scrapers instead —
the ones with pagination, store context, sort order and the rest. Look the endpoint up
with list_scrapers(), read its parameters with list_scrapers(endpoint), then call
it here. A run_js in params returns a job id to poll, same as scrape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | The endpoint's own request body. Get the accepted keys and types from `list_scrapers(endpoint)` rather than guessing them. | |
| endpoint | Yes | A scrape endpoint path from `list_scrapers`, without the /v1/ prefix, e.g. 'scrape/amazon/search'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||