Dice Fm avatar

Dice Fm

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Dice Fm

Dice Fm

Scrapes event data from Dice.fm- concerts, festivals, DJ events, and live shows.

Pricing

from $4.00 / 1,000 results

Rating

3.0

(1)

Developer

Hypebridge

Hypebridge

Maintained by Community

Actor stats

0

Bookmarked

28

Total users

6

Monthly active users

16 days ago

Last modified

Share

Dice.fm Event Scraper

Scrapes event data from Dice.fm - concerts, festivals, DJ events, and live shows.

Features

  • Event Detail Scraping: Get comprehensive event details including full description, lineup, organizer details, and ticket info
  • Multiple URL Types: Supports event details pages, browse pages, event details pages, promoter profiles, venue profiles, and artist profiles
  • Flexible Browse URLs: Works with city-ID format (/browse/new_york-{id}) and lat/lng format (/browse/Austin:32.7767:-96.7970)
  • Pay-Per-Event Pricing: Optional detailed scraping with pay-per-event charging

Supported URL Types

TypeURL PatternExample
Event/event/{perm_name}dice.fm/event/dk6r9e-event-name-tickets
Browse (city-id)/browse/{city}-{id}dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59
Browse (lat/lng)/browse/{City}:{lat}:{lng}dice.fm/browse/Austin:32.7767:-96.7970
Promoter/promoters/{slug}dice.fm/promoters/gray-area-lxbp
Venue/venue/{slug}dice.fm/venue/coba-bblro
Artist/artist/{slug}dice.fm/artist/crossbow-w8kkg

Input

ParameterTypeDefaultDescription
startUrlsarray(required)Dice.fm URLs to scrape - any supported URL type
maxEventsnumber100Maximum events to scrape (0 = unlimited)
scrapeEventDetailsbooleantrueFetch full event details (additional charges apply)
includeTicketTypesbooleantrueFetch every ticket tier per event (one extra API request each)

Example Input

{
"startUrls": [
{ "url": "https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59" },
{ "url": "https://dice.fm/browse/Austin:32.7767:-96.7970" },
{ "url": "https://dice.fm/promoters/gray-area-lxbp" },
{ "url": "https://dice.fm/venue/coba-bblro" },
{ "url": "https://dice.fm/artist/crossbow-w8kkg" }
],
"maxEvents": 50,
"scrapeEventDetails": true,
"includeTicketTypes": true
}

Output

Each event includes:

  • Basic Info: eventId, eventTitle, eventUrl, description, coverUrl, imageUrls (portrait/landscape/square)
  • Date/Time: startDateTime, endDateTime, timezone, announcementDate, preSaleStartDate
  • Location: venueName, venueAddress, city, stateCode, country, countryCode, coordinates
  • Pricing: lowestPrice, currency
  • Status: status, secondaryStatus, eventFlags (e.g. selling_fast)
  • Purchase Rules: maxTickets, hasMultipleTicketTypes, isTicketAvailableAtDoor
  • Organizer: organizerId, organizerName, organizerLogo, organizerPermName, presentedBy
  • Tags: Event type tags

stateCode is derived from the venue address and is only available for US events; non-US events report null with countryCode set.

When scrapeEventDetails is enabled, additional fields include:

  • Full Description: fullDescription, ageLimit
  • Lineup: performers array, plus a detailed lineup with artist slug, artist page URL and per-artist set time
  • Schedule: timed running-order segments when the promoter publishes them instead of named artists
  • Ticket Tiers: ticketTypes - per-tier name, price, sales tax, release name and availability (requires includeTicketTypes)
  • Venue Details: highlights, accessibility, imageUrl, spaceName, permName
  • Media: song preview info
  • Social Links: sharing links
  • Additional Organizers: marketeers/promoters
  • FAQs & Refunds: faqs, publicRefundPolicy
  • Dates: doorsOpenDate, doorsCloseDate, saleStartDate, saleEndDate

Sample Output

Event (Basic Mode) - scrapeEventDetails: false

