EventUp Venue Scraper (Everything Included)
Pricing
from $3.90 / 1,000 venues
EventUp Venue Scraper (Everything Included)
Scrape event venue data from EventUp.com (tripleseat venue marketplace) by city. Returns names, emails, phones, addresses, pricing, capacity, amenities, photos, reviews, and profile URLs.
Pricing
from $3.90 / 1,000 venues
Rating
0.0
(0)
Developer
Dionysus
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
EventUp Venue Scraper
(scrapes EventUp city listings and full venue profiles)
Examples:
- https://eventup.com/venues/denver-co/
- https://eventup.com/venues/new-york-ny/
- https://eventup.com/search/?capacity_type=seated&radius=50&search=arizona&seed=32
Extract EventUp venue data to JSON, CSV, Excel, or API output for lead lists, research, CRM enrichment, and event planning.
What you get
- name - venue business name
- slug - venue slug
- profileUrl - venue profile page
- sourceListingUrl - city or search URL where the venue was found
- city, state, postalCode, country - location fields
- formattedAddress - full address string
- latitude, longitude - geo coordinates
- phone - venue phone number when available
- websiteUrl - venue website
- websiteSource - how the website was found (
profileorsearch) - email - email found on the venue website when available
- emailSource - page where the email was found
- venueTypes - venue type tags
- eventTypes - supported event types
- amenities - amenity list
- tagline - short venue tagline
- description - full venue description
- minPrice, maxPrice, displayPrice - pricing data when available
- seatedCapacity, standingCapacity - capacity figures
- squareFootage - square footage when available
- rooms - individual room data when available
- photoCount - number of venue photos
- photoUrls - photo URL list
- reviews - guest reviews when available
- faqs - frequently asked questions when available
- awards - venue awards when available
- extractedAt - scrape timestamp
Example input
{"startUrls": ["https://eventup.com/venues/denver-co/"],"maxResultsPerListing": 50}
Example output
{"id": 12345,"slug": "the-oxford-hotel","name": "The Oxford Hotel","profileUrl": "https://eventup.com/venue/the-oxford-hotel/","sourceListingUrl": "https://eventup.com/venues/denver-co/","city": "Denver","state": "CO","postalCode": "80202","country": "US","formattedAddress": "1600 17th St, Denver, CO 80202","latitude": 39.7484,"longitude": -104.9998,"phone": "+13032282088","websiteUrl": "https://www.theoxfordhotel.com/","websiteSource": "profile","email": "events@theoxfordhotel.com","emailSource": "homepage","venueTypes": ["Hotel"],"eventTypes": ["Wedding", "Corporate", "Birthday"],"amenities": ["AV Equipment", "Catering", "Parking"],"tagline": "Historic boutique hotel in downtown Denver.","description": "Built in 1891, The Oxford Hotel offers timeless elegance...","minPrice": 2500,"maxPrice": 15000,"displayPrice": "$2,500 - $15,000","seatedCapacity": 200,"standingCapacity": 350,"photoCount": 24,"photoUrls": ["https://eventup.com/..."],"reviews": [{ "author": "Jane D.", "text": "Stunning venue..." }],"extractedAt": "2026-05-31T12:00:00.000Z"}
Input fields
| Field | Type | Notes |
|---|---|---|
startUrls | array required | One or more EventUp city, search, or filtered search URLs |
maxResultsPerListing | integer | Max venues per listing URL. 0 = no cap |
Key features
- Scrapes city listing pages and full venue profiles
- Works with city URLs (
/venues/<city>/), filtered search URLs (/search/?...), and direct API URLs - Automatically paginates through all listing pages
- Preserves all search filters — capacity, event type, amenities, dollar signs, sort order, and more
- Enriches missing websites via search fallback when profile data is absent
- Extracts email from venue website homepage and contact pages
- Deduplicates venues by slug
- Resumes interrupted runs from saved state
Typical use cases
- Building venue lead lists by city or filter
- Market research across event venue markets
- CRM enrichment with venue contact and capacity data
- Competitive analysis of pricing, reviews, and amenities
- Event planning — shortlist venues by capacity, type, and location
Quick start
- Paste one or more EventUp city or search URLs into
startUrls - Set
maxResultsPerListingif you want a cap per URL - Run the Actor
- Download the dataset as JSON, CSV, Excel, or use it through API
FAQ
Does this Actor scrape only listing cards?
No. It opens each venue profile and extracts the full embedded venue data.
Can I use filtered search URLs?
Yes. Filters like capacity, event type, and amenities are preserved through pagination.
Will every venue have phone, website, email, pricing, and capacity?
No. Some profiles do not publish every field.
What kind of URLs should I use?
Use EventUp city listing URLs like https://eventup.com/venues/<city-state>/ or filtered search URLs from the EventUp search page.
How can you contact me?
southdionysus@gmail.com or open an issue on Apify interface.