Crawled Results

The Results API delivers the crawling outcome of a website in JSON format, using a unique caseId to provide insights into the URL's performance and content extracted

Get crawl results

GET https://secctrl.tutelar.io/api/v1/web-crawling/get-crawl-results?case_id=<caseId>

{ "message": "Invalid authentication credentials" }

Query Parameters

Name
Type
Description

case_id*

/web-crawling/get-status?case_id=gKXvLK9Y7gPAmyYCxGDn3p

You need to provide the website Case ID that you already received in the Initiate Crawl Response API

Success response

Complete data stream of the file contents.      

Failure response

{
    "success": false,
    "code": 300,
    "message": "Please provide case id",
    "data": {}
}

Record not found

{
    "success": true,
    "code": 200,
    "message": "Results are",
    "data": {}
}

Last updated