# IFA Berlin exhibitor list scraper sample

**Use case:** 

Scrape a small current IFA Berlin exhibitor list with company, country, category, booth, profile, logo, and description fields.

## Input

```json
{
  "listingUrl": "https://www.ifa-berlin.com/exhibitors",
  "maxItems": 5,
  "maxPages": 1,
  "enrichProfiles": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "showAreas": {
    "label": "Show areas",
    "format": "array"
  },
  "halls": {
    "label": "Halls",
    "format": "array"
  },
  "stands": {
    "label": "Stands",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "profileUrl": {
    "label": "Exhibitor profile",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "eventName": {
    "label": "Event",
    "format": "text"
  },
  "eventYear": {
    "label": "Year",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Messe Berlin Exhibitor List Scraper](https://apify.com/automation-lab/messe-berlin-exhibitor-list-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/messe-berlin-exhibitor-list-scraper) to learn more, explore other use cases, and run it yourself.