# Generate Sales Leads: Tech Professionals in San Francisco

**Use case:** 

Identify high-potential sales leads in the technology sector by scraping LinkedIn profiles. Focus your outreach efforts on decision-makers and key influencers t

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/satya-nadella",
    "https://www.linkedin.com/in/sundarpichai",
    "https://www.linkedin.com/in/sheryl-sandberg-66175"
  ],
  "maxSkills": 25,
  "language": "en"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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