# Remote Jobs Posted This Week — WeWorkRemotely

**Use case:** 

Everything published to WeWorkRemotely in the last seven days, across all categories.

## Input

```json
{
  "categories": [
    "remote-programming-jobs",
    "remote-full-stack-programming-jobs",
    "remote-front-end-programming-jobs",
    "remote-back-end-programming-jobs",
    "remote-devops-sysadmin-jobs",
    "remote-design-jobs",
    "remote-product-jobs",
    "remote-customer-support-jobs",
    "remote-sales-and-marketing-jobs",
    "remote-management-and-finance-jobs",
    "all-other-remote-jobs"
  ],
  "searchTerms": [
    "python",
    "kubernetes"
  ],
  "regions": [
    "Anywhere in the World"
  ],
  "jobTypes": [
    "Contract"
  ],
  "companies": [
    "Cloudflare"
  ],
  "postedWithinDays": 7,
  "maxJobs": 400,
  "includeDescription": true,
  "requestDelaySecs": 2
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "role": {
    "label": "Role",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "jobType": {
    "label": "Job type",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published date",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [WeWorkRemotely Scraper · Remote Jobs, Companies & Categories](https://apify.com/reapx/weworkremotely-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/weworkremotely-scraper) to learn more, explore other use cases, and run it yourself.