Get the crawl result file description

Basic Information

Interface Description: Get the task crawl result file of Thordata Web Scraper API through the interface (via JSON/CSV/compressed package)

Interface URL: https://api.thordata.com/api/web-scraper-api/tasks-download

Request Method: POST

Request parameters

Header:

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Dashboard-MENU-My Account to view your token parameter value

key

string

Yes

Please log in to the Dashboard-MENU-My Account to view your key parameter value

Body:

Parameter name
Type
Required
Describe

tasks_id

string

Yes

Task id

type

text

Yes

Result file type: json csv video subtitle audio

Response example

{
    "code": 200,
    "data": {
        "download": "https://www.thordata.com/scrapers/thordata/2025/06/03/449ffed4917a41389f7e21c6b8be6a95.json",
        "tasks_ids": "449ffed4917a41389f7e21c6b8be6a95"
    },
    "msg": "ok"
}

If the returned code value is not 200, please check the error code description list and modify it.

Parameter name
Type
Required
Describe

code

number

No

data

object

No

download

string

No

tasks_ids

string

No

msg

string

No

Last updated