# Scrape remote developer jobs

**Use case:** 

Extract remote developer jobs from Remote.co. Structured remote-work job data. No subscription, pay per result.

## Input

```json
{
  "categories": [],
  "maxPages": 20,
  "maxResults": 5,
  "searchQuery": "developer",
  "remoteTypeFilter": "",
  "jobTypeFilter": "",
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "company": {
    "label": "Company"
  },
  "category": {
    "label": "Category"
  },
  "remoteType": {
    "label": "Remote Type"
  },
  "jobType": {
    "label": "Job Type"
  },
  "employmentType": {
    "label": "Employment"
  },
  "salaryRaw": {
    "label": "Salary"
  },
  "location": {
    "label": "Location"
  },
  "datePosted": {
    "label": "Posted"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job id"
  }
}
```

## About this Actor

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