Skip to content

Overview

Extract structured data from any webpage. Build custom parsers visually or use prebuilt endpoints for popular platforms.

Authentication

All endpoints require an API key via X-API-Key header or api_key query parameter. Get your key from the dashboard.

Credits

Each request costs credits. Credit cost varies by endpoint and scrape configuration. Response headers X-Credits-Used and X-Credits-Remaining track usage.

Rate Limiting

Requests are rate-limited per API key. When exceeded, the API returns 429 with a Retry-After header.

API key passed in the X-API-Key header.

Security scheme type: apiKey

Header parameter name: X-API-Key

API key passed as api_key query parameter.

Security scheme type: apiKey

Query parameter name: api_key