SpiderFlyAPI Reference

Runs API

Inspect public run records and download generated artifacts.

Quick start

List recent runs, filter by type or status, then fetch details or artifacts by run ID.

curl -X GET "$SPIDER_API_BASE/v1/runs?limit=20" \
  -H "Authorization: Bearer $SPIDER_API_KEY"

Authentication

Use a bearer token.

Create and manage product API keys in Product Console settings. The docs page itself is public.

Response shape

Run list

Cursor-paginated run records for fetch, browser scrape, and crawl work.

Run detail

The public result envelope for a single page or crawl run.

Artifacts

Markdown, HTML, image, or other downloadable outputs when available.

Reference

Endpoint reference

OpenAPI-backed details for listing runs, reading run detail, and downloading artifacts.

OpenAPI endpoint details

Interactive schemas, request bodies, response objects, and public error contracts load here.