Electronic Music Events Scraper - EDM Concerts & Festivals avatar
Electronic Music Events Scraper - EDM Concerts & Festivals

Pricing

$10.00/month + usage

Go to Apify Store
Electronic Music Events Scraper - EDM Concerts & Festivals

Electronic Music Events Scraper - EDM Concerts & Festivals

Developed by

PayAI

PayAI

Maintained by Community

๐ŸŽต Discover electronic music events, EDM concerts, raves, and festivals across 15 major US cities. Extract comprehensive event data including artist lineups, venues, dates, ticket prices, and more. Perfect for event discovery apps, market analysis, and tracking your favorite DJs.

0.0 (0)

Pricing

$10.00/month + usage

0

1

1

Last modified

21 hours ago

EDMTrain Electronic Events Scraper

๐ŸŽต A powerful Apify actor that scrapes electronic music events from EDMTrain.com across major US cities.

Features

  • ๐Ÿ™๏ธ 15 Major Cities: New York, Los Angeles, Chicago, San Francisco, Miami, Las Vegas, Austin, Seattle, Denver, Atlanta, Boston, Detroit, Dallas, Philadelphia, Phoenix
  • ๐ŸŽง Comprehensive Event Data: Event titles, dates, venues, artist lineups, prices, images
  • ๐Ÿ“Š Customizable: Choose cities and number of events per city
  • ๐Ÿ”„ Smart Pagination: Automatically handles infinite scroll and pagination
  • ๐Ÿ’พ Structured Output: Clean JSON/CSV export ready for databases

What Gets Scraped

  • Event Title: Name of the electronic music event
  • Date & Time: When the event is happening
  • Venue: Location name and address
  • City & State: Geographic location
  • Artists/Lineup: DJs and performers
  • Ticket Price: Cost information
  • Event URL: Direct link to event details
  • Image: Event poster/flyer
  • Genre: Type of electronic music
  • Age Restriction: 18+, 21+, All Ages
  • Source: EDMTrain reference

Input Configuration

{
"eventsPerCity": 50,
"cities": ["Miami", "New York", "Los Angeles", "Las Vegas", "Chicago"],
"includeLineups": true,
"includePrices": true,
"debug": false
}

Parameters

  • eventsPerCity (number): Maximum events to scrape per city (1-200, default: 50)
  • cities (array): List of cities to scrape (default: top 10 cities)
  • includeLineups (boolean): Include detailed artist information (default: true)
  • includePrices (boolean): Include ticket pricing (default: true)
  • debug (boolean): Enable detailed logging (default: false)

Output Example

{
"title": "Deadmau5 at LIV Nightclub",
"date": "2025-08-30",
"venue": "LIV Nightclub",
"city": "Miami",
"state": "FL",
"artists": "Deadmau5",
"lineup": "Deadmau5, Special Guests",
"price": "$75-150",
"eventUrl": "https://edmtrain.com/fl/miami/event-12345",
"imageUrl": "https://edmtrain.com/images/event-12345.jpg",
"genre": "Progressive House",
"ageRestriction": "21+",
"category": "Electronic Music",
"source": "EDMTrain",
"scrapedAt": "2025-08-20T21:00:00.000Z"
}

Use Cases

  • ๐Ÿ“… Event Discovery Apps: Build apps that help users find electronic music events
  • ๐ŸŽซ Ticket Aggregators: Compare prices across different events
  • ๐Ÿ“Š Market Analysis: Analyze electronic music trends by city
  • ๐ŸŽต Artist Tracking: Follow specific DJs and their tour dates
  • ๐Ÿข Venue Analytics: Track which venues host the most events

Deployment

Local Testing

npm install
npm start

Deploy to Apify

apify login
apify push

Integration with Databases

The scraper outputs clean JSON that can be easily imported into:

  • Supabase: Direct upsert with event URLs as unique keys
  • MongoDB: Document-based storage for flexible queries
  • PostgreSQL: Structured relational database
  • Elasticsearch: Full-text search capabilities

API Usage

// Run via Apify API
const response = await fetch('https://api.apify.com/v2/acts/YOUR_USERNAME~edmtrain-scraper/runs', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_TOKEN'
},
body: JSON.stringify({
eventsPerCity: 50,
cities: ["Miami", "New York", "Las Vegas"]
})
});

Rate Limits & Costs

  • Free Tier: ~100-200 events per run
  • Paid Usage: ~$0.10-0.20 per 500 events
  • Recommended: Run daily for fresh event updates

Error Handling

The scraper includes:

  • Automatic retries on failed requests
  • Fallback selectors for different page layouts
  • Graceful handling of missing data
  • Detailed error logging in debug mode

Support

  • Issues: Report bugs via GitHub issues
  • Updates: Check for actor updates regularly
  • API Docs: https://docs.apify.com

License

MIT License - Free to use and modify


Built with โค๏ธ for the electronic music community