# Cutshort Remote Startup Jobs Scraper

**Use case:** 

Monitor Cutshort remote startup jobs with job titles, companies, locations, URLs, and descriptions from public job pages.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://cutshort.io/jobs/remote-jobs"
    }
  ],
  "searchSlugs": [
    "reactjs-jobs"
  ],
  "maxItems": 75,
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "locationText": {
    "label": "Location",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "experienceMin": {
    "label": "Min exp",
    "format": "number"
  },
  "experienceMax": {
    "label": "Max exp",
    "format": "number"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "sourceSlug": {
    "label": "Source slug",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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