# All Categories We Work Remotely Jobs

**Use case:** 

Extract We Work Remotely Jobs data filtered by All Categories. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "remote-back-end-programming-jobs"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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