Send Your First Request
Last updated
Was this helpful?
Last updated
Was this helpful?
Learn how to send your first request using the Thordata SERP API.
Thordata provides two methods for accessing the SERP API. Both methods return the same results but cater to different user needs:
Best for:
Centralized Endpoint – Access the Web Unlocker API via a single RESTful endpoint.
Simplified Integration – No need to manage proxies or routing.
Single API Key Authentication – Secure and easy to use, no need to manage usernames and passwords.
Retrieve Your API Credentials: Go to "Configuration" → "Details" to find your API Key (APIKEY) and request examples.
Example Request (cURL):
Parameter-Value:
https://scraperapi.thordata.com/request
API Endpoint
Authorization: Bearer APIKEY (APIKEY value found in "Details")
Authorization Header
Content-Type: application/json
Response Format - JSON
Content-Type: text/html
Response Format - HTML
"url": "https://www.google.com/search?q=pizza"
Target URL to Scrape
Retrieve Your Proxy Credentials: Go to "Configuration" → "Details" to find your USERNAME, PASSWORD, and SSL Certificate.
Example Request (cURL):
Parameter-Value:
scraping.thordata.com:30001
Proxy Host
proxy-user td-customer-serp_USERNAME:PASSWORD
Username & Password
cacert [path to CA.CRT]
SSL Certificate
k "https://www.google.com/search?q=pizza"
Scraping URL - HTML Result
k "https://www.google.com/search?q=pizza&json=1"
Scraping URL - JSON Result
For further assistance, contact us via email: support@thordata.com