Interface documentation
English
English
  • Public API
    • Introduce
      • Get token and key
    • Account
      • Query Traffic Balance
      • Query Wallet Balance
      • Query Traffic Usage Records
    • Location
      • Get Country List
      • Get State List
      • Get City List
      • Get ASN List
    • Proxy Users
      • Get Proxy Users List
      • Add Proxy Users
      • Update Proxy Users Information
      • Delete Proxy Users
      • Query Traffic Usage Records
    • Whitelist IPs
      • Get Whitelist IPs List
      • Add Whitelist IP
      • Delete whitelist IP
    • ISP / Datacenter Proxies
      • Get Proxy IP List
      • Query Proxy IP Expiration Time
    • Unlimited Proxy Servers
      • Get Unlimited Proxy Server List
      • Restart Unlimited Proxy Server
      • Get Unlimited Proxy Server Monitor
      • Unlimited Proxy Server Renewal
      • Unlimited Proxy Server Upgrades
    • API Extract Links
      • Residential Proxies
      • Unlimited Proxy Servers
  • CDK
    • Create CDK
    • Get CDK List
    • Revoke CDK
    • Get CDK Details
  • Web Scraper API
    • Task Run Status Explanation
    • Instructions for obtaining the task list
    • Get the crawl result file description
  • Error Code
    • Error code description
Powered by GitBook
On this page
  • Basic Information
  • Response example
  1. Web Scraper API

Task Run Status Explanation

PreviousWeb Scraper APINextInstructions for obtaining the task list

Last updated 3 days ago

Basic Information

Interface Description: Retrieve the run status of a single or multiple tasks through the Thordata

Interface URL:

Request Method: POST

Request parameters

Header:

Parameter name
Type
Required
Describe

Content-Type

application/x-www-form-urlencoded

Yes

sign

Yes

dXtlCXBWZA4SCjReFhEyXXdLZVpeb1dhYSBoXnAzdXRhe1FVbFZjNCQKMHY0KDVbAwBWc2BvVF8GJ2NcUg9dVg4OQQZ+RFlxV2R7WlRTZBxYIxYDIQU6KEIBCjw=

apiKey

Yes

dsfas2df3

Body:

Parameter name
Type
Required
Describe

tasks_ids

string

Yes

Task ID (separate multiple with commas) For example: 123ffed4917a41389f7e21c6b8be6a95,c59d9325e9fe4e149c6a59cbd6e3a954

Response example

{
    "code": 200,
    "data": [
        {
            "task_id": "449ffed4917a41389f7e21c6b8be6a95",
            "status": "Ready"
        },
        {
            "task_id": "c59d9325e9fe4e149c6a59cbd6e3a5e4",
            "status": "Ready"
        }
    ],
    "msg": "ok"
}
Parameter name
Type
Required
Describe

code

number

No

data

object

No

item Type: object

task_id

string

Yes

status

string

Yes

Running,Failed,Ready

msg

string

No

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

https://api.thordata.com/api/web-scraper-api/tasks-status
error code description list