# InsurTech: Size, Growth And Who To Call First

**Use case:** 

Locate digital insurance scaleups expanding headcount rapidly to target top enterprise software and services sales opportunities.

## Input

```json
{
  "companies": [
    "lemonade",
    "root-insurance",
    "policygenius"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestsPerMinute": 60,
  "maxUnits": 50
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "companyId": {
    "label": "Company Identifier",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "followerCount": {
    "label": "Follower Count",
    "format": "integer"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "headquarters": {
    "label": "Headquarters Location",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Finder - Who Is Hiring Right Now](https://apify.com/reapx/linkedin-company-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/linkedin-company-discovery) to learn more, explore other use cases, and run it yourself.