Query Parameters
Universal Scraping API Query Parameters
Understanding Thordata's Universal Scraping API - Scraping Parameters.
Token
:
This parameter defines the API token used for scraping. It plays a decisive role in your successful scraping.
Parameter
Name
Function
token
Token
API token for authentication during scraping
URL
:
This parameter defines the target website URL for scraping, with google.com as default. You can also change it to other search engine links.
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?