products_search
Search for products by name, code, or custom fields to find matching items in your Pipedrive catalog. Supports exact matches and pagination.
Instructions
Search for products by name, code, or custom fields.
This is a powerful search tool that finds products matching your query across multiple fields.
Search features:
Searches product name, code, and custom fields by default
Minimum 1 character required (or use exact_match for single chars)
Returns relevance-scored results
Supports pagination
Use cases:
Finding products by partial name
Looking up products by code/SKU
Searching custom product attributes
Quick product lookup during deal creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term (minimum 1 character) | |
| limit | No | Items per page, max 500 | |
| start | No | Pagination start (default: 0) | |
| fields | No | Comma-separated fields to search (optional) | |
| exact_match | No | Only return exact matches (not case sensitive) | |
| include_fields | No | Additional fields to include in response |