Universal Scraping API

Basic Information

Interface Description: Unlock target pages via a universal scraping API.

Interface URL: https://universalapi.thordata.com/request

Request Method: POST

Request parameters

Headers:

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Please log in to the Dashboard-account-settings to view your token.

Body:

Parameter
Type
Required
Description

url

string

Yes

The target URL to crawl . Supports custom search engine or webpage links.

js_render

string

No

Enables dynamic content rendering (e.g., SPAs, JavaScript-heavy sites). Recommended: Enable for modern websites.

type

string

No

Output format of crawled data. Options: HTML (default) or PNG (screenshot).

block_resources

string

No

Blocks non-essential resources (e.g., images, ads) to accelerate scraping speed.

country

string

No

ets proxy location for the request. Default: No proxy. Example: us for United States.

Response example

<html><head><meta name="color-scheme" content="light dark"><meta charset="utf-8"></head><body><pre>{
    "ip": "**.***.***.***",
    "city": "SantaClara",
    "region": "California",
    "country": "US",
    "loc": "**.3483,-**.9844",
    "org": "AS132203 Tencent Building, Kejizhongyi Avenue",
    "postal": "***",
    "asn": "AS132203",
    "timezone": "America/Los_Angeles"
}</pre><div class="json-formatter-container"></div></body></html>
Parameter Name
Type
Required

ip

string

yes

city

string

yes

region

string

yes

country

string

yes

loc

string

yes

org

string

yes

postal

string

yes

asn

string

yes

timezone

string

yes

Last updated