# Xing Bayer company page extractor

**Use case:** 

Extract a public Xing company page such as Bayer into structured profile, headquarters, website, contact, and follower fields.

## Input

```json
{
  "companyUrls": [
    "https://www.xing.com/pages/bayer",
    "sap"
  ],
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "slogan": {
    "label": "Slogan",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "countryName": {
    "label": "Country",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "contactEmail": {
    "label": "Email",
    "format": "text"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "text"
  },
  "companySizeMin": {
    "label": "Size Min",
    "format": "number"
  },
  "companySizeMax": {
    "label": "Size Max",
    "format": "number"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "url": {
    "label": "Xing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Xing Companies Scraper](https://apify.com/automation-lab/xing-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/xing-companies-scraper) to learn more, explore other use cases, and run it yourself.