# Enrich Public LinkedIn Profiles for Recruiting

**Use case:** 

Turn public LinkedIn profile URLs into structured recruiting records with name, headline, location, experience and education. No login or cookies needed.

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/satyanadella/"
  ]
}
```

## Output

```json
{
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "profile.fullName": {
    "label": "Name",
    "format": "text"
  },
  "profile.headline": {
    "label": "Headline",
    "format": "text"
  },
  "profile.location": {
    "label": "Location",
    "format": "text"
  },
  "dataQuality.level": {
    "label": "Data quality",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "string"
  },
  "publicIdentifier": {
    "label": "Identifier",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Public Profile Enricher](https://apify.com/datascraperes/linkedin-public-profile-enricher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datascraperes/linkedin-public-profile-enricher) to learn more, explore other use cases, and run it yourself.