Vendors
Search wedding vendors across 12 categories including photography, catering, DJ, floral, and more.
Vendor Endpoints
Search and retrieve data from wedding vendors across 12 categories.
Search vendors
Search vendors with filters for category, location, and price range.
Query parameters
| Parameter | Type | Description |
|---|---|---|
category | string | Filter by category slug (see categories below) |
state | string | Filter by state/region slug |
city | string | Filter by city slug |
location | string | Filter by location (state or city) |
price_min | number | Minimum starting price (USD) |
price_max | number | Maximum starting price (USD) |
search | string | Free-text search across vendor names and bios |
featured | boolean | Filter for featured vendors only |
sort_by | string | Sort order: newest, price_low_to_high, price_high_to_low, experience, weddings_completed |
limit | number | Results per page (default: 20, max: 50) |
cursor | string | Cursor for pagination (from pagination.next_cursor) |
Example request
Example response
List categories
Returns all 12 vendor categories with counts.
Example response
Get vendor details
Retrieve full details for a single vendor.
Path parameters
| Parameter | Type | Description |
|---|---|---|
slug | string | The vendor's URL slug |
Example request
Example response
Notes
- Vendor detail includes
websiteandinstagramfor direct contact. The search endpoint returns a leaner response without these fields. - To submit a lead through WedStay's pipeline, use
POST /api/v1/inquiries/vendor.