Overview
Parsium API (1.0.0)
Section titled “Parsium API (1.0.0)”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.
- Parsium: https://parseium.com
- OpenAPI version: 3.0.3
Authentication
Section titled “ Authentication ”apiKeyHeader
Section titled “apiKeyHeader ”API key passed in the X-API-Key header.
Security scheme type: apiKey
Header parameter name: X-API-Key
apiKeyQuery
Section titled “apiKeyQuery ”API key passed as api_key query parameter.
Security scheme type: apiKey
Query parameter name: api_key