For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

helodata is a proxy platform built for engineers. We run the IP infrastructure, the rotation logic, and the geo-targeting — you make HTTP requests.

What's in this documentation

  • Products — per-SKU reference for residential, mobile, and ISP proxies

  • Integrations — drop-in guides for Selenium, Puppeteer, Scrapy, antidetect browsers, n8n, LangChain, and more

  • API reference — REST endpoints to manage orders, sub-users, traffic, and reports

  • Troubleshooting — error codes and recovery playbooks

Conventions

Code samples use these placeholders. Replace them with values from your dashboard.

Placeholder
Meaning

USERNAME

Your sub-user name (e.g. s1a2b3c4d5e). The full proxy username is built by wrapping it in the helodata username grammar.

PASSWORD

The sub-user password

gate.helodata.io

The proxy gateway host

7777

The default HTTP/SOCKS5 port

API_KEY

A REST API token issued from Dashboard → API

Every proxy username follows one shape:

helo_{username}-type-{type}-region-{region}[-state-{state}][-city-{city}][-asn-{asn}][-session-{session_id}-sesstime-{ttl}]

If a code sample shows helo_s1a2b3c4d5e-type-res-region-us, the s1a2b3c4d5e part is what you replace.

All examples assume a Unix-like shell. Windows users should adapt quoting accordingly.

Versioning

The REST API is versioned in the URL (/v1/...). Breaking changes ship as a new major version with a 6-month deprecation window. See the Changelog for what shipped when.

Last updated

Was this helpful?