# Sessions enriched with speaker details Sessionize Public

**Use case:** 

Extract Sessionize Public Events data filtered by Sessions enriched with speaker details. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "eventId": "9otadjkk",
  "maxItems": 10,
  "dataset": "sessions-with-speakers"
}
```

## Output

```json
{
  "photoUrl": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "eventId": {
    "label": "🆔 Event ID",
    "format": "text"
  },
  "eventName": {
    "label": "🎤 Event",
    "format": "text"
  },
  "sessionTitle": {
    "label": "📝 Session",
    "format": "text"
  },
  "speakerName": {
    "label": "👤 Speaker",
    "format": "text"
  },
  "track": {
    "label": "🛤️ Track",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "room": {
    "label": "🚪 Room",
    "format": "text"
  },
  "speakerBio": {
    "label": "📜 Bio",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sessionize Public Events Scraper](https://apify.com/parseforge/sessionize-public-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sessionize-public-events-scraper) to learn more, explore other use cases, and run it yourself.