# Linkedin Profile Latest Results

**Use case:** 

Latest Results of Linkedin Profile. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/williamhgates",
    "https://www.linkedin.com/in/reidhoffman"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "profileImageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "backgroundImageUrl": {
    "label": "Background",
    "format": "image"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "addressWithoutCountry": {
    "label": "Address",
    "format": "text"
  },
  "addressCountryOnly": {
    "label": "Country",
    "format": "text"
  },
  "publicIdentifier": {
    "label": "Public ID",
    "format": "text"
  },
  "urn": {
    "label": "URN",
    "format": "text"
  },
  "about": {
    "label": "About",
    "format": "text"
  },
  "connectionsCount": {
    "label": "Connections",
    "format": "number"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "isRetired": {
    "label": "Retired",
    "format": "boolean"
  },
  "isCreator": {
    "label": "Creator",
    "format": "boolean"
  },
  "isInfluencer": {
    "label": "Top Voice",
    "format": "boolean"
  },
  "isCurrentlyEmployed": {
    "label": "Employed",
    "format": "boolean"
  },
  "currentJobTitle": {
    "label": "Current Title",
    "format": "text"
  },
  "currentCompany": {
    "label": "Current Company",
    "format": "text"
  },
  "jobStartedOn": {
    "label": "Job Started",
    "format": "text"
  },
  "jobStillWorking": {
    "label": "Still Working",
    "format": "boolean"
  },
  "currentJobDuration": {
    "label": "Job Duration",
    "format": "text"
  },
  "currentJobDurationInYrs": {
    "label": "Duration (Yrs)",
    "format": "text"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company Website",
    "format": "link"
  },
  "companySize": {
    "label": "Company Size",
    "format": "text"
  },
  "companyType": {
    "label": "Company Type",
    "format": "text"
  },
  "companyFoundedIn": {
    "label": "Founded In",
    "format": "text"
  },
  "companyDescription": {
    "label": "Company Description",
    "format": "text"
  },
  "companySpecialties": {
    "label": "Specialties",
    "format": "object"
  },
  "companyHeadquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "experiencesCount": {
    "label": "Experiences",
    "format": "number"
  },
  "experiences": {
    "label": "Experiences",
    "format": "object"
  },
  "educations": {
    "label": "Education",
    "format": "object"
  },
  "skills": {
    "label": "Skills",
    "format": "object"
  },
  "languages": {
    "label": "Languages",
    "format": "object"
  },
  "certifications": {
    "label": "Certifications",
    "format": "object"
  },
  "volunteerExperiences": {
    "label": "Volunteer",
    "format": "object"
  },
  "publications": {
    "label": "Publications",
    "format": "object"
  },
  "honorsAwards": {
    "label": "Honors & Awards",
    "format": "object"
  },
  "projects": {
    "label": "Projects",
    "format": "object"
  },
  "courses": {
    "label": "Courses",
    "format": "object"
  },
  "organizations": {
    "label": "Organizations",
    "format": "object"
  },
  "websites": {
    "label": "Websites",
    "format": "object"
  },
  "updates": {
    "label": "Posts",
    "format": "object"
  },
  "articles": {
    "label": "Articles",
    "format": "object"
  },
  "peopleAlsoViewed": {
    "label": "People Also Viewed",
    "format": "object"
  },
  "linkedinUrl": {
    "label": "LinkedIn URL",
    "format": "link"
  },
  "currentCompanyLinkedinUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "profileImageHighQualityUrl": {
    "label": "Photo HQ",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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