CB
Crawdar Business Research
/get_lead_search
Get a lead search page
Read job status or one cursor-paginated result page. Keep jobToken private and pass nextCursor back unchanged.
liveverifiedunknown~5s typical
mcpprobedcrawdarbusinessresearch
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-crawdar-business-research /get_lead_search for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Job id returned by start_lead_search, refine_lead_search, or retry_lead_search. |
| jobToken* | string | Private token returned with the job. Do not log or share it. |
| cursor | string | Opaque nextCursor from the previous response. |
| limit | integer | Maximum prospects in this result page. default 10 |
| view | string (compact | full) | Compact minimizes tokens. Full retains detailed evidence fields. default "compact" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-crawdar-business-research","endpoint":"/get_lead_search","input":{"id":"...","jobToken":"...","limit":10,"view":"compact"}}'cli
npx cracked-ai run -p mcp-com-crawdar-business-research -e /get_lead_search -i '{"id":"...","jobToken":"...","limit":10,"view":"compact"}'mcp
run_tool({ provider: "mcp-com-crawdar-business-research", endpoint: "/get_lead_search", input: {"id":"...","jobToken":"...","limit":10,"view":"compact"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.