# Bewerberangaben mit dem Xing Profil abgleichen

**Use case:** 

Vor dem Interview prüfen: Xing Profil-URL einfügen und Name, aktueller Jobtitel, Unternehmen aus der Berufserfahrung und Ausbildung erhalten.

## Input

```json
{
  "profileUrls": [
    "https://www.xing.com/profile/Juergen_Kreis",
    "https://www.xing.com/profile/Michael_Puchtler",
    "https://www.xing.com/profile/Ralf_Gebhardt4"
  ]
}
```

## Output

```json
{
  "fullName": {
    "label": "Full name",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "array"
  },
  "education": {
    "label": "Education",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Xing Profile API](https://apify.com/johnvc/xing-profile-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/xing-profile-api) to learn more, explore other use cases, and run it yourself.