Skip to main content
GET
Get scraper run results

Authorizations

Authorization
string
header
required

A ManyPI API key (mpi_...) from Settings → API keys, or an OAuth 2.1 access token obtained through the MCP consent flow.

Path Parameters

scraperId
string<uuid>
required
runId
string<uuid>
required

Response

The run and its data.

id
string<uuid>
scraper_id
string<uuid>
url
string
status
enum<string>
Available options:
pending,
running,
completed,
failed
result
object | null

Present once the run is completed.

error
string | null
created_at
string<date-time>