# Customer Support Jobs

**Use case:** 

Collect a bounded sample of current public Remotive remote job listings for job-board datasets and hiring-market monitoring.

## Input

```json
{
  "search": "remote",
  "limit": 10,
  "includeDescriptionHtml": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "candidateRequiredLocation": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

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