List scrape endpoints
list_scrapersDiscover available scrape endpoints or inspect one endpoint's accepted parameters before scraping. Lists what exists and returns the authoritative input schema for a chosen endpoint.
Instructions
List the scrape endpoints this API implements, or describe one of them.
Call this before assuming a dedicated scraper does or does not exist for a target,
then call it again with the endpoint name to see what that endpoint accepts. That is
the authoritative parameter list — more current than any documentation. Run the
endpoint itself with scrape_target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Name a scrape endpoint to get its parameters and their types instead of the list. Omit it to list what exists. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||