Posh.vip Scraper: Events, Tickets & Organizer Leads avatar

Posh.vip Scraper: Events, Tickets & Organizer Leads

Pricing

from $1.62 / 1,000 event records

Go to Apify Store
Posh.vip Scraper: Events, Tickets & Organizer Leads

Posh.vip Scraper: Events, Tickets & Organizer Leads

Scrape Posh.vip nightlife and event listings with tickets, venue, lineup, and attendance data. Unlike other Posh scrapers, it also enriches organizer profiles with verified contact email, socials, and Stripe Connect ID for sponsorship and lead-gen use cases.

Pricing

from $1.62 / 1,000 event records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

14 hours ago

Last modified

Categories

Share

๐ŸŽ‰ Posh.vip Scraper: Events, Tickets & Venues

Turn Posh.vip listings into structured event data in minutes
Pull full event details, every ticket tier, and venue coordinates without wrestling with Posh.vip's bot protection.
๐ŸŽซ Full event details
Title, date and time, venue, city, price range, description, and lineup for every listing.
๐ŸŽŸ๏ธ Ticket tier pricing
Every price tier, not just the lowest, plus guestlist availability for each event.
๐Ÿ” Recurring series
Automatically flags weekly and monthly residencies so you can track them as one series, not scattered one-offs.
๐Ÿ›ก๏ธ Built for the blocks
Handles Posh.vip's bot protection so your runs come back with real rows, not empty datasets.

Posh.vip is where independent promoters list club nights, day parties, and concerts across US cities. This Actor searches any Posh.vip city page the same way a visitor would, or scrapes direct event links, and turns the results into structured data ready to filter, sort, and export from the Apify platform, with scheduling and API access built in.

๐Ÿ” What does Posh.vip Scraper do?

It searches Posh.vip by city, then reads each event page and pulls the details a buyer actually needs: title, start and end time, venue name and address, coordinates, every ticket tier and price, description, and lineup. Recurring residencies get flagged automatically so you can group them instead of treating every weekly night as a new event.

Give it a city, a time window, and an optional search term, and it finds the matching events for you, no manual clicking through Posh.vip's own explore page required.

๐Ÿ’ก Why use Posh.vip Scraper?

Nightlife market researchers. You track which promoters and venues are heating up in your city so you can spot the right recurring night before it sells out. This Actor gives you the full event lineup for a city in one export.

Ticketing and pricing analysts. You watch a handful of recurring residencies for price tier changes, guestlist availability, and sellout patterns week over week. The recurring-series flag groups those events for you automatically, and every ticket tier comes through, not just the cheapest one.

Local event calendar builders. You need a clean, structured feed of what's happening in a city this week, complete with venue coordinates for a map view. This Actor mirrors Posh.vip's own city and date filters so you pull exactly the window you need.

๐Ÿš€ How to use it

STEP 1
Pick a city and time window
Or paste direct Posh.vip event links to scrape those specifically.
STEP 2
Run the Actor
It collects event details, ticket tiers, and venue data straight from Posh.vip's own search.
STEP 3
Export or automate
Download as JSON, CSV, or Excel, or wire it into your CRM with scheduling and integrations.

โš™๏ธ Input

FieldTypeRequiredDescription
cityenumNoPosh.vip city to search, e.g. New York City, Los Angeles, Miami.
whenenumNoTime window: today, this week, this weekend, or this month.
sortByenumNoOrdering applied by Posh.vip: Trending, Soonest, or Newest.
searchQuerystringNoOptional free-text filter on event names. Leave empty for all events in the city.
startUrlsarray of URLsNoDirect Posh.vip event URLs to scrape in addition to, or instead of, the city search.
eventTimeFilterenumNoOnly collect events matching a time window: all, upcoming only, or past only.
startsAfterstring (date)NoOnly include events starting on or after this date.
startsBeforestring (date)NoOnly include events starting on or before this date.
detectRecurringSeriesbooleanNoFlag events that belong to the same recurring organizer and venue pairing.
maxEventsintegerNoMaximum number of events to collect in this run.
proxyConfigurationobjectNoProxy settings. Datacenter is used by default and works reliably; residential is available as a fallback.

