Skip to main content
Each endpoint page shows its credit cost at the top. This page is the full model.

How a request is priced

There are two patterns: Flat — a fixed amount per HTTP request, regardless of payload size. Request + results — a request fee, plus a per-result fee:
0.05 credits per result reads as 1 credit per 20 results. Pagination starts a new request. You pay the request fee again on every page.
Quotas shows how many credits you have left. Rate limits are separate (requests per minute).

All endpoints

Worked examples

Search People — 1 credit per request + 1 per result. Page size is 25. List Experiences — 1 credit per request + 0.05 per result. List Licenses & Certifications — same rate, paginated. Page size is fixed at 20, so a full page is typically 2 credits (1 + 20 × 0.05). A second page is another 2 credits. Find Company Employees — 1 credit per request + 1 per result. Page size is 25, so a full page is typically 26 credits.