# POST /opportunities/search

**Resource:** [Opportunities](./opportunities.md)  
**Scopes:** `opportunities:read`  
**Write operation:** no

Search opportunities by name, contact name/email/phone, or company name/email/phone. Matches across opportunity name and linked contact/company fields. Legacy alias: POST /deals/search.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `query` | body | string | yes | Search query |
| `limit` | body | number | no | Max results (1-100) |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`