{
"eventId": "6a7b25c1297cb0000100870a",
"eventUrl": "https://dice.fm/event/k659nl-heatwav-stop-4-stl-detroit-usa-tour-2nd-oct-venue-tba-st-louis-st-louis-tickets",
"eventTitle": "heatWAV. (Stop 4: STL) Detroit →USA tour",
"description": "heatWAV. USA TOUR 2026 🌊🔥\n\n📍 STL\n\n📅 October 2nd\n\n⏰ TBA\n\n🏠 TBA\n\nCome see tom...",
"coverUrl": "https://dice-media.imgix.net/attachments/2026-08-11/87fd3abc-fdf8-4cd1-b7bb-4542ea16fcc9.jpg?rect=216%2C0%2C1188%2C2160",
"startDateTime": "2026-10-02T20:00:00-05:00",
"endDateTime": "2026-10-03T00:00:00-05:00",
"timezone": "America/Chicago",
"venueName": "Venue TBA ST. Louis",
"venueAddress": "St. Louis, Missouri 63111, United States",
"city": "St. Louis",
"stateCode": "MO",
"country": "United States of America",
"countryCode": "US",
"coordinates": {
"latitude": 38.557957,
"longitude": -90.251008
},
"lowestPrice": 0,
"currency": "USD",
"status": "on-sale",
"secondaryStatus": null,
"eventFlags": [],
"organizerId": "156626",
"organizerName": "Nonstop",
"organizerLogo": null,
"organizerPermName": "nonstop-b56gv",
"presentedBy": "Presented by Nonstop & DèCamp WRL",
"maxTickets": 6,
"hasMultipleTicketTypes": true,
"isTicketAvailableAtDoor": false,
"announcementDate": "2026-08-11T08:00:00-05:00",
"preSaleStartDate": null,
"imageUrls": {
"portrait": "https://dice-media.imgix.net/attachments/2026-08-11/87fd3abc-fdf8-4cd1-b7bb-4542ea16fcc9.jpg?rect=216%2C0%2C1188%2C2160",
"landscape": "https://dice-media.imgix.net/attachments/2026-08-11/87fd3abc-fdf8-4cd1-b7bb-4542ea16fcc9.jpg?rect=0%2C594%2C1620%2C972",
"square": "https://dice-media.imgix.net/attachments/2026-08-11/87fd3abc-fdf8-4cd1-b7bb-4542ea16fcc9.jpg?rect=0%2C46%2C1620%2C1620"
},
"tags": [
{
"name": "gig",
"value": "music:gig",
"title": "Gigs"
}
],
"source": "dice_fm",
"scrapedAt": "2026-08-22T16:20:00.000Z"
}

Event (Detailed Mode) - scrapeEventDetails: true

