# Find remote Writing jobs on We Work Remotely

**Use case:** 

Pull remote writing job listings without a login: title, company, category and apply links.

## Input

```json
{
  "categories": [
    "remote-jobs"
  ],
  "searchQueries": [
    "writing"
  ],
  "maxItemsPerCategory": 100,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "role": {
    "label": "Role"
  },
  "company": {
    "label": "Company"
  },
  "url": {
    "label": "Listing URL"
  },
  "category": {
    "label": "Category"
  },
  "jobType": {
    "label": "Type"
  },
  "region": {
    "label": "Region"
  },
  "skills": {
    "label": "Skills"
  },
  "publishedAt": {
    "label": "Published"
  },
  "expiresAt": {
    "label": "Expires"
  },
  "companyLogo": {
    "label": "Logo"
  }
}
```

## About this Actor

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