Exhibitors search
Search exhibitors using company context. Use this endpoint when you want exhibitor results derived from a public company URL, a target audience description, or both.Endpoint
POST /external/exhibitors/search
Authentication
See AuthenticationSuccess status code
201 Created
Request body
| Name | Required | Type | Notes |
|---|---|---|---|
company_url | Conditionally | string | Public http(s) company URL. Provide at least one of company_url or target_audience. |
target_audience | Conditionally | string | Free-form audience description. Provide at least one of company_url or target_audience. |
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20; maximum 100. |
Response example
Error responses
400 Bad Request401 Unauthorized
Notes
- This endpoint accepts profile-style search inputs rather than a simple keyword-only query.
- No matches return an empty paginated success response (
201) rather than404 Not Found. company_urlis reduced to its hostname with leadingwww.removed before runtime matching.- If both
company_urlandtarget_audienceare provided,target_audiencedrives the company-name search string while the extracted domain is still applied as an exact filter. matched_event_idsis currently returned as an empty array for this route.techStacksis always returned as an array; when no data is available, the API returnstechStacks: [].categoriesis an optional string array of exhibitor business categories. It is omitted when empty.- If you need deduplicated event results directly from a company name, use
POST /external/exhibitors/search-events.