Bulk contact enrichment for LinkedIn profiles with email and phone lookup via pay-per-call MPP.
What it does
Clado Bulk Contact Enrichment is an MPP (Micropayment Protocol) endpoint that enriches contact information for multiple LinkedIn profiles in a single batch request. It is part of the broader Clado service suite, which provides people search, LinkedIn enrichment, and deep research capabilities for lead generation.
The `/clado/bulk-contacts` endpoint accepts LinkedIn profile URLs or people IDs and optionally enriches email addresses and phone numbers for each contact. The operation is asynchronous — you submit a bulk job and then poll for results using the companion `/clado/bulk-contacts-status` endpoint. Pricing is dynamic at $0.04+ per contact, settled via Tempo (pathUSD on Tempo L2). The status-check endpoint has a fixed cost of $0.003 per call (3000 base units at 6 decimals).
The broader Clado service accessible through the same MPP gateway includes people search ($0.01/result), LinkedIn profile scraping ($0.023/call), LinkedIn profile lookup ($0.013/call), single contact enrichment ($0.04–$0.14), deep research ($0.01/result), and post-reaction retrieval ($0.013/call). All endpoints use POST and settle payments via Tempo. Documentation is referenced at https://docs.clado.ai and https://beta.paywithlocus.com/mpp/clado.md. Note that the probe did not return a 402 challenge on HEAD/GET for this specific endpoint, which is expected since it only accepts POST requests.
Capabilities
Use cases
- —Enriching a list of LinkedIn prospect URLs with verified email addresses and phone numbers for outbound sales campaigns
- —Building lead lists by combining Clado search with bulk contact enrichment for targeted outreach
- —Automating CRM data hygiene by bulk-enriching existing LinkedIn-based contact records
Fit
Best for
- —Sales teams needing bulk contact data from LinkedIn profiles
- —Lead generation workflows requiring email and phone enrichment at scale
- —Agent-driven prospecting pipelines that need pay-per-use contact data
Not for
- —Real-time single-contact lookups where latency matters (use the /clado/contacts endpoint instead)
- —Non-LinkedIn contact enrichment from other social platforms
- —Free or ad-supported contact lookup needs
Quick start
curl -X POST https://clado.mpp.paywithlocus.com/clado/bulk-contacts \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <MPP_TOKEN>" \
-d '{
"linkedin_urls": "https://linkedin.com/in/janedoe,https://linkedin.com/in/johndoe",
"email_enrichment": true,
"phone_enrichment": false
}'Example
Request
{
"linkedin_urls": "https://linkedin.com/in/janedoe,https://linkedin.com/in/johndoe",
"email_enrichment": true,
"phone_enrichment": true
}Endpoint
Quality
The OpenAPI schema is well-defined with clear request parameters and pricing metadata across all Clado endpoints. However, no response schemas are documented, the probe did not capture a 402 challenge (expected for POST-only endpoints), and the crawl returned no useful documentation pages. No example responses are available.
Warnings
- —No response schema documented for any endpoint — response structure must be inferred or discovered at runtime
- —Probe returned 404 on HEAD/GET; endpoint likely only responds to POST with valid MPP payment headers
- —linkedin_urls field is typed as string rather than array — appears to be comma-separated, but exact format is undocumented
- —No example responses available from probe or crawl material
- —Documentation links (docs.clado.ai, beta.paywithlocus.com/mpp/clado.md) were not crawled and could not be verified
Citations
- —Bulk Contact Enrichment endpoint is priced at $0.04+/contact settled via Tempohttps://clado.mpp.paywithlocus.com
- —Clado provides people search, LinkedIn enrichment, and deep research for lead generationhttps://clado.mpp.paywithlocus.com
- —API reference documentation is at https://docs.clado.aihttps://clado.mpp.paywithlocus.com
- —Bulk contacts status check costs 3000 base units (pathUSD)https://clado.mpp.paywithlocus.com
- —LinkedIn scrape endpoint costs 23000 base units ($0.023)https://clado.mpp.paywithlocus.com