# Remote customer support jobs extractor

**Use case:** 

Extract Remote Rocketship customer support jobs with company names, source URLs, remote region, employment type, and timestamps.

## Input

```json
{
  "queries": [
    "customer support",
    "customer success",
    "support specialist"
  ],
  "startUrls": [
    {
      "url": "https://www.remoterocketship.com/?query=python"
    }
  ],
  "maxItems": 75,
  "locationFilters": [],
  "techStackFilters": [],
  "seniorityFilters": [],
  "employmentTypeFilters": [],
  "includeJobsWithoutSalary": true,
  "sortBy": "DateAdded"
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "companyName": {
    "label": "Company"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "location": {
    "label": "Location"
  },
  "employmentType": {
    "label": "Employment"
  },
  "category": {
    "label": "Category"
  },
  "seniority": {
    "label": "Seniority"
  },
  "techStack": {
    "label": "Tech stack"
  },
  "salary": {
    "label": "Salary"
  },
  "postedAt": {
    "label": "Posted"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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