FB / Instagram checker

Public profile checks through a per-request proxy. Queue: 0 waiting, 0/150 workers busy.

Queue depth0
Active workers0
Jobs running0
Items done0
Billingon
Default cost$0.00030000

Admin dashboard ยท API base https://fbinstcheck.nkp-dev.com/api

Create a job

curl -sS https://fbinstcheck.nkp-dev.com/api/v1/checks \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_KEY' \
  -d '{
    "proxy": "host:port:user:pass",
    "proxy_rps": 180,
    "proxy_inflight": 180,
    "platform": "instagram",
    "mode": "valid",
    "accounts": ["instagram", "thisuserdoesnotexistzzz"]
  }'

Poll results

curl -sS -H 'X-API-Key: YOUR_KEY' 'https://fbinstcheck.nkp-dev.com/api/v1/checks/JOB_ID?results=1'
curl -sS https://fbinstcheck.nkp-dev.com/api/healthz

Notes