Dice.fm Scraper avatar

Dice.fm Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Dice.fm Scraper

Dice.fm Scraper

Fetch events from Dice.fm by city, artist, venue, genre, or date range. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

2 days ago

Last modified

Categories

Share

No API key. No account. Search events by city, artist, venue, or genre — get clean JSON back.

Fetches event data from Dice.fm: dates, venues, lineups, ticket types, pricing, images, and genre tags.

Why this scraper?

  • No Dice.fm account or API key required
  • Five query modes — browse by location/genre, search by name, look up an artist's tour dates, pull a venue's schedule, or get the full venue directory
  • Rich event data — 47 fields per event including ticket pricing, lineup with set times, multiple image formats, age limits, and sold-out status
  • Composable filters — combine city, country, date range, genre, status, and sort in any order

What you can fetch

  • Browse events — filter by city, country, date range, genre tag, sold-out status, and more
  • Search events — full-text search across event names
  • Artist tour dates — all upcoming shows for a specific performer
  • Venue schedule — all events at a specific venue
  • Venue directory — ~4,000 venues worldwide with names, coordinates, and IDs

Usage

Choose a queryType and provide the appropriate inputs.

Browse events in a city

{ "queryType": "browse", "city": "london", "status": "active" }

Browse events in a date range

{ "queryType": "browse", "country": "US", "dateFrom": "2026-04-01", "dateTo": "2026-04-30", "sort": "date" }

Search events by name

{ "queryType": "search", "q": "jazz festival" }

Get all upcoming shows for an artist

{ "queryType": "artist", "performer": "LCD Soundsystem" }

Get all events at a venue

{ "queryType": "venue", "venueId": "14718" }

Get the full venue directory (to find venue IDs)

{ "queryType": "venues" }

Input fields

FieldTypeDescription
queryTypeselectbrowse (default), search, artist, venue, or venues
qstringText to search. Required for queryType=search
performerstringArtist/performer name (e.g. Bicep). Required for queryType=artist
venueIdstringNumeric Dice.fm venue ID. Required for queryType=venue. Use queryType=venues to find IDs
citystringFilter by city name or slug (e.g. london, new-york, berlin)
countrystringFilter by country code (e.g. US, GB, DE)
dateFromstringStart of date range in YYYY-MM-DD format
dateTostringEnd of date range in YYYY-MM-DD format
statusselectactive, cancelled, or empty for any
soldOutbooleanSet to false to return only events with tickets available
genreTagstringFilter by genre tag (e.g. music:electronic, music:hiphop, culture:foodanddrink)
sortselectdate (oldest first) or -date (newest first)
pageintegerPage number for pagination (default 1)
pageSizeintegerResults per page (default 50, max 50)

Output

Each run pushes one item per event (or venue) to the dataset.

Event item

FieldDescription
idDice.fm event ID
nameEvent name
dateStart date/time (ISO 8601, UTC)
date_endEnd date/time — set for multi-day events
timezoneIANA timezone (e.g. Europe/London)
statusactive or cancelled
sold_outWhether the event is sold out
venueVenue name
venuesArray of venue objects with ID, name, city, and Dice.fm URL
locationObject with street, city, state, zip, country, lat, lng
citiesArray of city objects with code, name, and country
descriptionFull event description
age_limitAge restriction text (e.g. 18+)
presented_byPresenter/organizer
artistsArray of artist objects on the bill
lineupArray of lineup entries with set times
ticket_typesArray of ticket types with face value, fees, and total price
priceBase ticket price (null if free or variable)
currencyCurrency code (e.g. USD, GBP)
genre_tagsGenre tags (e.g. music:electronic)
type_tagsEvent type tags (e.g. culture:music)
event_imagesObject with landscape, portrait, square, and brand image URLs
urlDice.fm event link
flagsFeature flags (e.g. qr-code, going_ahead, cancelled)

Venue item (queryType=venues)

FieldDescription
venue_idNumeric Dice.fm venue ID
nameVenue name
bundle_urlDice.fm venue slug
location.full_addressFull street address
location.city.nameCity name
location.countryCountry
location.lat / location.longCoordinates
location.timezoneIANA timezone

Use cases

  • Concert discovery apps — query events by city and genre to power location-aware feeds
  • Artist tour tracking — monitor when artists add new dates or cancel shows
  • Venue calendars — pull the full schedule for a specific venue
  • Ticket monitoring — watch sold-out status and ticket availability
  • Event aggregation — combine Dice.fm with other scrapers for cross-platform coverage
  • Analytics — genre trends, city event density, promoter activity

This scraper is not affiliated with Dice.fm. Please use responsibly and in accordance with Dice.fm's terms of service.