# Extract Company Details from GITEX GLOBAL 2026 Exhibition

**Use case:** 

Extract detailed exhibitor information from GITEX GLOBAL 2026 (gitex.com/gitex-global-2026), including company details, contact information, and social links.

## Input

```json
{
  "start_url": "https://exhibitors.gitex.com/gitex-global-2026/Exhibitor",
  "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_website": {
    "label": "Company website"
  },
  "_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"
  },
  "brands": {
    "label": "Brands",
    "format": "text"
  }
}
```

## About this Actor

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