Dice.fm Events Scraper ๐ŸŽต avatar

Dice.fm Events Scraper ๐ŸŽต

Pricing

Pay per usage

Go to Apify Store
Dice.fm Events Scraper ๐ŸŽต

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

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

8 days ago

Last modified

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?

FieldTypeDescription
event_nameStringEvent title.
statusStringTicket or event status, such as on-sale or sold-out.
dateStringEvent start date in YYYY-MM-DD format.
date_endStringEvent end date in YYYY-MM-DD format when available.
venue_nameStringVenue name.
venue_addressStringFull venue address when available.
cityStringEvent city.
countryStringEvent country.
price_fromStringStarting ticket price with currency symbol.
currencyStringCurrency code, such as USD, GBP, EUR, or AUD.
artistsArrayNames of performing artists listed for the event.
presented_byStringPromoter or organizer name.
categoryStringDice.fm category or categories.
image_urlStringEvent image URL.
event_urlStringDirect Dice.fm event page URL.
ticket_typesArrayTicket names, prices, and status values when available.
max_ticketsNumberMaximum tickets allowed per order when published.
descriptionStringEvent description text.

How to use Dice.fm Events Scraper

  1. Open the Actor in Apify Console.
  2. Paste a public Dice.fm URL into url.
  3. Set results_wanted and max_pages to control collection size.
  4. Enable Apify Proxy in proxyConfiguration for larger or repeated runs if needed.
  5. Start the run and review the dataset preview.
  6. 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

ParameterTypeRequiredDefaultDescription
urlStringNoNew York Dice.fm browse pagePublic Dice.fm browse, event, artist, or venue URL. If omitted, the Actor uses a New York browse page.
results_wantedIntegerNo20Maximum number of event records to save. Values below 1 are adjusted to 1.
max_pagesIntegerNo10Maximum number of result pages to process for browse, artist, or venue pages.
proxyConfigurationObjectNoNot enabledApify 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_pages when 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.

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.

  • 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.

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.