Actor Adopte Get Auth Token
Pricing
Pay per usage
Actor Adopte Get Auth Token
Automates login to Adopte.app and extracts authentication tokens. Uses French residential proxies, handles the complete login flow (email/password → refresh token → JWT). The extracted token enables authenticated API requests for profile searching, viewing, messaging, and & other platform features.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Yann Feunteun
Actor stats
0
Bookmarked
4
Total users
1
Monthly active users
5 months ago
Last modified
Categories
Share
Adopte.app Login → Token Extractor
This Apify Actor logs into adopte.app with your
credentials, captures the apiRefreshToken that the web app places on
window, then exchanges it for an Auth Token via
POST /api/v4/authtokens.
All traffic goes through an Apify Residential FR proxy so it looks like a
legit French user session.
Input
| key | type | required | default | description |
|---|---|---|---|---|
email | string | ✅ | — | Adopte account email |
password | string (secret) | ✅ | — | Account password |
headless | boolean | ❌ | true | Run browser UI if you need to debug |
proxyConfiguration | object | ❌ | Apify default | Override proxy group / country |
The complete JSON schema lives in input_schema.json.
Output (dataset item)
{"success": true,"apiRefreshToken": "eyJ2ZXJzaW9uIjoxLCJ0eXAiOiJKV1Qi…","authToken": "eyJ2ZXJzaW9uIjoxLCJ0eXAiOiJKV1Qi…","authtokensStatus": 200}
authtokensStatus == 200 confirms the Auth Token is valid.
Code style
The repo ships with pre-commit hooks that run
ruff-format– opinionated formatter + import sorterruff --fix– fast linter with autofixblack– final style safety net
Run once on the whole repo:
$pre-commit run --all-files
Happy hacking 🚀
