# Enterprise - Proxy Auto Retry

## What is Proxy Auto-Retry?

When collecting large amounts of data, some requests may fail due to network blocking, timeouts, or IP restrictions.

**Proxy Auto-Retry** is an Enterprise-exclusive feature that improves success rates in these failure situations. This feature automatically switches to a different proxy IP whenever a request fails, **maintaining connection stability while continuing collection**.

{% hint style="warning" %}
**Important Notice**

The proxy feature in the Enterprise plan is provided as a separate option. To use this feature, you must have a separately purchased proxy. For inquiries about proxy setup or purchase, use the \[Purchase Proxy] button in the settings page or contact <hello@listly.io>.
{% endhint %}

***

## How to Use

{% stepper %}
{% step %}

#### Identify Extraction Failure Causes Using Screenshots

**For server-executed extraction tasks** like group extraction, auto-click, auto-scroll, templates, and scheduled tasks, if collection fails due to website blocking, you can improve task success rates using the proxy auto-retry feature.

<figure><img src="/files/o3YqVGZZ5CA2092yY9k6" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Reference: Using auto-generated [screenshots](https://help.listly.io/docs/ko/getting-started/databoard-features/screenshot) when data extraction fails, you can check the page state and error codes at the time of failure.
{% endhint %}
{% endstep %}

{% step %}

#### Navigate to the Task's Settings Page

Enter the task's **settings page**.

<figure><img src="/files/0191af4328b98d8635dbc9afef30508abc18325e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Click the Retry (Proxy) Button in the Private Proxy Section

In the **\[Private Proxy]** section of the settings page, check the **\[Retry (Proxy)]** option to enable the feature.

<figure><img src="/files/jelZC7Wdi8BfQM1qZMNs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Configure Detailed Options

Each proxy auto-retry option is described as follows:

**A. Select Proxy Pool**

➊ All Private proxies: Sequentially retry using available IPs from all registered private proxies.

➋ All Private proxies in same country: Use only proxies from the same country as the selected proxy.

➌ All Private proxies in same providers: Use only proxies from the same provider as the selected proxy.

**B. Select Request Interval**

You can freely set the request interval. However, if the interval is too short, the next request may overlap before the previously attempted proxy server's work is complete, so we recommend maintaining an appropriate work interval based on the web page's data volume.

<figure><img src="/files/GDy5v6WYvyB8zyWr5emH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Save Selected Settings

Once you've finished configuring, click the **\[Save]** button at the bottom of the settings page.

<figure><img src="/files/e61cc168629e8fd849b260e2caf7bec08ef4a6ce" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Re-extract the Task

After saving settings, click the **\[Re-extract]** icon in the task list to restart collection with the configured proxy auto-retry rules applied.

<figure><img src="/files/18e2c1af1b47e0a99fc368cc82e0d006b8f8c84f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Check Re-extraction Processing Results

After extraction completes, you can verify each request's processing results in the group results page. The number displayed in the **retry** column of the table records the proxy auto-retry process.

The display format is **Success attempt / Number of proxies in pool**. For example, if displayed as **6 / 15**, it means extraction succeeded on the 6th proxy out of 15 proxy servers selected in the settings.

This value allows you to intuitively understand how many proxy switches were attempted and how sensitive specific requests were to blocking.

<figure><img src="/files/1015ca003fe324bae2bf319f2e85026cfbf31932" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://help.listly.io/getting-started/enterprise-solutions/proxy-auto-retry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
