# LinkedIn Profile Downloader: Save Profiles as Data

**Use case:** 

Save any public LinkedIn profile as structured data: photo, headline, work history, and company details. Only found profiles are charged.

## Input

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

## Output

```json
{
  "profile.full_name": {
    "label": "Name",
    "format": "text"
  },
  "profile.title": {
    "label": "Title",
    "format": "text"
  },
  "profile.company.name": {
    "label": "Company",
    "format": "text"
  },
  "profile.location.default": {
    "label": "Location",
    "format": "text"
  },
  "profile.industry": {
    "label": "Industry",
    "format": "text"
  },
  "profile.department.seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "profile.badges.open_to_work": {
    "label": "Open to Work",
    "format": "text"
  },
  "profile.headline": {
    "label": "Headline",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "reason": {
    "label": "Reason",
    "format": "text"
  },
  "error_kind": {
    "label": "Error Kind",
    "format": "text"
  },
  "url": {
    "label": "Input URL",
    "format": "link"
  },
  "profile": {
    "label": "Full Profile",
    "format": "object"
  },
  "company_details": {
    "label": "Company Details",
    "format": "object"
  },
  "_metadata": {
    "label": "Metadata",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Profile Scraper ✅ NO COOKIES](https://apify.com/atomus/linkedin-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/atomus/linkedin-profile-scraper) to learn more, explore other use cases, and run it yourself.