Shotgun Live
Pricing
from $125.00 / 1,000 results
Go to Apify Store

Shotgun Live
Scrape event data from Shotgun.live - the platform for electronic music events, nightlife, concerts, and party events worldwide.
Pricing
from $125.00 / 1,000 results
Rating
0.0
(0)
Developer
Hypebridge
Maintained by CommunityActor stats
3
Bookmarked
46
Total users
5
Monthly active users
4 days ago
Last modified
Categories
Share
Shotgun.live Event Scraper
Scrape event data from Shotgun.live.
Features
- Scrape events from city, venue, or event pages
- Get detailed event information including venue, date, lineup, and ticket info
- Pay-per-event charging for detailed scraping
Input
| Field | Type | Description | Default |
|---|---|---|---|
startUrls | array | Required. City, venue, or event URLs to scrape | - |
scrapeEventDetails | boolean | Navigate to each event page for full details (additional charges apply) | false |
maxEvents | integer | Maximum events to scrape across all start URLs (1–500) | 30 |
proxyCountryCode | string | Residential proxy country code; change only if the default is blocked | US |
Supported URLs
- City:
https://shotgun.live/{lang}/cities/{slug} - Filtered city:
https://shotgun.live/{lang}/cities/{slug}/{genre} - Date-bounded city:
https://shotgun.live/{lang}/cities/{slug}/{genre-or--}/{YYYY-MM-DD} - Venue:
https://shotgun.live/{lang}/venues/{slug} - Event:
https://shotgun.live/{lang}/events/{slug}
Supported genre slugs include afro, dance, hard-music, hip-hop, house, industrial, latino-brazilian, metal, pop, rock, techno, trance, and uk.
Examples
Scrape events from a city
{"startUrls": [{ "url": "https://shotgun.live/en/cities/new-york/techno" }],"scrapeEventDetails": false,"maxEvents": 10}
Scrape events from a venue
{"startUrls": [{ "url": "https://shotgun.live/en/venues/closed-sessions" }],"scrapeEventDetails": true,"maxEvents": 5}
Scrape specific events
{"startUrls": [{ "url": "https://shotgun.live/en/events/example-event" }],"scrapeEventDetails": true,"maxEvents": 1}
Output
Basic Event
{"eventId": "event-slug","eventUrl": "https://shotgun.live/en/events/event-slug","eventSlug": "event-slug","title": "Event Title","city": "Paris","citySlug": "paris","venue": "Club Name","venueSlug": "club-name","scrapedAt": "2026-01-07T12:00:00.000Z","source": "shotgun_live"}
Detailed Event
{"eventId": "event-slug","eventUrl": "https://shotgun.live/en/events/event-slug","eventSlug": "event-slug","title": "Event Title","city": "Paris","citySlug": "paris","venue": "Club Name","venueSlug": "club-name","description": "Event description...","startDate": "2026-09-12T21:00:00.000Z","endDate": "2026-09-13T09:00:00.000Z","doorTime": "2026-09-12T21:00:00.000Z","venueAddress": "123 Example Street, Paris, France","imageUrl": "https://res.cloudinary.com/shotgun/...","ticketUrl": "https://shotgun.live/en/events/event-slug","genres": ["Techno", "House"],"lineup": ["Artist 1", "Artist 2"],"price": "$25","priceAmount": 25,"priceCurrency": "USD","isSoldOut": false,"country": "France","scrapedAt": "2026-01-07T12:00:00.000Z","source": "shotgun_live"}
Pricing and limits
- Each dataset result is charged according to the current Actor pricing shown in Apify Console.
- Detailed scraping adds a detail charge for every event page visited.
- Use
maxEventsto control both result volume and spend. Published examples use small explicit limits.