Expand an existing Clado deep-research job with additional LinkedIn profile results, pay-per-result via MPP.
What it does
The Clado Deep Research More endpoint lets you extend a previously initiated deep-research job by requesting additional LinkedIn profile results. It is part of the broader Clado service suite—hosted on the Locus MPP gateway—which provides people search, LinkedIn enrichment, contact lookup, and deep research capabilities aimed at lead generation workflows.
To use this endpoint you supply the `jobId` returned from a prior `/clado/deep-research` call along with an optional `additional_limit` (defaults to 30) specifying how many more profiles to research. Pricing is listed as $0.01 per result, settled via the Tempo method in pathUSD. The endpoint is a POST and uses the MPP 402-challenge payment flow.
The Clado service exposes several related endpoints through the same gateway: people search with advanced filtering, deep research initiation, status polling, cancellation, LinkedIn profile scraping, contact enrichment (email and phone), post-reaction retrieval, and bulk contact enrichment. Documentation references point to https://clado.ai and https://docs.clado.ai, though these were not crawled. No response schema is documented in the OpenAPI spec, so the exact shape of returned data must be inferred from the companion docs.
Capabilities
Use cases
- —Extending a deep-research job to gather additional LinkedIn profiles beyond the initial limit
- —Iteratively expanding lead lists by requesting more results from an ongoing research query
- —Building large prospect databases by repeatedly calling deep-research-more on the same job
Fit
Best for
- —Sales and marketing teams needing incremental LinkedIn lead research
- —Agents automating iterative lead-list expansion
- —Workflows that start with a small research batch and scale up on demand
Not for
- —Initiating a brand-new deep research job (use /clado/deep-research instead)
- —Real-time single-profile lookups (use /clado/linkedin-profile or /clado/scrape)
- —Non-LinkedIn people search or general web research
Quick start
curl -X POST https://clado.mpp.paywithlocus.com/clado/deep-research-more \
-H "Content-Type: application/json" \
-d '{"jobId": "abc123", "additional_limit": 30}'Example
Request
{
"jobId": "abc123",
"additional_limit": 30
}Endpoint
Quality
The OpenAPI spec provides a clear request schema and pricing description for this endpoint, but no response schema or examples are documented. The probe did not capture a live 402 challenge (HEAD/GET returned 404, likely because the endpoint only accepts POST). No crawled pages returned useful content. External docs at clado.ai and docs.clado.ai were not fetched.
Warnings
- —No 402 challenge was captured; the endpoint returned 404 on HEAD and GET—it likely only responds to POST requests, so liveness is unconfirmed.
- —No response schema is provided in the OpenAPI spec; the shape of successful responses is unknown.
- —External documentation at https://docs.clado.ai and https://clado.ai was not crawled, so detailed behavior is unverified.
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD (6 decimals) based on Tempo method context, but this is not independently confirmed.
Citations
- —Deep Research More endpoint accepts jobId (required) and additional_limit (default 30) and is priced at $0.01/result via Tempohttps://clado.mpp.paywithlocus.com
- —Clado service provides people search, LinkedIn enrichment, and deep research for lead generationhttps://clado.mpp.paywithlocus.com
- —Documentation references point to https://clado.ai and https://docs.clado.aihttps://clado.mpp.paywithlocus.com