{
"eventId": "6a468a16add1950001c92fb8",
"eventUrl": "https://dice.fm/event/k6lk7q-a-z-loco-dice-seth-troxler-22nd-aug-club-space-miami-miami-tickets",
"eventTitle": "(A-Z) Loco Dice & Seth Troxler",
"description": "Additional Tickets will be Available at the Door.\n\nSaturday night into Sunday afternoon on...",
"coverUrl": "https://dice-media.imgix.net/attachments/2026-07-09/440316dc-7002-40c9-9475-aa9707b29e15.jpg?rect=243%2C0%2C594%2C1080",
"startDateTime": "2026-08-22T23:00:00-04:00",
"endDateTime": "2026-08-23T14:00:00-04:00",
"timezone": "America/New_York",
"venueName": "Club Space Miami",
"venueAddress": "34 NE 11th St, Miami, FL 33132, USA",
"city": "Miami",
"stateCode": "FL",
"country": "United States of America",
"countryCode": "US",
"coordinates": {
"latitude": 25.7846546,
"longitude": -80.1931826
},
"lowestPrice": 3000,
"currency": "USD",
"status": "on-sale",
"secondaryStatus": null,
"eventFlags": [],
"organizerId": "9231",
"organizerName": "Club Space",
"organizerLogo": null,
"organizerPermName": "club-space-7m3p",
"presentedBy": "Presented by Club Space.",
"maxTickets": 2,
"hasMultipleTicketTypes": true,
"isTicketAvailableAtDoor": false,
"announcementDate": "2026-07-02T14:00:00-04:00",
"preSaleStartDate": null,
"imageUrls": {
"portrait": "https://dice-media.imgix.net/attachments/2026-07-09/440316dc-7002-40c9-9475-aa9707b29e15.jpg?rect=243%2C0%2C594%2C1080",
"landscape": "https://dice-media.imgix.net/attachments/2026-07-09/440316dc-7002-40c9-9475-aa9707b29e15.jpg?rect=0%2C216%2C1080%2C648",
"square": "https://dice-media.imgix.net/attachments/2026-07-09/440316dc-7002-40c9-9475-aa9707b29e15.jpg?rect=0%2C0%2C1080%2C1080"
},
"tags": [
{
"name": "dj",
"value": "music:dj",
"title": "DJ"
}
],
"source": "dice_fm",
"scrapedAt": "2026-08-22T16:20:00.000Z",
"fullDescription": "Additional Tickets will be Available at the Door.\n\nSaturday night into Sunday afternoon on...",
"ageLimit": "21+",
"performers": [
"Loco Dice",
"Seth Troxler",
"Mai iachetti",
"Danyelino"
],
"lineup": [
{
"id": "2062",
"name": "Loco Dice",
"image": "https://dice-media.imgix.net/attachments/2022-01-26/c93b84bf-9cd7-4f53-b90f-4799bc7ade23.jpg?rect=0%2C1%2C639%2C639",
"slug": "loco-dice-2rea",
"permName": "loco-dice-2rea",
"artistUrl": "https://dice.fm/artist/loco-dice-2rea",
"performingTime": null
},
{
"id": "188",
"name": "Seth Troxler",
"image": "https://dice-media.imgix.net/attachments/2020-05-19/a820f9a4-2180-4678-b194-719a65e6aff1.jpg?rect=0%2C0%2C1092%2C1092",
"slug": "seth-troxler-jy9x",
"permName": "seth-troxler-jy9x",
"artistUrl": "https://dice.fm/artist/seth-troxler-jy9x",
"performingTime": null
},
{
"id": "104003",
"name": "Mai iachetti",
"image": "https://dice-media.imgix.net/attachments/2024-06-28/9393a1fc-1958-401d-80fc-a90adc281de2.jpg?rect=0%2C0%2C600%2C600",
"slug": "mai-iachetti-llngr",
"permName": "mai-iachetti-llngr",
"artistUrl": "https://dice.fm/artist/mai-iachetti-llngr",
"performingTime": null
},
{
"id": "53494",
"name": "Danyelino",
"image": "https://dice-media.imgix.net/attachments/2022-06-21/985b1b10-0ef4-4651-88f0-bbd9aa29e118.jpg?rect=400%2C0%2C1600%2C1600",
"slug": "danyelino-ve22l",
"permName": "danyelino-ve22l",
"artistUrl": "https://dice.fm/artist/danyelino-ve22l",
"performingTime": null
}
],
"schedule": [],
"venue": {
"id": "7635",
"name": "Club Space Miami",
"address": "34 NE 11th St, Miami, FL 33132, USA",
"city": "Miami",
"coordinates": {
"latitude": 25.7846546,
"longitude": -80.1931826
},
"highlights": [],
"accessibility": null,
"imageUrl": "https://dice-media.imgix.net/attachments/2022-07-13/eab611f0-0fe7-43d7-bf90-55f83ce68003.jpg?rect=0%2C0%2C471%2C471",
"spaceName": null,
"permName": "club-space-miami-wlav"
},
"song": null,
"socialLinks": {
"event_share": "https://link.dice.fm/K8ccf5350c0a?dice_id=K8ccf5350c0a",
"post_competition_referral": "https://link.dice.fm/q35f0b584f72?dice_id=q35f0b584f72",
"post_purchase_extras_available_referral": "https://link.dice.fm/Ka9cbd7de23d?dice_id=Ka9cbd7de23d",
"post_purchase_referral": "https://link.dice.fm/H024de7a61ef?dice_id=H024de7a61ef",
"post_reminder_referral": "https://link.dice.fm/Q5c265282338?dice_id=Q5c265282338",
"post_waitinglist_referral": "https://link.dice.fm/e8f006653db3?dice_id=e8f006653db3"
},
"additionalOrganizers": [
{
"id": 566,
"name": "Club Space"
}
],
"doorsOpenDate": "2026-08-22T23:00:00-04:00",
"doorsCloseDate": null,
"saleStartDate": "2026-07-02T15:00:00-04:00",
"saleEndDate": "2026-08-23T07:00:00-04:00",
"eventType": "live_only",
"isMultiDayEvent": false,
"ticketTypes": [
{
"id": 1331714,
"name": "GA (Entry ANYTIME)",
"status": "sold-out",
"secondaryStatus": "waiting-list",
"isHighlighted": false,
"iconType": "standing",
"price": 10221,
"salesTax": 669,
"currency": "USD",
"tierIndex": 3,
"tierName": "4th Release",
"description": null,
"maxPerOrder": 2,
"saleStartDate": "2026-08-22T23:00:00-04:00",
"saleEndDate": null
},
{
"id": 1331712,
"name": "GA (Entry BEFORE 1AM)",
"status": "on-sale",
"secondaryStatus": null,
"isHighlighted": false,
"iconType": "standing",
"price": 6000,
"salesTax": 392,
"currency": "USD",
"tierIndex": 2,
"tierName": "3rd Release",
"description": null,
"maxPerOrder": 2,
"saleStartDate": "2026-08-22T23:00:00-04:00",
"saleEndDate": null
},
{
"id": 1331713,
"name": "GA (Entry BEFORE 3AM)",
"status": "sold-out",
"secondaryStatus": "waiting-list",
"isHighlighted": false,
"iconType": "standing",
"price": 7220,
"salesTax": 472,
"currency": "USD",
"tierIndex": 2,
"tierName": "3rd Release",
"description": null,
"maxPerOrder": 2,
"saleStartDate": "2026-08-22T23:00:00-04:00",
"saleEndDate": null
}
],
"faqs": [
{
"title": "When do events end?",
"body": "Closing time varies per event. Every event may end later or before the..."
}
],
"publicRefundPolicy": null
}