Posh (posh.vip) Events Scraper avatar

Posh (posh.vip) Events Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Posh (posh.vip) Events Scraper

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

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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 latitude and longitude plus 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 into lowestPrice / highestPrice per event.
  • Live attendance, not estimates โ€” real attendeeCount from 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 lifetime totalAttendees and a verified-badge flag.
  • Two record types in one run โ€” event rows and organizer profiles from the same search, discriminated by a recordType field 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โ€“dateTo window so you only get the events you asked for.
  • Lineup and performer data โ€” the full artist lineup per 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

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

ParameterTypeDefaultDescription
startUrlsarray["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.
searchQueriesarray[]Free-text queries run against Posh discover/explore (e.g. "Miami techno", "NYC rooftop", "LA day party"). Each query runs independently.

Filters

ParameterTypeDefaultDescription
locationstringnullRestrict searches to a city or area (e.g. "Miami", "New York", "Los Angeles"). Auto-geocoded. Leave empty to search broadly.
dateFromstringnullOnly include events starting on or after this date (YYYY-MM-DD). Leave empty for no lower bound.
dateTostringnullOnly include events starting on or before this date (YYYY-MM-DD). Leave empty for no upper bound.
eventTypestring"All"Filter by attendance mode: All, In-person only, or Online only.
pricingstring"All"Filter by price: All, Free only, or Paid only.
sortstring"Trending"Order events are pulled from the feed: Trending, Newest, or Largest (most popular).

Output

ParameterTypeDefaultDescription
scrapeEventDetailsbooleantrueFetch 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.
scrapeOrganizersbooleanfalseAlso return organizer/group profile records โ€” contact email, website, social handles, verification status, total attendees, and event count. Ideal for lead generation.
maxResultsinteger100Maximum 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

FieldTypeDescription
recordTypestringAlways "event"
eventIdstringPosh event identifier
titlestringEvent title
urlstringCanonical posh.vip event URL
statusstringEvent status (e.g. EventScheduled)
startTimestringStart datetime (ISO 8601, UTC)
endTimestringEnd datetime (ISO 8601, UTC)
timezonestringEvent timezone (e.g. America/New_York)
descriptionstringFull event description (detail mode)
coverImagestringCover flyer image URL
mediaUrlsarrayAdditional media/video URLs
scrapedAtstringCapture timestamp (ISO 8601)

Venue & Location

FieldTypeDescription
venueNamestringVenue name
addressstringFull venue street address
citystringVenue city
regionstringState or region
countrystringCountry
latitudenumberVenue latitude
longitudenumberVenue longitude
isOnlinebooleanWhether the event is virtual/online

Tickets & Attendance

FieldTypeDescription
lowestPricenumberLowest ticket price across tiers
highestPricenumberHighest ticket price across tiers
currencystringTicket currency (e.g. USD)
isFreebooleanWhether the event is free
isSoldOutbooleanWhether all tiers are sold out
ticketTiersarrayPer-tier name, price, totalPrice (with fees), availability, and sold-out flag
feesarrayService/processing fee details
rsvpCountnumberRSVP / interested count
attendeeCountnumberTotal tickets sold for the event
guestlistAvailablebooleanWhether a guestlist option exists
lineuparrayPerformers / artists on the bill

Organizer Reference

FieldTypeDescription
organizerIdstringOrganizer/group id (links to the organizer record)
organizerNamestringOrganizer/group display name
organizerUrlstringOrganizer/group profile URL
organizerVerifiedbooleanWhether 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"
}
FieldTypeDescription
recordTypestringAlways "organizer"
organizerIdstringOrganizer/group id
namestringOrganizer/group display name
urlstringProfile URL
biostringProfile bio
avatarstringAvatar image URL
verifiedbooleanWhether the organizer carries a verified badge
contactEmailstringPublic contact email (lead-gen)
websitestringWebsite URL
instagramstringInstagram URL/handle
twitterstringTwitter/X URL/handle
tiktokstringTikTok URL/handle
socialLinksarrayAny other social or external links
totalAttendeesnumberLifetime attendees across the organizer's events
eventCountnumberNumber of events hosted
scrapedAtstringCapture timestamp (ISO 8601)

Tips for Best Results

  • Set a location to 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 scrapeEventDetails on 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 scrapeOrganizers for outreach lists. This adds a separate organizer row 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โ€“dateTo range 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.

ResultsNo discountBronzeSilverGold
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

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.