# Extract Company Details from MWC BARCELONA 2026 Exhibition

**Use case:** 

Extract detailed exhibitor information from MWC BARCELONA 2026 (mwcbarcelona.com), including company details, contact information, and social media links.

## Input

```json
{
  "start_url": "https://www.mwcbarcelona.com/exhibitors",
  "output_type": "single_row"
}
```

## Output

```json
{
  "___exhibitor_profile_url": {
    "label": "Exhibitor_Profile_URL",
    "format": "link"
  },
  "__company_name": {
    "label": "Company_Name",
    "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_twitter": {
    "label": "Social_URL_Twitter",
    "format": "text"
  },
  "_social_url_blog": {
    "label": "Social_URL_Blog",
    "format": "text"
  },
  "contact_persons": {
    "label": "Contact_Persons",
    "format": "array"
  }
}
```

## About this Actor

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