Posh (posh.vip) Events Scraper
Pricing
from $3.00 / 1,000 results
Posh (posh.vip) Events Scraper
[๐ฐ $3 / 1K] Extract events from Posh (posh.vip) โ title, schedule, venue, GPS, ticket pricing tiers, fees, lineup, and attendance. Paste event, organizer, or explore URLs, or run search queries. Pull organizer profiles with contact email, website, and socials for lead gen.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
SolidCode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Pull nightlife and live-event data from Posh (posh.vip) at scale โ club nights, day parties, and rooftop events with full schedules, GPS-located venues, per-tier ticket pricing, lineups, live attendance counts, and organizer contact profiles. Run free-text searches like "Miami techno" or paste event, organizer, and explore URLs, then export clean event rows and lead-ready promoter profiles side by side. Built for event marketers, nightlife promoters, ticketing analysts, and lead-gen teams who need structured Posh event and organizer data without copying it off the site one page at a time.
Why This Scraper?
- GPS coordinates on every venue โ exact
latitudeandlongitudeplus the parsed street, city, region, and country, so every event drops straight onto a map. - Full ticket-tier breakdown โ each tier's name, base
price, and total price including booking fees, with availability and sold-out flags, rolled up intolowestPrice/highestPriceper event. - Live attendance, not estimates โ real
attendeeCountfrom total tickets sold, plus RSVP counts pulled live per event. - Organizer lead-gen profiles โ verified contact email,
website, Instagram, Twitter/X, and TikTok handles for the promoter behind each event, with lifetimetotalAttendeesand a verified-badge flag. - Two record types in one run โ
eventrows andorganizerprofiles from the same search, discriminated by arecordTypefield for clean downstream filtering. - 3 sort modes โ pull the feed by Trending, Newest, or Largest (most popular), with free-vs-paid and in-person-vs-online filters layered on top.
- City-scoped, date-windowed search โ auto-geocodes a city name and filters to an exact
dateFromโdateTowindow so you only get the events you asked for. - Lineup and performer data โ the full artist
lineupper event for music and nightlife coverage.
Use Cases
Event Discovery & Aggregation
- Build a city-by-city calendar of upcoming club nights and day parties
- Surface trending and newest events in any market with one search
- Map every venue on screen using built-in latitude/longitude
Lead Generation
- Collect verified contact emails for event promoters and party brands
- Pull organizer Instagram, TikTok, and website handles for outreach lists
- Rank promoters by lifetime attendee totals to prioritize top accounts
Market & Pricing Research
- Benchmark ticket prices across tiers, cities, and event types
- Track free-vs-paid mix and sold-out rates in a nightlife market
- Monitor which lineups and artists are drawing the largest crowds
Competitive Analysis
- Watch a rival promoter's full event history from their organizer page
- Compare attendance counts event-over-event across competing brands
- Spot new entrants by sorting a city feed by Newest
Getting Started
Simple Search
One free-text query, scoped to a city:
{"searchQueries": ["techno"],"location": "Miami","maxResults": 50}
Filtered Search (paid, in-person, date window)
Paid in-person events in a specific date range, ranked by popularity:
{"searchQueries": ["rooftop party"],"location": "New York","dateFrom": "2026-07-01","dateTo": "2026-07-31","eventType": "in_person","pricing": "paid","sort": "largest","maxResults": 200}
Organizer Lead-Gen (from URLs)
Pull events plus full organizer contact profiles from a mix of explore and group URLs:
{"startUrls": ["https://posh.vip/explore","https://posh.vip/g/southhouse"],"scrapeOrganizers": true,"scrapeEventDetails": true,"maxResults": 100}
Input Reference
Sources
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | array | ["https://posh.vip/explore"] | One or more posh.vip URLs. Accepts direct event pages, organizer/group pages, and explore/discover/search URLs. Mix any types in one list โ each event is returned only once. |
searchQueries | array | [] | Free-text queries run against Posh discover/explore (e.g. "Miami techno", "NYC rooftop", "LA day party"). Each query runs independently. |
Filters
| Parameter | Type | Default | Description |
|---|---|---|---|
location | string | null | Restrict searches to a city or area (e.g. "Miami", "New York", "Los Angeles"). Auto-geocoded. Leave empty to search broadly. |
dateFrom | string | null | Only include events starting on or after this date (YYYY-MM-DD). Leave empty for no lower bound. |
dateTo | string | null | Only include events starting on or before this date (YYYY-MM-DD). Leave empty for no upper bound. |
eventType | string | "All" | Filter by attendance mode: All, In-person only, or Online only. |
pricing | string | "All" | Filter by price: All, Free only, or Paid only. |
sort | string | "Trending" | Order events are pulled from the feed: Trending, Newest, or Largest (most popular). |
Output
| Parameter | Type | Default | Description |
|---|---|---|---|
scrapeEventDetails | boolean | true | Fetch the full event payload โ description, ticket tiers and fees, lineup, venue, and organizer. Turn off for faster, lighter runs that return only listing-level fields. |
scrapeOrganizers | boolean | false | Also return organizer/group profile records โ contact email, website, social handles, verification status, total attendees, and event count. Ideal for lead generation. |
maxResults | integer | 100 | Maximum number of events to return across all sources. Set to 0 for no cap. |
Output
Every row carries a recordType field โ event or organizer โ so you can filter the two cleanly downstream.
Event (recordType: "event")
{"recordType": "event","eventId": "6620a1f4c3b2e90012ab34cd","title": "Rooftop Sunset Sessions","url": "https://posh.vip/e/rooftop-sunset-sessions","status": "EventScheduled","startTime": "2026-07-12T23:00:00.000Z","endTime": "2026-07-13T04:00:00.000Z","timezone": "America/New_York","description": "An open-air evening of house and disco with skyline views.","coverImage": "https://posh.vip/cdn/flyers/rooftop-sunset.jpg","venueName": "The Crown Rooftop","address": "255 Randolph St, Brooklyn, NY 11237, USA","city": "Brooklyn","region": "NY","country": "USA","latitude": 40.7051,"longitude": -73.9229,"isOnline": false,"lowestPrice": 25.0,"highestPrice": 75.0,"currency": "USD","isFree": false,"isSoldOut": false,"ticketTiers": [{"name": "General Admission", "price": 25.0, "totalPrice": 28.5, "priceHidden": false, "isAvailable": true, "quantityAvailable": 120, "soldOut": false},{"name": "VIP Table", "price": 75.0, "totalPrice": 84.0, "priceHidden": false, "isAvailable": true, "quantityAvailable": 8, "soldOut": false}],"rsvpCount": 342,"attendeeCount": 410,"guestlistAvailable": true,"lineup": ["DJ Aria", "Marcus Vela"],"organizerName": "South House","organizerUrl": "https://posh.vip/g/southhouse","organizerVerified": true,"scrapedAt": "2026-06-13T18:04:22.118Z"}
Core Fields
| Field | Type | Description |
|---|---|---|
recordType | string | Always "event" |
eventId | string | Posh event identifier |
title | string | Event title |
url | string | Canonical posh.vip event URL |
status | string | Event status (e.g. EventScheduled) |
startTime | string | Start datetime (ISO 8601, UTC) |
endTime | string | End datetime (ISO 8601, UTC) |
timezone | string | Event timezone (e.g. America/New_York) |
description | string | Full event description (detail mode) |
coverImage | string | Cover flyer image URL |
mediaUrls | array | Additional media/video URLs |
scrapedAt | string | Capture timestamp (ISO 8601) |
Venue & Location
| Field | Type | Description |
|---|---|---|
venueName | string | Venue name |
address | string | Full venue street address |
city | string | Venue city |
region | string | State or region |
country | string | Country |
latitude | number | Venue latitude |
longitude | number | Venue longitude |
isOnline | boolean | Whether the event is virtual/online |
Tickets & Attendance
| Field | Type | Description |
|---|---|---|
lowestPrice | number | Lowest ticket price across tiers |
highestPrice | number | Highest ticket price across tiers |
currency | string | Ticket currency (e.g. USD) |
isFree | boolean | Whether the event is free |
isSoldOut | boolean | Whether all tiers are sold out |
ticketTiers | array | Per-tier name, price, totalPrice (with fees), availability, and sold-out flag |
fees | array | Service/processing fee details |
rsvpCount | number | RSVP / interested count |
attendeeCount | number | Total tickets sold for the event |
guestlistAvailable | boolean | Whether a guestlist option exists |
lineup | array | Performers / artists on the bill |
Organizer Reference
| Field | Type | Description |
|---|---|---|
organizerId | string | Organizer/group id (links to the organizer record) |
organizerName | string | Organizer/group display name |
organizerUrl | string | Organizer/group profile URL |
organizerVerified | boolean | Whether the organizer carries a verified badge |
Organizer (recordType: "organizer")
Emitted only when scrapeOrganizers: true.
{"recordType": "organizer","organizerId": "65f0c1a2b3d4e50012990011","name": "South House","url": "https://posh.vip/g/southhouse","bio": "Brooklyn rooftop & warehouse parties. House, disco, and good people.","avatar": "https://posh.vip/cdn/avatars/southhouse.jpg","verified": true,"contactEmail": "bookings@southhouse.nyc","website": "https://southhouse.nyc","instagram": "https://instagram.com/southhouse","twitter": "https://x.com/southhouse","tiktok": "https://tiktok.com/@southhouse","socialLinks": ["https://soundcloud.com/southhouse"],"totalAttendees": 18420,"eventCount": 27,"scrapedAt": "2026-06-13T18:04:25.402Z"}
| Field | Type | Description |
|---|---|---|
recordType | string | Always "organizer" |
organizerId | string | Organizer/group id |
name | string | Organizer/group display name |
url | string | Profile URL |
bio | string | Profile bio |
avatar | string | Avatar image URL |
verified | boolean | Whether the organizer carries a verified badge |
contactEmail | string | Public contact email (lead-gen) |
website | string | Website URL |
instagram | string | Instagram URL/handle |
twitter | string | Twitter/X URL/handle |
tiktok | string | TikTok URL/handle |
socialLinks | array | Any other social or external links |
totalAttendees | number | Lifetime attendees across the organizer's events |
eventCount | number | Number of events hosted |
scrapedAt | string | Capture timestamp (ISO 8601) |
Tips for Best Results
- Set a
locationto focus your search. A search term alone anchors on New York (Posh's largest market). Add a city like "Miami" or "Los Angeles" to scope results to the market you actually want. - Keep
scrapeEventDetailson for pricing and attendance. Ticket-tier prices, booking fees, live tickets-sold counts, and the in-person/online classification all come from the full event payload โ turning it off returns listing-level fields only. - Turn on
scrapeOrganizersfor outreach lists. This adds a separateorganizerrow per promoter with contact email, website, and social handles โ exactly the fields a lead list needs. - Pick the sort that matches your goal. Use Largest (most popular) for top-drawing events, Newest to catch just-announced parties, and Trending for what's hot right now.
- Use the date window to cut noise. A tight
dateFromโdateTorange strips out events outside the period you care about, so you're not paying for rows you'll discard. If a filter (date range, online-only, or free/paid) matches very few events in a market, the search stops after about 15 pages without new matches and tells you which filters were active โ widen the range or location to pull more. - Paste an organizer URL to pull their whole catalog. A
https://posh.vip/g/<name>URL returns that promoter's full event history in one pass โ ideal for competitive tracking. - Mix URLs and search queries freely. You can combine explore feeds, specific event links, organizer pages, and free-text searches in a single run, and overlapping events are de-duplicated automatically.
Pricing
From $3.00 per 1,000 results โ undercuts comparable Posh extractors while bundling GPS venues, full ticket-tier pricing, live attendance, and organizer contact profiles at no extra charge. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.
| Results | No discount | Bronze | Silver | Gold |
|---|---|---|---|---|
| 100 | $0.36 | $0.34 | $0.32 | $0.30 |
| 1,000 | $3.60 | $3.40 | $3.20 | $3.00 |
| 10,000 | $36.00 | $34.00 | $32.00 | $30.00 |
| 100,000 | $360.00 | $340.00 | $320.00 | $300.00 |
A "result" is any row in the output dataset โ both event rows and organizer rows count the same. No compute or time-based charges โ you pay per result, plus a small fixed per-run start fee.
Integrations
Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:
- Zapier / Make / n8n โ Workflow automation
- Google Sheets โ Direct spreadsheet export
- Slack / Email โ Notifications on new results
- Webhooks โ Trigger custom APIs on run completion
- Apify API โ Full programmatic access
Legal & Ethical Use
This actor is designed for legitimate event discovery, market research, and business development. Users are responsible for complying with applicable laws and Posh's terms of service, including making reasonable-rate requests and respecting how any extracted data โ particularly organizer contact details โ is used. Handle personal and contact information in line with applicable privacy regulations, and do not use extracted data for spam, harassment, or any illegal purpose.