ProxyCove

Buy and manage residential, mobile and datacenter proxies in 170+ countries, prepaid per GB, traffic never expires.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаRU / СНГБесплатноМожет изменять данные

Что умеет

  • Get Pricing: Prices per GB (USD) for residential / mobile / datacenter proxies.
  • List Locations: Countries available for the given proxy type.
  • Create Account: Creates a new account WITHOUT registration forms and returns an API key (pc_live_...). IMPORTANT: if the human already has a ProxyCove account, do NOT create a new one — ask them for a

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Buy and manage residential, mobile and datacenter proxies in 170+ countries, prepaid per GB, traffic never expires.

There is no signup form in the loop. The agent calls create_account and gets an API key back — no email, no password, no captcha. For payment it calls create_topup, receives a payment link and hands that link to the human, who pays in their own browser. The agent never sees card details and cannot spend more than the prepaid balance. After buy_proxy it gets working connection credentials immediately and can write them straight into the user's scraper config.

14 tools: pricing, locations, account, top-up link and its status, buy, list, credentials, extend, usage, rotation (per-request or a sticky session of 1-120 minutes), link Telegram, attach a recovery email.

Minimum top-up is $1.50, so an agent can try a single gigabyte before asking the human for real money.

Список инструментов сервера (14)

Технические названия из tools/list. Нужны только разработчикам.

get_pricingPrices per GB (USD) for residential / mobile / datacenter proxies.
list_locationsCountries available for the given proxy type.
create_accountCreates a new account WITHOUT registration forms and returns an API key (pc_live_...). IMPORTANT: if the human already has a ProxyCove account, do NOT create a new one — ask them for a key from the website cabinet or the Telegram bot instead. The key is shown ONCE and IS the account: there is no password. Tell the human to save it and add it as the Authorization header ("Bearer <key>") of this connector. Losing the key means losing the balance unless a recovery channel is attached — offer attach_recovery (email) or link_telegram right after the account is created.
get_accountCurrent balance (USD), attached email and number of active proxies.
create_topupCreates an invoice and returns payment_url. Give the URL to the human — they open it in the browser and pay. Methods: sbp (Russian instant bank transfer, default for RU users), card_ru (Russian bank card), crypto (crypto via the RU provider), card_international (international card, best for non-RU users), crypto_cryptomus (crypto via Cryptomus — alternative crypto gateway). Agents must NEVER collect card details.
get_payment_statusStatus of an invoice: pending | paid | cancelled. Poll after the human opens the payment link.
buy_proxyBuys a proxy, deducting the account balance. Returns connection credentials (host go.proxycove.com, port 824 = new IP every request, port 10000 = sticky IP by interval). Check get_pricing × traffic_gb against the balance first. IMPORTANT: wait ~5 seconds after the purchase before sending the first request through the proxy — the country filter takes a moment to propagate at the upstream provider, so an immediate first request may exit from another country.
list_proxiesAll proxies of the account with remaining traffic and connection credentials.
get_credentialsConnection string for one proxy: http://login:password@go.proxycove.com:port.
extend_proxyAdds prepaid GB to an existing proxy (same credentials keep working). Deducts balance.
get_usageLive used / remaining traffic for one proxy.
set_rotationSwitch between rotate-every-request (port 824) and sticky interval 1..120 minutes (port 10000).
link_telegramReturns a short code the human sends to the ProxyCove Telegram bot (@ProxyCove_bot → "Link website account"). After linking, the human can manage the account and issue new API keys from the bot — a second way to keep access if the API key is lost. Code expires in 30 minutes.
attach_recoveryAttaches an email to the account so the human can log in on proxycove.com (via "Forgot password") and never lose the balance.