MPPtempoquality 0.55

Bulk contact enrichment for LinkedIn profiles with email and phone lookup via pay-per-call MPP.

Price
per_call
Protocol
mpp
Verified
no

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

bulk-contact-enrichmentlinkedin-enrichmentemail-lookupphone-lookuppeople-searchlinkedin-scrapingdeep-researchpost-reactionsasync-job-processingmpp-payment

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

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.55/ 1.00

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

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:19:07Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access