# Scrape all remote jobs on We Work Remotely

**Use case:** 

Extract remote job listings across all categories from We Work Remotely. Structured remote-work job data. Pay per result.

## Input

```json
{
  "categories": [],
  "maxJobsPerFeed": 5,
  "includeHtml": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company"
  },
  "jobTitle": {
    "label": "Job Title"
  },
  "category": {
    "label": "Category"
  },
  "type": {
    "label": "Type"
  },
  "region": {
    "label": "Region"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "pubDate": {
    "label": "Published",
    "format": "date"
  },
  "expiresAt": {
    "label": "Expires",
    "format": "date"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "headquarters": {
    "label": "HQ"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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