# LinkedIn profile prospect shortlist

**Use case:** 

LinkedIn profile prospect shortlist. Compare a focused LinkedIn segment through username, fullName, firstName, and lastName. The saved configuration uses.

## Input

```json
{
  "startUrls": [
    "https://www.linkedin.com/in/satyanadella"
  ],
  "urls": [
    "https://www.linkedin.com/in/satyanadella",
    "https://www.linkedin.com/in/williamhgates"
  ],
  "publicIdentifiers": [],
  "queries": [],
  "enrich": "off",
  "maxItems": 1,
  "includeHistory": true,
  "maxConcurrency": 1,
  "findWorkEmail": false,
  "maxSeconds": 195
}
```

## Output

```json
{
  "username": {
    "label": "Handle / Slug",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "firstName": {
    "label": "First Name",
    "format": "string"
  },
  "lastName": {
    "label": "Last Name",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "currentTitle": {
    "label": "Current Title",
    "format": "string"
  },
  "currentCompany": {
    "label": "Employer",
    "format": "string"
  },
  "companyWebsite": {
    "label": "Company Website",
    "format": "string"
  },
  "companyHeadcount": {
    "label": "Company Size",
    "format": "integer"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "followersCount": {
    "label": "Followers",
    "format": "integer"
  },
  "connectionsCount": {
    "label": "Connections",
    "format": "integer"
  },
  "about": {
    "label": "About Summary",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "experience": {
    "label": "Experience",
    "format": "array"
  },
  "education": {
    "label": "Education",
    "format": "string"
  },
  "workEmail": {
    "label": "Work Email",
    "format": "string"
  },
  "phone": {
    "label": "Direct dial",
    "format": "string"
  },
  "profilePicUrl": {
    "label": "Profile Photo",
    "format": "string"
  },
  "profileUrl": {
    "label": "LinkedIn URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "emailConfidence": {
    "label": "Email confidence",
    "format": "string"
  },
  "emailPattern": {
    "label": "Email pattern",
    "format": "string"
  },
  "companyEmail": {
    "label": "Company email",
    "format": "string"
  },
  "companySlug": {
    "label": "Company slug",
    "format": "string"
  },
  "companyLinkedInUrl": {
    "label": "Company LinkedIn",
    "format": "string"
  },
  "companyLocation": {
    "label": "Company location",
    "format": "string"
  },
  "badges": {
    "label": "Badges",
    "format": "string"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "educationHistory": {
    "label": "Education history",
    "format": "array"
  },
  "certifications": {
    "label": "Licenses & certifications",
    "format": "array"
  },
  "courses": {
    "label": "Courses",
    "format": "array"
  },
  "projects": {
    "label": "Projects",
    "format": "array"
  },
  "volunteering": {
    "label": "Volunteer experience",
    "format": "array"
  },
  "headlineSource": {
    "label": "Headline Source",
    "format": "string"
  },
  "currentTitleSource": {
    "label": "Current Title Source",
    "format": "string"
  },
  "companyWebsiteSource": {
    "label": "Company Website Source",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/reapx/qa-linkedin-profile-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
