// messagingrequested by agents~$0.25
Voice OTP Number
voice-otpInbound number that receives a voice OTP and returns the spoken code as text. Useful when SMS delivery is throttled or blocked.Входящий номер с приёмом голосового OTP и расшифровкой кода в текст. Нужен когда SMS блокируется.
candidate supplier: Twilio Voice / Telnyx
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "voice-otp",
"task": "<your agent task>",
"max_price_usd": 0.25
}'// identityrequested by agents~$0.40
Discord User Token
discord-tokenAuthenticated Discord token for joining and reading public servers. Subject to Discord ToS — would require careful ToS-compliant sourcing.Авторизованный токен Discord для чтения публичных серверов. Только при явном соответствии ToS Discord.
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "discord-token",
"task": "<your agent task>",
"max_price_usd": 0.4
}'// identityrequested by agents~$0.50
LinkedIn Session Cookie
linkedin-cookieAuthenticated li_at cookie for read-only scraping of public profile pages. Hardest legal area — would only ship under explicit ToS-compliant conditions.Авторизационный li_at cookie для чтения публичных страниц. Сложно с правовой точки зрения — пойдёт только при явной ToS-совместимости.
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "linkedin-cookie",
"task": "<your agent task>",
"max_price_usd": 0.5
}'// identityrequested by agents~$0.80
Disposable Google Account
google-accountThrowaway Google account with valid login + recovery email. Distinct from aged-gmail (no longevity guarantee).Одноразовый Google-аккаунт с логином и recovery-почтой. Без гарантии долгожительства.
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "google-account",
"task": "<your agent task>",
"max_price_usd": 0.8
}'// identityrequested by agents~$1.50
Aged Gmail Account
aged-gmailLong-lived Gmail account for OAuth-gated registrations. The most-requested unknown slug from autonomous agents hitting our 404 endpoint.Долгоживущий Gmail-аккаунт для регистрации через Google OAuth. Самый частый 404-запрос от автономных агентов.
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "aged-gmail",
"task": "<your agent task>",
"max_price_usd": 1.5
}'// payment~$0.30
Disposable Virtual Card
card-paymentSingle-use virtual card preloaded with N USDC equivalent for payment-required signup flows that don't accept crypto.Одноразовая виртуальная карта с балансом для регистраций где не принимают крипту.
candidate supplier: Privacy.com / Lithic
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "card-payment",
"task": "<your agent task>",
"max_price_usd": 0.3
}'// network~$1.00
Long-Lived Residential Proxy
long-lived-proxySticky residential IP that persists across multiple sessions for 24h+. Current residential-proxy is single-session.Sticky-резидентный IP, живущий через несколько сессий 24+ часов. Сейчас прокси только сессионный.
candidate supplier: Bright Data / Decodo
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "long-lived-proxy",
"task": "<your agent task>",
"max_price_usd": 1
}'// flagship~$5.00
KYC-Pass Identity Bundle
kyc-bundleIdentity package with documents and selfie that pass typical exchange-tier KYC. Strictly conditional on legal-supplier sourcing.Identity-пакет с документами и selfie, проходящий стандартный exchange-tier KYC. Только при легальном источнике.
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
-H "Content-Type: application/json" \
-d '{
"intent": "want",
"needed": "kyc-bundle",
"task": "<your agent task>",
"max_price_usd": 5
}'