v1
latestOpenAPI 3.1.02026-07-26221930.5 KBExecute
Execute an API endpoint (POST)
Call a generated API endpoint by scraper ID and endpoint name. Pass endpoint parameters in the JSON body.
post/scraper/{scraper_id}/{endpoint_name}
Path parameters
scraper_idstring required
endpoint_namestring required
Request body
object required
Endpoint-specific parameters (see the endpoint's input_params for the schema)
Response
Success — the endpoint's own JSON (shape defined by its return_schema).