# Scrape LinkedIn Fintech Company Leads

**Use case:** 

Scrape LinkedIn Fintech Company Leads to collect public company URLs, websites, industries, and employee counts.

## Input

```json
{
  "maxItems": 100,
  "query": "fintech",
  "domain": "linkedin.com"
}
```

## Output

```json
{
  "id": {
    "label": "Company ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Company URL",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "companySize": {
    "label": "Company Size",
    "format": "text"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "text"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "text"
  },
  "founded": {
    "label": "Founded",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Linkedin Company Search ($1.8 per 1000 results)](https://apify.com/igolaizola/linkedin-company-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/linkedin-company-search) to learn more, explore other use cases, and run it yourself.