Build with the Scrupp API

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

Start with Contact

The Scrupp API lets you programmatically export leads from LinkedIn and Sales Navigator, find verified email addresses for any contact, enrich company and people records with firmographic and technographic data, and automate your entire pipeline with webhooks for Make, Zapier, n8n, and Clay. Every endpoint follows the same async pattern: send a request, receive a process_id, then fetch structured results when the task completes. Whether you are building a custom CRM integration or feeding data into your outbound sequences, the API handles the heavy lifting so you can focus on closing deals.

One credit per record requested. Records that come back empty are refunded automatically, and a failed task is refunded in full — you are never charged for a miss. Credits are shared across the API and the app, and they do not expire.

Plan Credits / month Price Per credit
Starter1,000$29$0.029
Growth2,000$39$0.0195
Pro5,000$59$0.0118
Enterprise10,000$99$0.0099
Enterprise20,000$179$0.0090
Enterprise50,000$349$0.0070
Enterprise100,000$599$0.0060
API access is included on every paid plan. Current balance: GET /api/v1/account/credits. Full pricing on scrupp.com/pricing.
  • Call a POST endpoint to start a task
  • Receive process_id
  • Fetch results via Tasks API
curl "https://api.scrupp.com/api/v1/ping?api_key=YOUR_API_KEY"
Most requests require api_key.

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.

Workflow
POST /some/endpoint?api_key=YOUR_API_KEY
→ { "process_id": 123 }

GET /task/123/data?api_key=YOUR_API_KEY
→ { "data": [...] }
5,000+
sales teams
4.8/5
G2 & Capterra
200M+
leads exported
65%
avg email find rate

Start exporting leads today

Free plan available. No credit card required. Export leads with verified emails and phones.