๐Ÿ“Š Output

{
"eventId": "techno-brooklyn-open-air-rave",
"title": "Techno Brooklyn Open Air Rave",
"url": "https://posh.vip/e/techno-brooklyn-open-air-rave",
"startDateTime": "2026-08-29T20:00:00.000Z",
"endDateTime": "2026-08-30T08:00:00.000Z",
"timezone": "EDT",
"description": "Summer is almost over but before it ends we will host an open air rave like never seen before.",
"venueName": "Brooklyn Mirage",
"venueAddress": "140 Stewart Ave, Brooklyn, NY 11237",
"latitude": 40.6989,
"longitude": -73.9107,
"city": "Brooklyn",
"lowestPrice": 29.24,
"highestPrice": 89.0,
"currency": "USD",
"isFreeEvent": false,
"ticketTiers": [
{ "name": "Early bird", "price": 29.24 },
{ "name": "General admission", "price": 45.0 },
{ "name": "VIP", "price": 89.0 }
],
"guestlistEnabled": true,
"lineup": [{ "name": "CLTX" }, { "name": "Anxhela" }],
"isRecurring": true,
"seriesId": "techno-brooklyn-1__brooklyn-mirage",
"organizerName": "Techno Brooklyn",
"organizerHandle": "techno-brooklyn-1",
"organizerUrl": "https://posh.vip/g/techno-brooklyn-1",
"scrapedAt": "2026-08-27T04:03:04.726Z"
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

๐Ÿ“‹ Data table

FieldTypeDescription
titlestringEvent name.
urlstringLink to the event page.
startDateTime / endDateTimestringEvent start and end time in ISO format.
venueName / venueAddress / citystringWhere the event is held.
latitude / longitudenumberVenue coordinates, when Posh.vip provides them.
lowestPrice / highestPrice / currencynumber / stringCheapest and most expensive listed ticket price, and the currency.
isFreeEventbooleanWhether the event has no charge to attend.
ticketTiersarrayEvery ticket tier with its name and price.
guestlistEnabledbooleanWhether the event offers free guestlist entry.
descriptionstringFull event description.
lineuparrayPerformers or artists listed for the event.
isRecurring / seriesIdboolean / stringWhether this event belongs to a detected recurring series, and its shared ID.
organizerName / organizerHandle / organizerUrlstringThe promoter's display name, profile handle, and Posh.vip profile link.

๐Ÿ’ฐ Pricing

This Actor is pay per result. You only pay for the events you actually collect, an empty run costs nothing, and there's no subscription to manage.

โญ Enjoying Posh.vip Scraper?

โญ โญ โญ โญ โญ
Getting clean event and ticket data without the blocks?
A 5-star rating takes 10 seconds and helps other nightlife marketers and analysts find it. Your feedback also tells us what to build next.
โ˜…ย ย Rate this Actor on Apify

๐Ÿ’ก Tips

Use startsAfter and startsBefore together for an exact date range instead of the looser when presets. Turn on detectRecurringSeries (on by default) to group weekly and monthly residencies under a shared seriesId instead of tracking each one as a new event.

โ“ FAQ

Does this work if Posh.vip blocks my own scraping attempts? Yes. Posh.vip runs bot protection that blocks most direct requests, and this Actor is built to get past it reliably. Use the default proxy settings for the best results.

Why do some events have no lineup or ticket tiers? Not every event lists a lineup or public pricing. This Actor never fills in placeholder data. If a field is missing, it's because Posh.vip didn't publish it for that event.

Can I get an organizer's email or payment details? No. Posh.vip doesn't publicly expose organizer emails or payment account details, so no Posh scraper, including this one, can collect them. You do get the organizer's display name, handle, and profile link with every event.

How do I track a recurring event series? Leave detectRecurringSeries enabled (the default). Events sharing the same organizer and venue across your run get grouped under a shared seriesId so you can filter or chart them together.

๐Ÿ”— Other actors