MPPtempoquality 0.62

People search, LinkedIn enrichment, and contact lookup for lead generation via pay-per-call MPP.

Price
per_call
Protocol
mpp
Verified
no

What it does

Clado Search is one endpoint within the broader Clado suite, exposed through the Locus MPP (Micropayment Protocol) gateway. It lets you search for people by query string with optional filters for companies and schools, returning paginated results. The search endpoint supports pagination via offset/limit parameters and a search_id for continuing prior searches. Results are priced at $0.01 per result, settled via Tempo (pathUSD on Tempo L2).

The broader Clado service available at the same gateway includes several related endpoints: deep research (async job-based people research with status polling, cancellation, and expansion), contact enrichment (single and bulk, with email and phone enrichment options at $0.04–$0.14 per contact), LinkedIn profile scraping ($0.023/call), LinkedIn profile lookup ($0.013/call), and post-reaction extraction ($0.013/call). All endpoints use the MPP charge intent with Tempo settlement.

The search endpoint specifically accepts a POST with a JSON body containing a query string, optional limit (default 30, max 100), offset, search_id for pagination, and optional company/school filters. Advanced filtering is enabled by default. Note that the probe returned 404 on HEAD/GET — the endpoint is POST-only, which is consistent with the OpenAPI spec. Documentation references point to clado.ai and docs.clado.ai for further details.

Capabilities

people-searchlinkedin-enrichmentcontact-lookupemail-enrichmentphone-enrichmentlinkedin-scrapingdeep-researchbulk-contactspost-reactionspaginationcompany-filterschool-filter

Use cases

  • Search for people matching a job title or skill set to build prospect lists
  • Enrich LinkedIn profiles with email and phone contact details for outreach
  • Run deep research jobs to gather comprehensive data on a set of leads
  • Scrape LinkedIn profiles for structured data extraction
  • Extract reactions from LinkedIn posts to identify engaged audiences

Fit

Best for

  • Sales teams building targeted prospect lists
  • Recruiters searching for candidates by company or school
  • AI agents automating lead generation workflows
  • Growth teams enriching CRM data with contact information

Not for

  • Non-people search use cases (company-only data, product search)
  • Users who need free or ad-supported search — all calls are paid
  • Compliance-sensitive contexts where LinkedIn scraping may violate terms of service

Quick start

curl -X POST https://clado.mpp.paywithlocus.com/clado/search \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <MPP_TOKEN>" \
  -d '{"query": "software engineer at Google", "limit": 10}'

Example

Request

{
  "limit": 10,
  "query": "software engineer at Google",
  "offset": 0,
  "companies": "Google",
  "advanced_filtering": true
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.62/ 1.00

Full OpenAPI schema with clear request parameters and pricing metadata for all endpoints. However, no response schema is documented, no example responses are available, the probe returned 404 (expected since endpoint is POST-only), and crawled pages yielded no additional documentation. Pricing is clearly stated in x-payment-info descriptions.

Warnings

  • Probe returned 404 on HEAD/GET — endpoint is POST-only per OpenAPI spec; liveness not confirmed via 402 challenge
  • No response schema documented for any endpoint
  • Currency address 0x20c0...b9537d11c60e8b50 assumed to be pathUSD (6 decimals) based on Tempo method; fixed-price endpoints: search status $0.003, scrape $0.023, linkedin-profile $0.013, post-reactions $0.013
  • LinkedIn scraping may raise compliance concerns depending on jurisdiction and LinkedIn ToS

Citations

Provenance

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

Agent access