extractr docs
Platform

Request a provider

POST
/provider-requests

Ask us to build a scraper for an app or site we don’t cover yet. Public — no authentication required. Provide a name and, optionally, a URL and an email to be notified when it ships.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/provider-requests" \  -H "Content-Type: application/json" \  -d '{    "name": "Spotify"  }'
{  "ok": true,  "id": "preq_9f2c4b1a…"}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}