> For the complete documentation index, see [llms.txt](https://doc.thordata.com/interface-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/interface-documentation/public-api/api-extract-links/unlimited-proxy-servers.md).

# Unlimited Proxy Servers

### Basic Information

**nterface Description:** Get Unlimited Proxies IP through interface

**Interface URL:** <https://get-ip.thordata.net/unlimited\\_api>

**Request Method:** <mark style="color:green;">GET</mark>

{% hint style="info" %}
**Please note**: Before using the API link, you need to add the user's IP to the IP whitelist, [**Click here**](https://doc.thordata.com/doc/proxies/unlimited-proxies/endpoint-generator/whitelisted-ips/api-link) to learn how to add an IP whitelist
{% endhint %}

### Request parameters

**Params：**

| Parameter name | Type   | Required | Describe                                                                                                                                                                                                                                          |
| -------------- | ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `td-customer`  | string | Yes      | Configure your Username, Please log in to the [**Dashboard - MENU - My Account**](https://dashboard.thordata.com/account-settings) to view your Username                                                                                          |
| `sesstype`     | string | Yes      | Configure the session type: 1 is a sticky session, 2 is a rotating session.                                                                                                                                                                       |
| `number`       | number | Yes      | Configure the number of extracted IPs                                                                                                                                                                                                             |
| `servers`      | string | Yes      | Configure and select the unlimited proxy server you have purchased. Please log in to the [**Dashboard - Unlimited Proxy Servers - Servers**](https://dashboard.thordata.com/unlimited-proxies/servers) to view your server parameter information. |

### Response example

{% hint style="info" %}
**Please note:** The displayed IP is not the actual IP used, so the displayed IP is the same. When actually used, different ports are used and the IPs are different.
{% endhint %}

```
43.130.169.103:20928
43.130.169.103:23883
43.130.169.103:22770
43.130.169.103:20013
43.130.169.103:24806
```

### **Error code description**

<table><thead><tr><th>Error Code</th><th width="247">Return</th><th>Describe</th></tr></thead><tbody><tr><td>111</td><td>Please request again in 2 seconds</td><td>Extraction frequency is too fast</td></tr><tr><td>118</td><td>Your account is abnormal, please contact customer service</td><td>Incorrect Username</td></tr><tr><td>114</td><td>The extracted IP is empty</td><td>No IP matches the criteria</td></tr><tr><td>117</td><td>Allowlist verification failed. Please add the requested IP [0.0.0.0] to the HTTP allowlist</td><td>Unlimited Proxy Servers package not purchased</td></tr><tr><td>121</td><td>Your package has expired</td><td>Unlimited Proxy Servers  package expired</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.thordata.com/interface-documentation/public-api/api-extract-links/unlimited-proxy-servers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
