Sc Scrupp

Scrupp API

Collection of endpoints to collect and enrich data from LinkedIn and Apollo.

Start with Contact
How it works
  • Call a POST endpoint to start a task
  • Receive process_id
  • Fetch results via Tasks API
Quick test
curl "https://api.scrupp.com/ping?api_key=YOUR_API_KEY"
Most requests require api_key.

Common pattern

Start job → get data by process id.
Workflow
POST /some/endpoint?api_key=YOUR_API_KEY
→ { "process_id": 123 }

GET /task/123/data?api_key=YOUR_API_KEY
→ { "data": [...] }