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://openapi.thordata.com/api/web-scraper-api/tasks-downloadarrow-up-right

Request Method: POST

Request parameters

Header:

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Dashboard-MENU-My Accountarrow-up-right to view your token parameter value

key

string

Yes

Please log in to the Dashboard-MENU-My Accountarrow-up-right 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"
}
circle-info

If the returned code value is not 200, please check the error code description listarrow-up-right 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