CB
Crawdar Business Research
/refine_lead_search
Refine a lead search
Create a new private search job by changing the brief or criteria of a completed job. The original job stays 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 /refine_lead_search for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Completed source job id returned by an earlier durable search call. |
| jobToken* | string | Private token belonging to the source job. |
| brief | string | Replacement natural-language brief for the new job. |
| target | string | Replacement business target for the new job. |
| geography | string | Replacement city, region, country, or Worldwide. |
| qualifier | string | Replacement public requirements and exclusions. |
| fields | array | Business fields to retain. Website and source evidence remain available for verification. |
| limit | integer | Maximum prospects retained by the new job. |
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":"/refine_lead_search","input":{"id":"...","jobToken":"..."}}'cli
npx cracked-ai run -p mcp-com-crawdar-business-research -e /refine_lead_search -i '{"id":"...","jobToken":"..."}'mcp
run_tool({ provider: "mcp-com-crawdar-business-research", endpoint: "/refine_lead_search", input: {"id":"...","jobToken":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.