# Export remote jobs with descriptions

**Use case:** 

Scrape a small Remote.com jobs sample including descriptions so users can preview richer job-posting fields.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://remote.com/jobs/all"
    }
  ],
  "query": "engineer",
  "limit": 10,
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "compensationMin": {
    "label": "Compensation min",
    "format": "number"
  },
  "compensationMax": {
    "label": "Compensation max",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "visaSponsorshipOffered": {
    "label": "Visa sponsorship",
    "format": "boolean"
  },
  "quickApply": {
    "label": "Quick apply",
    "format": "boolean"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "text"
  }
}
```

## About this Actor

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