cURL
curl --request GET \ --url https://api.parse.bot/scraper/{scraper_id} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "website": "<string>", "created_at": "<string>", "user_id": "<string>", "request_flow": {}, "has_script": true }
Get basic metadata for a scraper including its source website and endpoint definitions. Does not return the scraper code.
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
Scraper metadata
Endpoint definitions and schemas
Was this page helpful?