# Bulk-Scrape LinkedIn Profiles from a URL List

**Use case:** 

Paste up to 1000 LinkedIn profile URLs and get one clean JSON row each, collected in budget-capped batches. Pay per profile delivered.

## Input

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

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "currentCompany": {
    "label": "Current Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "publicUrl": {
    "label": "Public URL",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  }
}
```

## About this Actor

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