Scrupp API
Collection of endpoints to collect and enrich data from LinkedIn and Apollo.
How it works
Quick test
curl "https://api.scrupp.com/api/v1/ping?api_key=YOUR_API_KEY"
Most requests require api_key.
Credits
Every API request costs 1 credit per record. Credits are deducted when the task is created.
- If the task returns fewer records than requested, unused credits are refunded automatically.
- Check your balance at app.scrupp.com/billing.
Common pattern
Start job → get data by process id.
POST /some/endpoint?api_key=YOUR_API_KEY
→ { "process_id": 123 }
GET /task/123/data?api_key=YOUR_API_KEY
→ { "data": [...] }