# Remote Customer Success Jobs

**Use case:** 

Collect public Remote Customer Success Jobs listings with safe, bounded saved input for recruiting research, hiring-market monitoring, and job-board datasets.

## Input

```json
{
  "keywords": [
    "customer success"
  ],
  "location": "Remote",
  "startUrls": [],
  "maxItems": 25,
  "includeDetails": true,
  "datePosted": "pastMonth",
  "workplaceType": "remote",
  "sortBy": "relevance",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAtText": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "applicantsText": {
    "label": "Applicants",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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