# Fintech founder LinkedIn lead scraper

**Use case:** 

Create fintech founder lead lists from public LinkedIn search results with URLs, snippets, ranks, and query tracking.

## Input

```json
{
  "queries": [
    "founder fintech New York",
    "founder fintech London",
    "founder fintech Berlin"
  ],
  "maxItems": 150,
  "maxPagesPerQuery": 5,
  "forceLinkedInSiteSearch": true,
  "market": "en-US",
  "requestDelayMillis": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "name": {
    "label": "Name"
  },
  "headline": {
    "label": "Headline"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "snippet": {
    "label": "Search snippet"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "searchResultRank": {
    "label": "Rank"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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