Venues
Search, filter, and retrieve wedding venue data across multiple states and countries.
Venue Endpoints
Search and retrieve data from wedding venues across the US, Mexico, Italy, Costa Rica, and Ireland.
Search venues
Search venues with filters for location, capacity, price, venue type, and amenities.
Query parameters
| Parameter | Type | Description |
|---|---|---|
state | string | Filter by state/region slug (e.g. california, texas, tuscany) |
city | string | Filter by city slug (e.g. palm-springs, temecula) |
venue_type | string | Filter by type: estate, villa, ranch, cabin, castle, compound |
capacity_min | number | Minimum sleeping capacity |
capacity_max | number | Maximum sleeping capacity |
price_min | number | Minimum price per night (USD) |
price_max | number | Maximum price per night (USD) |
bedrooms_min | number | Minimum number of bedrooms |
amenities | string | Comma-separated list: pool, hot-tub, ocean-view, mountain-view, outdoor-ceremony, pet-friendly |
limit | number | Results per page (default: 20, max: 50) |
cursor | string | Cursor for pagination (from pagination.next_cursor) |
Example request
Example response
Get venue details
Retrieve full details for a single venue by its URL slug. Rate limited to 20 lookups per day on the free tier to prevent bulk scraping.
Path parameters
| Parameter | Type | Description |
|---|---|---|
slug | string | The venue's URL slug |
Example request
Example response
Notes
- Photos are capped at 3 preview images. The
total_photosfield shows how many photos are available on the venue's full page. Visit theurlto see the complete gallery. - Price ranges show approximate nightly rates rather than exact figures. Contact the venue through the inquiry endpoint for a precise quote.
- The venue detail endpoint has its own rate limit (20/day) separate from the global daily limit.