Discover/posh.vip API
live

posh.vip APIposh.vip

Access Posh.vip event listings, ticket pricing, attendee guestlists, and host profiles via API. Search by city, keyword, or event slug.

Endpoints
7
Updated
4mo ago
Try it
City name. Accepted values: 'Los Angeles', 'Miami', 'New York City', 'Washington DC', 'Boston', 'Atlanta'.
Sort order for results. Accepted value: 'Trending'.
Time filter. Accepted values: 'This Month', 'This Week'.
Maximum number of events to return per page.
Pagination cursor from a previous response's nextCursor field.
api.parse.bot/scraper/105167c2-d1c6-49ae-ae1f-4a032902a459/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/105167c2-d1c6-49ae-ae1f-4a032902a459/explore_events?city=Miami&sort=Trending&when=This+Month&limit=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Browse and discover events by city, time period, and sort order. Returns paginated results with a cursor for the next page.

Input
ParamTypeDescription
citystringCity name. Accepted values: 'Los Angeles', 'Miami', 'New York City', 'Washington DC', 'Boston', 'Atlanta'.
sortstringSort order for results. Accepted value: 'Trending'.
whenstringTime filter. Accepted values: 'This Month', 'This Week'.
limitintegerMaximum number of events to return per page.
cursorstringPagination cursor from a previous response's nextCursor field.
Response
{
  "type": "object",
  "fields": {
    "result": "object containing data with events array and nextCursor for pagination"
  },
  "sample": {
    "data": {
      "result": {
        "data": {
          "events": [
            {
              "_id": "6a0266678ae195d56dc0863c",
              "url": "grad-season-edition-2-la-victoria",
              "name": "Grad Season Edition 2 @ La Victoria",
              "venue": {
                "name": "La Victoria Social Club",
                "address": "28 NE 40th St, Miami, FL 33137"
              },
              "groupUrl": "clubtab",
              "startUtc": "2026-05-15T02:00:00.000Z",
              "groupName": "Clubtab"
            }
          ],
          "nextCursor": 3
        }
      }
    },
    "status": "success"
  }
}

About the posh.vip API

The Posh.vip API exposes 7 endpoints covering event discovery, ticket availability, attendee guestlists, and host profiles from posh.vip. The explore_events endpoint lets you browse events across six US cities with time and sort filters, while get_event_tickets returns ticket group pricing and total tickets sold for any event ID. Each endpoint is designed to work together: discover events, then drill into details, attendees, or the host behind them.

Event Discovery and Search

The explore_events endpoint accepts a city parameter (Los Angeles, Miami, New York City, Washington DC, Boston, or Atlanta), an optional sort value of 'Trending', and a when filter for 'This Week' or 'This Month'. Results come back paginated with a nextCursor field you pass to the cursor parameter on subsequent calls. The search_events endpoint works similarly but requires a query keyword and scopes results to the same supported cities.

Event Details and Ticketing

get_event_details takes a URL slug (available as the url field in explore or search results) and returns structured fields: eventId (a MongoDB ObjectID), startUtc and endUtc timestamps in ISO 8601, timezone as an IANA identifier, location with lat/lng coordinates, flyer image URL, groupUrl (the host's username slug), and groupName. The get_event_tickets endpoint uses that eventId to return a ticketGroups array with pricing details and a totalTicketsSold integer. get_event_attendees similarly accepts event_id and returns a paginated guestlist array.

Host Profiles

get_host_profile accepts a username slug (pulled from any event's groupUrl field) and returns the host object with name, currency, contactEmail, socials, url, and numOfAttendees, plus an events array of that group's listings. The search_hosts_by_city endpoint automates discovery: given a city and optional limit, it surfaces host profiles with name, username, instagram, contact_email, and their associated events — useful for building a directory of active organizers in a market without manually chaining calls.

Common use cases
  • Aggregate trending nightlife and social events across major US cities using explore_events with the Trending sort.
  • Monitor ticket pricing changes for specific events by polling get_event_tickets and tracking ticketGroups over time.
  • Build a contact directory of event organizers by running search_hosts_by_city and extracting contact_email and instagram fields.
  • Enrich event calendar apps with venue coordinates using the location lat/lng returned by get_event_details.
  • Analyze guestlist size and attendee demand for events by paginating through get_event_attendees results.
  • Find all events produced by a specific promoter by calling get_host_profile with their username slug.
  • Keyword-search for themed events (e.g., 'rooftop', 'networking') in a target city via search_events.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does posh.vip have an official developer API?+
Posh.vip does not publish a public developer API or documentation for third-party access as of mid-2025.
What cities are supported for event discovery and host search?+
The explore_events, search_events, and search_hosts_by_city endpoints currently accept six cities: Los Angeles, Miami, New York City, Washington DC, Boston, and Atlanta. Events in other cities are not currently filterable by location through these endpoints. You can fork the API on Parse and revise it to add support for additional cities if the underlying data is available.
Does `get_event_attendees` return full attendee profiles, or just names?+
The endpoint returns a paginated guestlist array. The exact fields per attendee entry depend on what the event host has collected, but the response does not expose private contact details for attendees. Detailed demographic or contact data per attendee is not currently part of the response shape. You can fork the API on Parse and revise it if you need to extend what attendee fields are captured.
Can I retrieve historical or past events?+
The when filter on explore_events supports 'This Week' and 'This Month', both of which target upcoming or current events. Querying for past or archived events is not currently supported by the explore or search endpoints. You can fork the API on Parse and revise it to add a past-events endpoint if that data is accessible on the source.
How does pagination work across these endpoints?+
Endpoints that return lists — explore_events, search_events, get_event_attendees — include a nextCursor field in their response. Pass that value as the cursor parameter in your next request to retrieve the following page. When nextCursor is absent or null, you have reached the end of the result set.
Page content last updated . Spec covers 7 endpoints from posh.vip.
Related APIs in EntertainmentSee all →
eventbrite.com API
Search Eventbrite for events by keyword, location, or category. Retrieve full event details, ticket pricing and availability, organizer profiles, and batch event data.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
feverup.com API
Discover and search live events, exhibitions, and experiences happening in cities worldwide, filtering by categories to find concerts, shows, expos, and more that match your interests. Get detailed information about any event including schedules, descriptions, and venue details to plan your next outing.
humanitix.com API
Search and discover events on Humanitix, viewing detailed information including dates, times, locations, descriptions, and host names. Filter by keyword, category, price, and date to find events that match your interests.
eventbrite.com.au API
Search for events and discover detailed information about upcoming shows, concerts, and gatherings on Eventbrite Australia, while exploring organiser profiles and viewing all events from a specific promoter. Get autocomplete suggestions to quickly find exactly what you're looking for across the platform.
allevents.in API
Search and discover events from AllEvents.in by name, date, or category, then view detailed information like descriptions, timings, and venue details. Filter through available event categories to find exactly what you're looking for.
eventup.com API
Search EventUp for event venues by city, browse featured venues, fetch available venue filter facets for a location, and get autocomplete suggestions for venue and place queries.
stubhub.com API
Search and discover tickets across StubHub's marketplace by looking up events, performers, and categories to find exactly what you want to attend. Browse event details, performer schedules, and curated category collections to compare available tickets and make informed purchasing decisions.