# Monitor Remote Marketing Jobs in Europe

**Use case:** 

Track newly posted remote marketing positions specifically for the European market. This is crucial for job seekers focusing on a specific region and for recrui

## Input

```json
{
  "mode": "byTag",
  "searchQuery": "engineer",
  "tag": "marketing",
  "tags": [],
  "startUrls": [],
  "region": "europe",
  "postedSinceDays": 7,
  "salaryOnly": false,
  "maxItems": 50
}
```

## Output

```json
{
  "position": {
    "label": "Position"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "tags": {
    "label": "Tags"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Remote OK Scraper](https://apify.com/crawlerbros/remote-ok-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/remote-ok-scraper) to learn more, explore other use cases, and run it yourself.