# Tesla LinkedIn Company Profile Data Extraction

**Use case:** 

Extract key data from Tesla's LinkedIn profile, including website, industry, size, followers, tagline, locations, and company metadata.

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/company/tesla-motors/"
  ]
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "inputUrl": {
    "label": "Input URL",
    "format": "string"
  },
  "linkedinCompanyUrl": {
    "label": "LinkedIn company URL",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "companyId": {
    "label": "Company ID",
    "format": "number"
  },
  "universalName": {
    "label": "Universal name",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "organizationType": {
    "label": "Organization type",
    "format": "string"
  },
  "employeeCount": {
    "label": "Employee count",
    "format": "number"
  },
  "employeeCountRangeStart": {
    "label": "Employee range start",
    "format": "number"
  },
  "employeeCountRangeEnd": {
    "label": "Employee range end",
    "format": "number"
  },
  "followerCount": {
    "label": "Follower count",
    "format": "number"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "foundedYear": {
    "label": "Founded year",
    "format": "number"
  },
  "foundedDate": {
    "label": "Founded date",
    "format": "string"
  },
  "headquartersCountry": {
    "label": "HQ country",
    "format": "string"
  },
  "headquartersCity": {
    "label": "HQ city",
    "format": "string"
  },
  "headquartersRegion": {
    "label": "HQ region",
    "format": "string"
  },
  "headquartersAddress": {
    "label": "HQ address",
    "format": "string"
  },
  "logoUrl": {
    "label": "Logo URL",
    "format": "string"
  },
  "coverImageUrl": {
    "label": "Cover image URL",
    "format": "string"
  },
  "originalCoverImageUrl": {
    "label": "Original cover image URL",
    "format": "string"
  },
  "croppedCoverImageUrl": {
    "label": "Cropped cover image URL",
    "format": "string"
  },
  "specialties": {
    "label": "Specialties",
    "format": "array"
  },
  "locationCount": {
    "label": "Location count",
    "format": "number"
  },
  "similarOrganizationCount": {
    "label": "Similar org count",
    "format": "number"
  },
  "affiliatedOrganizationCount": {
    "label": "Affiliated org count",
    "format": "number"
  },
  "crunchbaseUrl": {
    "label": "Crunchbase URL",
    "format": "string"
  },
  "profileQuality": {
    "label": "Profile quality",
    "format": "string"
  },
  "missingFields": {
    "label": "Missing fields",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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