# LinkedIn Sales Representative Job Listings Scraper

**Use case:** 

Extract job postings for Sales Representative roles from LinkedIn. Get data like job title, company, location, salary, and more.

## Input

```json
{
  "searchTerm": "sales representative",
  "location": "United States",
  "datePosted": "any",
  "workplaceTypes": [],
  "experienceLevels": [],
  "jobTypes": [],
  "sortBy": "relevance",
  "maxItems": 200,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedAgo": {
    "label": "Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "applicants": {
    "label": "Applicants",
    "format": "number"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper - No Login, No Cookies](https://apify.com/logiover/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.