Query Parameters
Universal Scraping API Query Parameters
Learn about the crawling parameters of Thordata's General Crawling API.
Token
:
This parameter defines the API token used for crawling and plays a decisive role in the success of your crawling.
Parameter
Name
Function
token
Token
API token for verification during crawling
URL
:
This parameter defines the target website link for crawling, with a default value of google.com. You can also change it to links of other search engines.
Parameter
Name
Function
url
URL
Target website URL for scraping
Example Request:
Example with token
:Token ,url
:https://www.google.com parameter
curl -X POST https://universalapi.thordata.com/request -H "Authorization: Bearer Token" -H "Content-Type: application/x-www-form-urlencoded" -d "url=https://www.google.com" -d "type=html" -d "js_render=True"
For assistance, contact [email protected].
Last updated
Was this helpful?