search_profiles
GET /search/profiles — Search profiles
Full-text search across DCer profiles — headlines, bios, business descriptions, expertise, hobbies, etc. Returns matching profile records with privacy gates applied (hidden + guest profiles filtered out).
For structured/AI-driven matchmaking ("DCers in Lisbon who run SaaS"), prefer POST /profile-match — it has a richer ranking pipeline and filters. This endpoint is the plain full-text fallback.
Query syntax (q=): plain words match with prefix + typo tolerance. Wrap a phrase in double quotes to require an exact ordered match — e.g. q="remote work". AND/OR/NOT/parentheses are NOT parsed in q= — use the structured filter params below for boolean composition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text. Required. | |
| page | No | 1-indexed page number. | |
| limit | No | Max hits per page (1-50). |