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
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"
}
Parameter name
Type
Required
Describe
code
number
No
data
object
No
download
string
No
tasks_ids
string
No
msg
string
No
Last updated