# Extract Company Details from THE TIRE 2026 Exhibitor List

**Use case:** 

Extract detailed exhibitor information from THE TIRE 2026 (thetire-cologne.com), including company details, contact information, and social media links.

## Input

```json
{
  "start_url": "https://www.thetire-cologne.com/ttc-exhibitors/list-of-exhibitors/",
  "output_type": "single_row"
}
```

## Output

```json
{
  "___exhibitor_profile_url": {
    "label": "Exhibitor_Profile_URL",
    "format": "link"
  },
  "__company_name": {
    "label": "Company_Name",
    "format": "text"
  },
  "_company_address": {
    "label": "Company_Address",
    "format": "text"
  },
  "_company_country": {
    "label": "Company_Country",
    "format": "text"
  },
  "_company_phone": {
    "label": "Company_Phone",
    "format": "text"
  },
  "_company_email": {
    "label": "Company_Email",
    "format": "text"
  },
  "_company_website": {
    "label": "Company_Website",
    "format": "text"
  },
  "_hall_stands": {
    "label": "Hall_Stands",
    "format": "text"
  },
  "_social_url_linkedin": {
    "label": "Social_URL_Linkedin",
    "format": "text"
  },
  "_social_url_facebook": {
    "label": "Social_URL_Facebook",
    "format": "text"
  },
  "_social_url_instagram": {
    "label": "Social_URL_Instagram",
    "format": "text"
  },
  "_social_url_twitter": {
    "label": "Social_URL_Twitter",
    "format": "text"
  },
  "_social_url_youtube": {
    "label": "Social_URL_Youtube",
    "format": "text"
  }
}
```

## About this Actor

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