# Web Summit Speakers Full Export

**Use case:** 

Full Export of Web Summit Speakers. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://websummit.com/speakers",
  "maxItems": 500
}
```

## Output

```json
{
  "photoUrl": {
    "label": "🖼️ Photo URL",
    "format": "image"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "title": {
    "label": "💼 Title",
    "format": "text"
  },
  "company": {
    "label": "🏢 Company",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "topics": {
    "label": "🏷️ Topics",
    "format": "array"
  },
  "sessionId": {
    "label": "🎫 Session ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Web Summit Speakers Scraper](https://apify.com/parseforge/websummit-speakers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/websummit-speakers-scraper) to learn more, explore other use cases, and run it yourself.