Skip to main content
POST
Execute an API endpoint (POST)

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Create one in the Parse dashboard at https://parse.bot (Settings → API Keys). Keys start with 'pmx_'.

Path Parameters

scraper_id
string
required
endpoint_name
string
required

Body

application/json

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).

On success (HTTP 200) the body is the endpoint's own JSON — the shape described by its return_schema — not a fixed wrapper. This generic schema documents the fallback fields present when output can't be parsed. See the ExecutionError schema for non-2xx responses.

status
string

Present on fallback/error envelopes; absent on a normal successful response (which is just the endpoint's data).

scraper_id
string
execution_time
number | null

Execution time in seconds