cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{workspaceId}/crawler/jobs/{jobId}/pages/{pageId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "page": { "id": "<string>", "url": "<string>", "urlHash": "<string>", "title": "<string>", "description": "<string>", "scrapedAt": 123, "imageUrl": "<string>", "userId": "<string>", "mdCharCount": 123, "htmlCharCount": 123, "failed": true }, "content": { "urlScraped": "<string>", "urlHash": "<string>", "scrapeResponse": { "metadata": { "title": "<string>", "description": "<string>", "ogImage": "<string>", "favicon": "<string>" }, "urlScraped": "<string>", "urlsDiscovered": [ "<string>" ], "markdown": "<string>", "html": "<string>", "err": "<unknown>" } } } }
Gets one scraped page including the heavy page payload using the V3 API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes