network_proxy_list_more
Reveal hidden proxy rows beyond the first 50 from the Free Proxy List. Uses reCAPTCHA v3 to unlock up to 200 rows of pre-rendered HTML table data.
Instructions
Free Proxy List (Load More). Reveal the remaining rows of the Free Proxy List beyond the first 50 the page renders for everyone, for the current filter view. This is the captcha-gated "load more" companion to the server-rendered network_proxy_list page (which has no list-fetch API of its own): one reCAPTCHA v3 solve unlocks the rest of that view (session-scoped, ~30 min) up to a hard cap of 200 rows. Reads alive, public, credential-free proxies from this site's own already-checked database — it does not crawl or connect out to proxies at call time. Read-only and non-destructive, rate-limited (anonymous 10/min, 60/hour, 200/day). Returns pre-rendered HTML table rows (not structured JSON proxy objects), the row count, and a done flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | The active list filters identifying which view to page. Must match the filters used for the initial page render so the unlock and offset align. | |
| token | No | reCAPTCHA v3 response token (action "proxy_list_load_more"). Required only on the first reveal of a filter view; may also be sent via the X-Captcha-Response header. Omit once the view is unlocked for the session. | |
| worker_id | No | Optional registered healthy worker peer ID. Omit to use the default master-server behavior. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | True when rows were returned (false with a 403 status when captcha verification is required). | |
| html | No | Pre-rendered HTML table rows for the proxies beyond the initial 50, ready to append to the list. | |
| count | No | Number of additional proxy rows included in html. | |
| done | No | Always true; all remaining rows (up to the 200 cap) are returned in one call, so there is nothing further to page. |