Dice.fm Events Scraper ๐ต
Pricing
Pay per usage
Dice.fm Events Scraper ๐ต
Scrape live DJ & music events from Dice.fm instantly. Extract artist names, venues, dates, ticket prices, event details & booking links. Perfect for event aggregators, music discovery apps, tour tracking, venue analytics & electronic music market research.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Shahid Irfan
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
What does Dice.fm Events Scraper do?
Dice.fm Events Scraper collects structured event listings from public Dice.fm pages. Provide a Dice.fm browse, event, artist, or venue URL to extract event names, dates, venues, artists, categories, prices, ticket types, descriptions, and direct event URLs.
Use the resulting dataset for event discovery, market research, venue monitoring, ticket price analysis, newsletters, event calendars, and other applications that need current live-event data.
Why use Dice.fm Events Scraper?
- Collect event data by URL - Start with a city browse page, category page, artist page, venue page, or individual event page.
- Build event databases - Save structured records for concerts, DJ events, gigs, parties, comedy, sports, theatre, and art events.
- Monitor prices and availability - Capture starting prices, currencies, ticket tiers, and ticket status when Dice.fm publishes them.
- Cover more results automatically - Set a result limit and page limit for larger city or category collections.
- Support recurring workflows - Export datasets, connect webhooks, or schedule repeat runs through Apify.
- Keep records clean - Fields without source data are omitted instead of being saved as empty values.
What data can you extract from Dice.fm?
| Field | Type | Description |
|---|---|---|
event_name | String | Event title. |
status | String | Ticket or event status, such as on-sale or sold-out. |
date | String | Event start date in YYYY-MM-DD format. |
date_end | String | Event end date in YYYY-MM-DD format when available. |
venue_name | String | Venue name. |
venue_address | String | Full venue address when available. |
city | String | Event city. |
country | String | Event country. |
price_from | String | Starting ticket price with currency symbol. |
currency | String | Currency code, such as USD, GBP, EUR, or AUD. |
artists | Array | Names of performing artists listed for the event. |
presented_by | String | Promoter or organizer name. |
category | String | Dice.fm category or categories. |
image_url | String | Event image URL. |
event_url | String | Direct Dice.fm event page URL. |
ticket_types | Array | Ticket names, prices, and status values when available. |
max_tickets | Number | Maximum tickets allowed per order when published. |
description | String | Event description text. |
How to use Dice.fm Events Scraper
- Open the Actor in Apify Console.
- Paste a public Dice.fm URL into
url. - Set
results_wantedandmax_pagesto control collection size. - Enable Apify Proxy in
proxyConfigurationfor larger or repeated runs if needed. - Start the run and review the dataset preview.
- Download the results or connect the dataset to another workflow.
Browse, artist, and venue pages can return multiple events. An individual event URL returns one detailed event record.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | String | No | New York Dice.fm browse page | Public Dice.fm browse, event, artist, or venue URL. If omitted, the Actor uses a New York browse page. |
results_wanted | Integer | No | 20 | Maximum number of event records to save. Values below 1 are adjusted to 1. |
max_pages | Integer | No | 10 | Maximum number of result pages to process for browse, artist, or venue pages. |
proxyConfiguration | Object | No | Not enabled | Apify Proxy settings. Use useApifyProxy: true for larger or repeated collections. |
Usage Examples
Collect City Events
Collect upcoming events from a Dice.fm city page:
{"url": "https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59","results_wanted": 50,"max_pages": 5}
Filter by Category
Use a Dice.fm category URL to collect a focused set of events, such as DJ events in London:
{"url": "https://dice.fm/browse/london-54d8a23438fe5d27d500001c/music/dj","results_wanted": 30,"max_pages": 3}
Extract One Event
Provide an event URL when you need the full record for a specific event:
{"url": "https://dice.fm/event/6dadr3-unreal-x-rush-12th-sep-knockdown-center-new-york-tickets","results_wanted": 1}
Run a Larger Collection with Proxy
Enable an Apify residential proxy for a larger city collection or frequent scheduled runs:
{"url": "https://dice.fm/browse/london-54d8a23438fe5d27d500001c","results_wanted": 200,"max_pages": 20,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Sample Output
The Actor omits fields that are not available on the source page. A typical event record can look like this:
{"event_name": "ANOTR at Ally Pally","status": "on-sale","date": "2026-09-17","date_end": "2026-09-17","venue_name": "Alexandra Palace","venue_address": "Alexandra Palace, Alexandra Palace Way, London N22 7AY","city": "London","country": "United Kingdom","price_from": "ยฃ42.04","currency": "GBP","artists": ["ANOTR"],"presented_by": "Presented by Labyrinth.","category": "DJ","image_url": "https://dice-media.imgix.net/attachments/2026-06-04/40c54c68.jpg","event_url": "https://dice.fm/event/2wyym6-anotr-at-ally-pally-17th-sep-alexandra-palace-london-tickets","ticket_types": [{"name": "General Admission","price": "ยฃ42.04","status": "on-sale"}],"max_tickets": 6,"description": "ANOTR head to the iconic Alexandra Palace for their biggest UK headline dates..."}
Tips for Best Results
- Use complete Dice.fm URLs - Copy the full URL from the browse, event, artist, or venue page.
- Start with a small limit - Test with 10-20 results before increasing the collection size.
- Use category pages for focused datasets - Dice.fm browse URLs can include categories such as music, DJ, gig, party, comedy, sport, and theatre.
- Set a practical page limit - Increase
max_pageswhen a city has more events, but keep it aligned with the required dataset size. - Use proxy settings for larger runs - Apify Proxy can help with consistency during high-volume or recurring collection.
- Check source availability - Missing prices, descriptions, artist names, or ticket tiers usually mean Dice.fm did not publish that field for the event.
Integrations and Export Formats
- Google Sheets - Export event records for planning, reporting, or calendar preparation.
- Airtable - Create a searchable event database with venue, date, category, and price fields.
- Webhooks - Send completed run notifications and dataset information to your systems.
- Make or Zapier - Trigger downstream workflows when a run finishes.
- Apify API - Start runs and retrieve dataset items programmatically.
- JSON, CSV, Excel, and XML - Download the dataset in formats suited to applications, spreadsheets, and reporting.
Frequently Asked Questions
How many events can I collect?
You can collect up to the results_wanted limit, subject to the number of events available on the supplied Dice.fm page and the max_pages limit.
Which Dice.fm pages are supported?
Browse pages, category pages, event pages, artist pages, and venue pages are supported. An event page returns one event, while list pages can return multiple events.
Can I collect ticket prices and ticket types?
Yes. The dataset includes price_from, currency, and ticket_types when Dice.fm publishes pricing and ticket information.
Does the Actor support different currencies?
Yes. The Actor preserves the currency code and formats common currencies such as USD, GBP, EUR, AUD, and CAD with their symbols.
Can I run this Actor on a schedule?
Yes. Create an Apify Schedule to run it hourly, daily, weekly, or at another interval for event and price monitoring.
What should I do if fields are missing?
Review several records and confirm the source page contains the missing information. The Actor omits unavailable values, so an empty field does not necessarily indicate a failed run.
Can I export Dice.fm event data to CSV or Excel?
Yes. Apify dataset results can be downloaded as CSV, Excel, JSON, XML, and other supported formats.
Is it legal to collect Dice.fm data?
You are responsible for complying with applicable laws, Dice.fm terms, privacy requirements, and any restrictions on how collected data is used. Collect and use public data responsibly.
Related Actors
- Meetup Events Scraper - Collect event, venue, organizer, attendance, and pricing data from Meetup.com.
- Eventbrite Scraper - Extract Eventbrite event listings, dates, locations, categories, prices, and ticket URLs.
- Ticketmaster Event Scraper - Collect live concert, sports, and theatre event details with venue and ticket information.
- Feverup Event Scraper - Gather Fever event listings, dates, venues, and details for event discovery workflows.
Support
For issues, missing fields, or feature requests, use the Issues tab on the Actor page or contact the developer through Apify.
Legal Notice
This Actor is intended for legitimate collection of publicly available event information. Users are responsible for respecting Dice.fm terms, applicable laws, privacy requirements, and rate limits. Dice.fm is a trademark of Dice.fm Ltd. This Actor is not affiliated with or endorsed by Dice.fm.