cURL
curl --request GET \ --url https://app.mrscraper.com/api/results/html/{result_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 1, "scraper_id": 88683, "scraping_run_id": 12, "scraper_name": "My scraper 1", "scraped_url": "https://example.com/scrape-url", "status": "succeeded", "content": "<page_html>", "created_at": "2022-11-20T11:54:52.000000Z", "updated_at": "2022-11-20T11:54:52.000000Z" } }
This endpoint allows you to get a scraping HTML result.
You can retrieve your token by visiting the API Tokens section inside your profile page or see /documentation/api-token for the details.
The result's ID.
Show child attributes