# Scrape Remote Customer Service Jobs from LinkedIn

**Use case:** 

Gather detailed remote customer service job listings from LinkedIn. Get job titles, companies, locations, salaries, and more in structured format.

## Input

```json
{
  "searchTerm": "customer service",
  "location": "United States",
  "datePosted": "any",
  "workplaceTypes": [
    "remote"
  ],
  "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.