JSON-backed cookie store with admin UI. Used by the Node.js LinkedIn scraper, the Facebook scraper, and the APIFY actors to read and update platform session cookies.
/admin — login panel, cookie viewer, API request log.
Base: https://apify.frontendforever.com/api/cookies/<platform> · Auth: HTTP Basic
curl -u "user:pass" https://apify.frontendforever.com/api/cookies/linkedin
| Method | Path | Description |
|---|---|---|
GET | /api/cookies | List platforms |
GET | /api/cookies/{platform} | Full cookie array |
GET | /api/cookies/{platform}/{name} | Single cookie |
PUT | /api/cookies/{platform} | Replace file (body = JSON array) |
POST | /api/cookies/{platform} | Merge cookies into file |
POST | /api/cookies/{platform}/rotate | Atomic read-modify-write (for JSESSIONID rotation) |
DELETE | /api/cookies/{platform}/{name} | Remove one cookie |
DELETE | /api/cookies/{platform} | Remove the whole file |
Audit log: logs/api-requests.jsonl · Data dir: data/