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 extracted data itself. This endpoint returns the scraped JSON directly — there is no run envelope, so no id, status, error or timestamp is included. The shape follows the scraper's own scraper_schema. Large results are hydrated from storage transparently, so the full result is always returned rather than a truncated preview.

Matches the scraper's configured output schema.