v1
latestOpenAPI 3.1.02026-07-26221930.5 KBExecute
Execute an API endpoint (GET)
Call a generated API endpoint using query parameters. Use GET when the endpoint spec defines GET as the method. Parameters are passed as query strings and auto-coerced to the correct types.
get/scraper/{scraper_id}/{endpoint_name}
Path parameters
scraper_idstring required
endpoint_namestring required
Response
Success — the endpoint's own JSON (shape defined by its return_schema).