# Market Research CTOs Fintech Companies

**Use case:** 

Identify Chief Technology Officers (CTOs) in the FinTech industry for market research and competitive analysis. This provides valuable insights into leadership 

## Input

```json
{
  "searchQuery": "Chief Technology Officer",
  "cookie": "***",
  "companyHeadcount": [
    "D",
    "E"
  ],
  "connectionDegree": "",
  "industry": "Financial Services",
  "seniorityLevel": "Executive",
  "yearsOfExperience": "",
  "jobFunction": "",
  "maxResults": 25
}
```

## Output

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

## About this Actor

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