> For the complete documentation index, see [llms.txt](https://doc.thordata.com/interface-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/interface-documentation/web-scraper-api/get-the-crawl-result-file-description.md).

# 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-download**](https://openapi.thordata.com/api/web-scraper-api/tasks-download)

**Request Method:** <mark style="color:orange;">POST</mark>

**Request parameters**

**Header：**

<table><thead><tr><th width="134">Parameter name</th><th width="84">Type</th><th width="96">Required</th><th>Describe</th></tr></thead><tbody><tr><td><code>token</code></td><td>string</td><td>Yes</td><td>Please log in to the  <a href="https://dashboard.thordata.com/account-settings"><strong>Dashboard-MENU-My Account</strong></a> to view your token parameter value</td></tr></tbody></table>

**Body：**

<table><thead><tr><th width="135">Parameter name</th><th width="82">Type</th><th width="98">Required</th><th width="433.0703125">Describe</th></tr></thead><tbody><tr><td><code>tasks_id</code></td><td>string</td><td>Yes</td><td>Task id</td></tr><tr><td><code>type</code></td><td>text</td><td>Yes</td><td>Result file type: <code>json</code> <code>csv</code> <code>video</code> <code>subtitle</code> <code>audio</code></td></tr></tbody></table>

### Response example

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

{% hint style="info" %}
If the returned code value is not 200, please check the [**error code description list**](https://doc.thordata.com/interface-documentation/error-code/error-code-description) and modify it.
{% endhint %}

<table><thead><tr><th width="140">Parameter name</th><th width="99">Type</th><th width="147">Required</th><th width="362.36328125">Describe</th></tr></thead><tbody><tr><td><code>code</code></td><td>number</td><td>No</td><td></td></tr><tr><td><code>data</code></td><td>object</td><td>No</td><td></td></tr><tr><td>    <code>download</code></td><td>string</td><td>No</td><td></td></tr><tr><td>    <code>tasks_ids</code></td><td>string</td><td>No</td><td></td></tr><tr><td><code>msg</code></td><td>string</td><td>No</td><td></td></tr></tbody></table>
