# Remote design jobs posted this week on WWR

**Use case:** 

Get the latest remote design job listings posted in the past week on We Work Remotely. Includes full job descriptions, company websites, salary data and more.

## Input

```json
{
  "categories": [
    "design"
  ],
  "countries": [],
  "salaryRanges": [],
  "engagementType": "",
  "timeFilter": "7d",
  "maxResults": 50,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAgo": {
    "label": "Posted",
    "format": "text"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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