Getting Started
The fastest and easiest way to set up residential proxy service is to use.
After logging into the dashboard, select the residential agent, click Endpoint Generator and select the corresponding parameters to produce a list of endpoints. to integrate agents into your tools.
Using the Thordata residential proxy service at a random location, send a request to ipinfo.socks5.com. During this process, don't forget to replace USERNAME and PASSWORD in the cURL with your personal proxy account credentials. Please note that Thordata's residential proxy has the function of automatically changing IP, which means that every time you send a request, you will be assigned a new IP address.
curl -x t.pr.socks5.net:9999 -U "td-customer-USERNAME:PASSWORD" ipinfo.socks5.comSend a request through a proxy in a specified country/region: For example, to use a proxy in the United States to send a request, just add country-US to the username string. Here is a cURL example.
curl -x t.pr.socks5.net:9999 -U "td-customer-USERNAME-country-US:PASSWORD" ipinfo.socks5.com
Send a request through a proxy in a specified country and city: For example, to use a proxy in Houston, USA, to send a request, you only need to add country-US-city-houston to the username string. The following is a cURL example.
curl -x t.pr.socks5.net:9999 -U "td-customer-USERNAME-country-US-city-houston:PASSWORD" ipinfo.socks5.comIf you want requests to remain with the same proxy, you can use session control. You only need to add sessid-a123123 to the username string. Here a123123 can use any custom string. As long as you continue to use this string (session ID) to send requests, we will try our best to ensure that you always connect through the same proxy IP.
curl -x t.pr.socks5.net:9999 -U "td-customer-USERNAME-sessid-a123123:PASSWORD" ipinfo.socks5.comIf you need to obtain your agent usage, usage statistics, etc., please log in to the dashboard to view it. In addition, you can add sub-accounts and limit the usage of sub-accounts through the dashboard, while tracking the usage statistics of sub-accounts.
If you need more help, please contact us via email: support@socks5.io.