# Find fully remote jobs

**Use case:** 

Scrape 100% remote job listings from Remote.co. Filter by remote type, get structured remote-work data. Pay per result.

## Input

```json
{
  "categories": [],
  "maxPages": 20,
  "maxResults": 5,
  "searchQuery": "manager",
  "remoteTypeFilter": "100% Remote Work",
  "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.