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

Instructions for obtaining the task list

PreviousTask Run Status ExplanationNextGet the crawl result file description

Last updated 3 days ago

Basic Information

Interface Description: Obtain Thordata Web Scraper API task list data through the interface

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

page

text

No

Pagination

size

text

No

Quantity per page

Response example

{
    "code": 200,
    "data": {
        "count": 124,
        "list": [
            {
                "task_id": "c33db1c4a1ce40a797e30d5bee6f55ea",
                "created_time": 1749435329,
                "end_time": 0,
                "prodect_id": 3,
                "url": "{\"spider_errors\":true,\"spider_id\":\"3\",\"spider_parameters\":[{\"url\":\"https://www.amazon.com/Best-Harold-Melvin-Blue-Notes/dp/B0045DO7XO\"}]}",
                "api_url": "",
                "api_code": 400,
                "api_result": "",
                "api_error_msg": "",
                "api_response_time": 75000,
                "success_rate": 0,
                "file_size": 0,
                "error_number": 1,
                "type": 0,
                "api_key": "5760ef945fcfb53a7a1594bb0e078ca5"
            },
            {
                "task_id": "d09fa949508d42bcba2e480bcf325524",
                "created_time": 1749434404,
                "end_time": 0,
                "prodect_id": 3,
                "url": "{\"spider_errors\":true,\"spider_id\":\"3\",\"spider_parameters\":[{\"url\":\"https://www.amazon.com/Best-Harold-Melvin-Blue-Notes/dp/B0045DO7XO\"}]}",
                "api_url": "",
                "api_code": 200,
                "api_result": "",
                "api_error_msg": "",
                "api_response_time": 10000,
                "success_rate": 1,
                "file_size": 0,
                "error_number": 0,
                "type": 0,
                "api_key": "5760ef945fcfb53a7a1594bb0e078ca5"
            }
        ]
    },
    "msg": "ok"
}
Parameter name
Type
Required
Describe

code

number

No

data

object

No

count

number

No

list

object []

No

item Type: object

task_id

string

Yes

created_time

number

Yes

end_time

number

Yes

prodect_id

number

Yes

url

string

Yes

api_url

string

Yes

api_code

number

Yes

api_result

string

Yes

api_error_msg

string

Yes

api_response_time

number

Yes

success_rate

number

Yes

file_size

number

Yes

error_number

number

Yes

type

number

Yes

api_key

string

Yes

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-list
error code description list