GET /scrape/:id/result
Get only the structured data for a completed scraping by id.
https://api.webcrawlerapi.com/v1/scrape/:id/result
Method: GET
Response
{
"markdown": "Example Domain \n\nExample Domain\n==============\n\nThis domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.\n\n[More information...](https://www.iana.org/domains/example)"
}
Error Responses
401 Unauthorized
- Invalid or missing API key404 Not Found
- Job not found or not completed500 Internal Server Error
- Server-side error