# Pretalx Conferences sample export

**Use case:** 

Run a ready-made Pretalx Conferences example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: pretalx-conferences-scr

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "date_to": {
    "label": "Date To",
    "format": "text"
  },
  "timezone": {
    "label": "Timezone",
    "format": "text"
  },
  "date_from": {
    "label": "Date From",
    "format": "text"
  },
  "is_public": {
    "label": "Is Public",
    "format": "text"
  },
  "en": {
    "label": "En",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Pretalx Conferences Scraper](https://apify.com/benthepythondev/pretalx-conferences-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/pretalx-conferences-scraper) to learn more, explore other use cases, and run it yourself.