Posh VIP Events
Pricing
from $4.00 / 1,000 results
Posh VIP Events
Scrape event data from posh.vip- the premier platform for nightlife, concerts, and party events. Extract comprehensive event information including tickets, pricing, venue details, and organizer data.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
Hypebridge
Maintained by CommunityActor stats
1
Bookmarked
35
Total users
7
Monthly active users
8 days ago
Last modified
Categories
Share
What does Posh.vip Event Scraper do?
Posh.vip Event Scraper extracts structured event, ticket, venue, attendance, and organizer data from Posh.vip. Use it to collect nightlife, concert, party, and social-event data from event URLs, organizer pages, or Posh explore/search URLs.
The scraper returns clean records for individual events and organizer/group pages. When full event details are enabled, it enriches records with descriptions, lineup, ticket groups, venue parsing, organizer contact fields, media, and status flags.
Why scrape Posh.vip?
- Organizer lead generation: find active promoters, venues, nightlife groups, and event brands with organizer names, profile URLs, contact emails when available, websites, and social links.
- Sponsorship targeting: compare events by city, venue, ticket price, attendance count, organizer verification, and event frequency.
- Market intelligence: monitor which events are running, what tickets cost, which venues are active, and how organizers position upcoming parties or concerts.
- Event aggregation: build local event feeds for newsletters, concierge tools, tourism apps, community calendars, or internal research dashboards.
- Talent and lineup research: collect performer names, lineups, media links, and organizer metadata for booking or partnership workflows.
What data can Posh.vip Event Scraper extract?
| Field | Type | Description |
|---|---|---|
eventTitle | String | Event name |
eventUrl | String | Canonical Posh.vip event URL |
startDateTime | String | Event start time in ISO format |
venueName | String | Venue name |
city | String | Parsed city when available |
tickets | Array | Ticket tiers with price, total price, remaining quantity, availability, limits, and sale dates |
lowestPrice | Number | Lowest available ticket price before fees |
highestPrice | Number | Highest available ticket price before fees |
attendingCount | Number | Visible attendee or RSVP count |
organizerName | String | Organizer or group name |
organizer | Object | Detailed organizer profile fields when available |
contactEmail | String | Organizer/group contact email when exposed by Posh.vip |
Use the compact overview fields for scanning results. Use the complete record when you need every event, ticket, venue, media, attendance, and organizer field.
How to target Posh.vip data
- Use event URLs like
https://posh.vip/e/example-eventfor known events. - Use group URLs like
https://posh.vip/g/example-organizerfor organizer profile data and that organizer's events. - Use Posh explore URLs for location and Posh-supported time-window discovery.
- Set
maxEventsto cap event records. - Keep
scrapeEventDetailsenabled when you need descriptions, lineup, ticket groups, and richer organizer/venue fields.
How much will it cost?
Detailed event enrichment uses a separate charge event from basic dataset items. To control spend, start with a small maxEvents value, inspect the result shape, then increase the cap once it matches your workflow.
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | Array | required | Posh.vip event, organizer/group, or explore URLs to scrape |
maxEvents | Number | 100 | Maximum events to scrape; use 0 for unlimited |
scrapeEventDetails | Boolean | true | Fetch full event details including descriptions, lineup, organizer, venue, and ticket group data |
Example input
{"startUrls": [{ "url": "https://posh.vip/e/example-event" },{ "url": "https://posh.vip/g/example-organizer" },{ "url": "https://posh.vip/explore?when=This+Month" }],"maxEvents": 50,"scrapeEventDetails": true}
Output
Each event can include:
- Event details: eventId, eventTitle, eventUrl, description, status, startDateTime, endDateTime, timezone
- Venue and location: venueName, venueAddress, address, city, stateCode, zipCode, coordinates
- Tickets and pricing: tickets, ticketGroups, lowestPrice, highestPrice, isFreeEvent, fees, soldOutItems, remaining ticket quantities
- Attendance: attendingCount, guestlistEnabled, RSVP status fields
- Organizer data: organizerId, organizerName, organizerUrl, organizerVerified, organizer profile object, contact fields from group pages
- Media and metadata: coverUrl, performers, lineup, videos, song, youtubeLink, source, scrapedAt
Sample output
A detailed event record can combine ticket economics, attendance signals, organizer contact data, and venue context. Larger nested fields are shown as typed placeholders to keep this example readable.
{"eventId": "evt_7f3a9c21","eventUrl": "https://posh.vip/e/summer-rooftop-series","eventTitle": "Summer Rooftop Series","description": "Full event description, lineup notes, rules, and organizer copy.","status": "live","startDateTime": "2026-06-15T02:00:00.000Z","endDateTime": "2026-06-15T07:00:00.000Z","timezone": "America/New_York","venueName": "Example Rooftop","venueAddress": "123 Example Ave, Miami, FL 33101, USA","city": "Miami","stateCode": "FL","coordinates": { "latitude": 25.7617, "longitude": -80.1918 },"tickets": [{"id": "ticket_ga_early","name": "General Admission","price": 25,"totalPrice": 29.35,"quantityAvailable": 50,"isAvailable": true,"approvalRequired": false},{"id": "ticket_vip_table","name": "VIP Table","price": 450,"totalPrice": 493.5,"quantityAvailable": 3,"isAvailable": true,"approvalRequired": true}],"lowestPrice": 25,"highestPrice": 450,"fees": [{ "name": "Service Fee", "type": "percent", "amount": 0.08 }],"attendingCount": 239,"guestlistEnabled": true,"organizerName": "Example Events Group","organizerUrl": "https://posh.vip/example-events","organizer": {"name": "Example Events Group","verified": true,"currency": "USD","socials": {"instagram": "https://www.instagram.com/exampleevents","website": "https://exampleevents.com"}},"performers": ["DJ Sample", "Host Example"],"lineup": "[Array<Performer>]","ticketGroups": "[Array<TicketGroup>]","videos": "[Array<string>]","song": "{ name: string, artist: string, previewUrl?: string }","source": "posh_vip","scrapedAt": "2026-05-26T15:00:00.000Z"}
Group output example
Group URLs return organizer-level context alongside that organizer's events. This is useful for lead lists, sponsorship research, and ranking active organizers.
{"type": "group","groupId": "group_91a2b3c4","groupUrl": "https://posh.vip/g/example-events","groupName": "Example Events Group","bio": "Independent nightlife and culture events.","avatarUrl": "https://images.posh.vip/group-avatar.png","contactEmail": "events@example.com","website": "https://exampleevents.com","socials": {"instagram": "https://www.instagram.com/exampleevents","twitter": "exampleevents","facebook": "exampleevents"},"country": "US","currency": "USD","verified": true,"totalAttendees": 23533,"totalEvents": 23,"source": "posh_vip","scrapedAt": "2026-05-26T15:00:00.000Z"}
Tips
- Use direct
/e/...event URLs when you already know the events you want. - Use
/g/...organizer URLs when you want organizer profile data and all events from a group. - Use explore URLs when you want event discovery by location or Posh-supported time window.
- Keep
maxEventslow for first runs so you can verify the output before scaling. - Disable
scrapeEventDetailsonly when you need faster basic event records and do not need full descriptions, lineup, or detailed organizer/venue fields.
FAQ
Is scraping Posh.vip legal?
Posh.vip Event Scraper extracts publicly available data. Always check Posh.vip's Terms of Service and make sure you have a legitimate purpose for collecting and processing the data.
Can I scrape organizer pages?
Yes. Add a Posh.vip group URL such as https://posh.vip/g/example-organizer to startUrls. The output can include group profile fields such as bio, avatar, website, socials, contact email when available, total attendees, and event list data.
Can I get ticket prices and availability?
Yes. Event records can include ticket tiers, prices, total prices, live availability at scrape time, remaining quantities through tickets[].quantityAvailable, sale windows, fees, sold-out indicators, and grouped ticket sections when Posh.vip exposes them.
Can I use a custom date range?
Use Posh.vip explore URLs for the time filters Posh supports. The scraper preserves those search URLs.
Disclaimer: This scraper extracts publicly available data. Results may contain personal data, depending on what Posh.vip users and organizers have chosen to publish. Do not scrape or process personal data unless you have a legitimate reason.