# Scrape Remote Digital Marketing Jobs UK & EU

**Use case:** 

Freelancers and remote-first companies can discover a wide array of remote digital marketing opportunities across the UK and Europe. This enables access to a br

## Input

```json
{
  "jobRole": "Digital Marketing Manager",
  "location": "London",
  "country": "Remote",
  "maxResults": 75,
  "jobType": "All",
  "datePosted": "LastTwoWeeks",
  "removeDuplicates": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "employment_type": {
    "label": "Type",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Jobs Aggregator](https://apify.com/crawlerbros/uk-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/uk-jobs-aggregator) to learn more, explore other use cases, and run it yourself.