# Find LinkedIn Profiles by Job Title & Company

**Use case:** 

Search LinkedIn for decision-makers by job title and company for B2B lead generation. No cookies or LinkedIn login required.

## Input

```json
{
  "query": "Marketing Director SaaS",
  "count": 10
}
```

## Output

```json
{
  "status": {
    "label": "Status"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Profile Search — by Name, Job Title or Company](https://apify.com/endspec/linkedin-instant-profile-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/endspec/linkedin-instant-profile-search) to learn more, explore other use cases, and run it yourself.