# Remote Marketing Jobs in Europe

**Use case:** 

Explore remote marketing job opportunities in Europe with salary details.

## Input

```json
{
  "maxJobs": 10,
  "searchTerms": [
    "marketing"
  ],
  "tags": [
    "marketing"
  ],
  "location": "Europe",
  "minSalary": 60000
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RemoteOK Remote Jobs & USD Salary Scraper](https://apify.com/scrapers_lat/remoteok-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/remoteok-scraper) to learn more, explore other use cases, and run it yourself.