# Dice.fm Scraper (`lexis-solutions/dice-fm`) Actor

Scrape event data from Dice.fm - including event names, dates, venues, artists, and ticket info. Ideal for event aggregation, trend analysis, and market research. Fast, structured, and customizable extraction from a leading live music ticketing platform.

- **URL**: https://apify.com/lexis-solutions/dice-fm.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** Developer tools, Automation, Other
- **Stats:** 48 total users, 4 monthly users, 99.8% runs succeeded, 3 bookmarks
- **User rating**: No ratings yet

## Pricing

$29.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

![banner](https://i.imgur.com/FIu7SxU.png)

## Dice.fm Event Scraper

Welcome to the Dice.fm Event Scraper, an Apify actor designed to help you collect event, concert, and show data from [Dice.fm](https://dice.fm). With this scraper, you can search and analyze events worldwide automatically and efficiently.

### Introduction

Dice.fm Event Scraper is a web scraping tool that enables you to extract event data from the Dice.fm platform. It is ideal for promoters, music industry researchers, concert fans, and anyone who wants to monitor or analyze music events at scale.

### Use Cases

- **Promoters** can monitor event trends and popular venues.
- **Researchers** can analyze event data, ticket prices, and concert locations.
- **Event Finder** can discover the latest events in their favorite cities.
- **Media & Bloggers** can collect event data for content or articles.

### Input

To use this actor, provide one of these entry points:

- `query` for search-based runs
- `startUrls` for direct Dice.fm URLs

Available input fields:

- **startUrls** (array, optional): List of Dice.fm URLs to start scraping from. Supported URLs include event, venue, artist, promoter, and browse pages for city, category, or genre.
- **maxItems** (integer, required): Maximum number of items to extract. Default: `10`
- **proxyConfiguration** (object, required): Your Apify proxy configuration. Default: `{ "useApifyProxy": true, "apifyProxyGroups": [] }`
- **debugMode** (boolean, optional): Activate detailed logs. Default: `false`
- **query** (string, optional): Search query, typically a city, artist, venue, promoter, or event name
- **type** (string, optional): Search type. Options: `city`, `event`, `artist`, `venue`, `promoter`. Default: `city`
- **eventCategory** (string, optional): Event category for city browse pages. Options: `gig`, `dj`, `party`, `playback`, `artistsigning`, `sport`, `comedy`, `theatre`, `social`, `talks`, `film`, `art`, `foodanddrink`
- **genre** (string, optional): Free-form genre slug under the selected `eventCategory`, for example `acid`, `techno`, `house`, or any other Dice.fm genre slug. Requires `eventCategory`
- **priceFrom** (string, optional): Minimum ticket price. Options: `"5"`, `"10"`, `"15"`, `"20"`, `"25"`, `"30"`, `"35"`, `"40"`, `"45"`
- **priceTo** (string, optional): Maximum ticket price. Options: `"5"`, `"10"`, `"15"`, `"20"`, `"25"`, `"30"`, `"35"`, `"40"`, `"45"`
- **dateFrom** (string, optional): Start date in the format `YYYY-MM-DD`
- **dateUntil** (string, optional): End date in the format `YYYY-MM-DD`

Example input using `query`:

```json
{
  "query": "New York",
  "type": "city",
  "eventCategory": "dj",
  "maxItems": 20,
  "proxyConfiguration": { "useApifyProxy": true }
}
````

Example input using `query` with `genre`:

```json
{
  "query": "New York",
  "type": "city",
  "eventCategory": "dj",
  "genre": "house",
  "priceFrom": "10",
  "priceTo": "40",
  "dateFrom": "2024-07-01",
  "dateUntil": "2024-12-31",
  "maxItems": 20,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

Example input using `startUrls`:

```json
{
  "startUrls": [
    { "url": "https://dice.fm/browse/london-54d8a23438fe5d27d500001c" },
    {
      "url": "https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59/music/dj"
    },
    {
      "url": "https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59/music/dj/house"
    }
  ],
  "maxItems": 20,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

`startUrls` notes:

- `https://dice.fm/browse/london-54d8a23438fe5d27d500001c` scrapes a city browse page
- `https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59/music/dj` scrapes a city category page
- `https://dice.fm/browse/new_york-5bbf4db0f06331478e9b2c59/music/dj/house` scrapes a city category + genre page

### Output

The output is an array of event objects with the following structure:

```json
{
  "url": "https://dice.fm/event/92qbo9-eri-con-me-alice-canta-battiato-con-i-solisti-aquilani-13th-jul-teatro-romano-ostia-antica-rome-tickets",
  "name": "Eri con me - Alice canta Battiato con I SOLISTI AQUILANI",
  "priceFrom": null,
  "price": 3450,
  "currency": "EUR",
  "description": "**Ostia Antica Festival** Info: biglietteria@bassculture.it",
  "date_unix": 1752433200,
  "datetime": "Sun 13 Jul, 9:00 pm CEST",
  "tags": "gig",
  "location": "Via dei Romagnoli, 717 - 00119 - Ostia (RM)",
  "city": "Roma",
  "country": "Italia",
  "countryCode": "IT",
  "place": "Europe/Rome",
  "doorsOpenDate": "2025-07-13T21:00:00+02:00",
  "doorsOpenText": "Doors open 9:00 pm CEST",
  "doorsCloseDate": null,
  "image": "https://dice-media.imgix.net/attachments/2025-04-02/33363272-e59d-4abe-b8cd-72fc125a7dc0.jpg?rect=0%2C270%2C2160%2C2160"
}
```

### Why Use Dice.fm Event Scraper?

- **Fast & Efficient**: Automatically and reliably scrape Dice.fm event data in a structured format.
- **Easy to Use**: No coding required, just provide your search parameters.
- **Well-Maintained**: Maintained by the Lexis Solutions team, always up-to-date and ready to use.

### FAQ

- **What is Dice.fm?**
  Dice.fm is a global ticketing and event discovery platform, making it easy for users to find and buy tickets for concerts, festivals, and other live events.

- **What types of events can be scraped?**
  All public events available on Dice.fm, including concerts, festivals, and other music shows.

- **What if Dice.fm changes its website structure?**
  The Lexis Solutions team will update the scraper if there are major changes affecting its functionality.

### Similar Scrapers

- [Bandsintown Scraper](https://apify.com/lexis-solutions/bandsintown-scraper)

***

**Need help or want a custom scraper?**

Lexis Solutions is an [official Apify Partner](https://apify.com/partners/find). Contact us for custom data extraction solutions or projects:

- [Email](mailto:scraping@lexis.solutions)
- [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

### Image Credit

Image credit: [dice.fm](https://www.dice.fm/)

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## `maxItems` (type: `integer`):

Maximum number of items that will be extracted.

## `proxyConfiguration` (type: `object`):

Your proxy configuration from Apify

## `debugMode` (type: `boolean`):

Activate to see detailed logs

## `query` (type: `string`):

Query to search for

## `type` (type: `string`):

Type to search for

## `eventCategory` (type: `string`):

Browse event category segment (for example: dj, gig, party).

## `genre` (type: `string`):

Browse genre segment under the selected event category. Enter any Dice.fm genre slug, for example: acid, techno, house.

## `priceFrom` (type: `string`):

Price From

## `priceTo` (type: `string`):

Price From

## `dateFrom` (type: `string`):

Start date in the format YYYY-MM-DD

## `dateUntil` (type: `string`):

End date in the format YYYY-MM-DD

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://dice.fm/browse/london-54d8a23438fe5d27d500001c"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "debugMode": false,
  "type": "city"
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://dice.fm/browse/london-54d8a23438fe5d27d500001c"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/dice-fm").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://dice.fm/browse/london-54d8a23438fe5d27d500001c" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/dice-fm").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://dice.fm/browse/london-54d8a23438fe5d27d500001c"
    }
  ]
}' |
apify call lexis-solutions/dice-fm --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lexis-solutions/dice-fm",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Dice.fm Scraper",
        "description": "Scrape event data from Dice.fm - including event names, dates, venues, artists, and ticket info. Ideal for event aggregation, trend analysis, and market research. Fast, structured, and customizable extraction from a leading live music ticketing platform.",
        "version": "1.1",
        "x-build-id": "lnTzdt4Bj1UrVlk6H"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/lexis-solutions~dice-fm/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-lexis-solutions-dice-fm",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/lexis-solutions~dice-fm/runs": {
            "post": {
                "operationId": "runs-sync-lexis-solutions-dice-fm",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/lexis-solutions~dice-fm/run-sync": {
            "post": {
                "operationId": "run-sync-lexis-solutions-dice-fm",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "maxItems",
                    "proxyConfiguration"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "URLs to start with.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum number of items",
                        "type": "integer",
                        "description": "Maximum number of items that will be extracted.",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Your proxy configuration from Apify",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": []
                        }
                    },
                    "debugMode": {
                        "title": "Debug Mode",
                        "type": "boolean",
                        "description": "Activate to see detailed logs",
                        "default": false
                    },
                    "query": {
                        "title": "Query",
                        "type": "string",
                        "description": "Query to search for"
                    },
                    "type": {
                        "title": "Type",
                        "enum": [
                            "city",
                            "event",
                            "artist",
                            "venue",
                            "promoter"
                        ],
                        "type": "string",
                        "description": "Type to search for",
                        "default": "city"
                    },
                    "eventCategory": {
                        "title": "Event Category",
                        "enum": [
                            "gig",
                            "dj",
                            "party",
                            "playback",
                            "artistsigning",
                            "sport",
                            "comedy",
                            "theatre",
                            "social",
                            "talks",
                            "film",
                            "art",
                            "foodanddrink"
                        ],
                        "type": "string",
                        "description": "Browse event category segment (for example: dj, gig, party)."
                    },
                    "genre": {
                        "title": "Genre",
                        "type": "string",
                        "description": "Browse genre segment under the selected event category. Enter any Dice.fm genre slug, for example: acid, techno, house."
                    },
                    "priceFrom": {
                        "title": "Price From",
                        "enum": [
                            "5",
                            "10",
                            "15",
                            "20",
                            "25",
                            "30",
                            "35",
                            "40",
                            "45"
                        ],
                        "type": "string",
                        "description": "Price From"
                    },
                    "priceTo": {
                        "title": "Price To",
                        "enum": [
                            "5",
                            "10",
                            "15",
                            "20",
                            "25",
                            "30",
                            "35",
                            "40",
                            "45"
                        ],
                        "type": "string",
                        "description": "Price From"
                    },
                    "dateFrom": {
                        "title": "Date From",
                        "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
                        "type": "string",
                        "description": "Start date in the format YYYY-MM-DD"
                    },
                    "dateUntil": {
                        "title": "Date Until",
                        "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
                        "type": "string",
                        "description": "End date in the format YYYY-MM-DD"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
