Search Deals (Pipedrive)
Pipedrive → Search Deals (Pipedrive)
/v1/pipedrive-search-deals{ "term": "sample-value", "field": "sample-value", "exact_match": "sample-value", "person_id": 1, "organization_id": "Acme, Inc.", "status": "sample-value", "limit": 1 }
{ "ok": true, "data": { "success": true, "result_score": 92, "id": "rec_4f3a91", "type": "sample", "title": "sample", "value": 1, "currency": "sample", "status_out": "valid", "visible_to": 1, "owner_id": "rec_4f3a91", "stage_id": "rec_4f3a91", "stage_name": "sample", "pipeline_id": "rec_4f3a91", "person_id_out": 1, "person_name": "sample", "organization_id_out": 1, "organization_name": "sample", "organization_address": "sample", "is_archived": true, "cc_email": "[email protected]" } }
Searches all deals by title, notes, and/or custom fields using Pipedrive API v2
Install
Add search deals (pipedrive) to your MCP client.
Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.
{ "mcpServers": { "texau": { "command": "npx", "args": ["-y", "@texau/mcp-server"], "env": { "TEXAU_API_KEY": "..." } } } }
Tool name: texau__pipedrive-search-deals
When to use this.
The "Search Deals (Pipedrive)" action enables users to efficiently search for deals within the Pipedrive CRM by utilizing the Pipedrive API v2. This action allows for searches based on various criteria, including deal title, notes, and custom fields, with the option to filter results by person ID, organization ID, or deal status. Key input parameters include the search term (minimum 2 characters), optional fields for specific searches, and filters for person ID, organization ID, and deal status. The action returns comprehensive output data, such as deal ID, title, value, currency, status, and associated person and organization details, ensuring users have access to relevant information. Use cases include sales tracking, deal management, and customer relationship optimization, making this action essential for businesses looking to streamline their CRM processes.
Try it
Run a sample request.
The response is a deterministic, cached example. No live call, no credits used.
Search Deals (Pipedrive)
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
successSuccessnullablebooleanresult_scoreResult ScorenullablenumberidIdnumbertypeTypenullabletexttitleTitletextvalueValuenumbercurrencyCurrencytextstatus_outStatus Outnullabletextvisible_toVisible Tonullablenumberowner_idOwner Idnullablenumberstage_idStage Idnumberstage_nameStage Namenullabletextpipeline_idPipeline Idnumberperson_id_outPerson Id Outnullablenumberperson_namePerson Nametextorganization_id_outOrganization Id Outnullablenumberorganization_nameOrganization Nametextorganization_addressOrganization Addressnullabletextis_archivedIs Archivednullablebooleancc_emailCc Emailnullabletext
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/pipedrive-search-deals. Auth: x-api-key.
/v1/pipedrive-search-dealscurl -X POST 'https://v3-api.texau.com/api/v1/pipedrive-search-deals' \ -H 'x-api-key: $TEXAU_API_KEY' \ -H 'content-type: application/json' \ -d '{"term":"sample-value","field":"sample-value","exact_match":"sample-value","person_id":1,"organization_id":"Acme, Inc.","status":"sample-value","limit":1}'
{ "ok": true, "data": { "success": true, "result_score": 92, "id": "rec_4f3a91", "type": "sample", "title": "sample", "value": 1, "currency": "sample", "status_out": "valid", "visible_to": 1, "owner_id": "rec_4f3a91", "stage_id": "rec_4f3a91", "stage_name": "sample", "pipeline_id": "rec_4f3a91", "person_id_out": 1, "person_name": "sample", "organization_id_out": 1, "organization_name": "sample", "organization_address": "sample", "is_archived": true, "cc_email": "[email protected]" } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
crm
Get Deals by Person (Pipedrive)
Retrieve all deals linked to a specified person from Pipedrive API v2, including amounts, stages, and statuses.
crm
Delete Lead (Pipedrive)
Deletes a specific lead from Pipedrive using its ID.
crm
Search Organizations (Pipedrive)
Find organizations in Pipedrive by name, address, notes, or custom fields using the v2 Search API.
Output
Results land in a TexAu table.
Sample rows below.
Real result preview coming soon.
| Input | Status | Score |
|---|---|---|
| [email protected] | valid | 96 |
| [email protected] | risky | 54 |
| [email protected] | invalid | 12 |
Workflow
A real example.
Trigger → search deals (pipedrive) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.
Built for
Who runs this.
Reliability
Rate limits & reliability.
- Per-minute limitNo public cap
- Per-day limitPlan-defined
- RetriesAutomatic w/ backoff
- ModeSync
Errors
HTTP status codes.
What each response means and what to do about it.
| Code | Cause | Fix |
|---|---|---|
| 200 OK | Action ran. Data in `data`. | Read response. |
| 400 Bad Request | Missing or malformed input. | Validate against the input schema. |
| 401 Unauthorized | Missing or invalid `x-api-key`. | Re-issue from /api-platform. |
| 403 Forbidden | Workspace lacks plan tier. | Upgrade or contact sales. |
| 404 Not Found | Action key not recognized. | Verify the slug. |
| 429 Rate Limited | Per-minute or per-day cap hit. | Backoff; reduce concurrency. |
| 500 Server Error | Unexpected TexAu issue. | Retry with backoff. |
| 502 Bad Gateway | Upstream provider 5xx. | Retry; we surface root cause. |
| 504 Timeout | Upstream slower than maxLatency. | Switch to `isAsync` polling. |
Related
More Pipedrive actions.
crm
Get Deals by Person (Pipedrive)
Retrieve all deals linked to a specified person from Pipedrive API v2, including amounts, stages, and statuses.
crm
Delete Lead (Pipedrive)
Deletes a specific lead from Pipedrive using its ID.
crm
Search Organizations (Pipedrive)
Find organizations in Pipedrive by name, address, notes, or custom fields using the v2 Search API.
crm
Create Deal (Pipedrive)
Create a new deal in Pipedrive with title, value, currency, expected close date, person, organization, pipeline, stage, and visibility options.
FAQ.
Is this real-time?
Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).
Do I get charged on failure?
No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.
Does it work with Claude / Cursor via MCP?
Yes. Add the texau MCP server to your client config, then call `texau__pipedrive-...` directly.
What CRMs can I push results to?
HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.
Run Search Deals (Pipedrive) in 60 seconds.
Pull your API key, paste the cURL, ship to your CRM.