# London data roles at Stripe, Spotify and Visa

**Use case:** 

Filter three employer boards down to data-focused roles located in London. The location filter matches case-insensitively against the posting's location,...

## Input

```json
{
  "boardUrls": [
    "https://job-boards.greenhouse.io/stripe",
    "https://jobs.lever.co/spotify",
    "https://jobs.smartrecruiters.com/Visa"
  ],
  "searchText": "data",
  "locationFilter": "London",
  "remoteOnly": false,
  "includeDescription": true,
  "maxResults": 30,
  "maxResultsPerBoard": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "company": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "department": {
    "label": "Department"
  },
  "employment_type": {
    "label": "Employment type"
  },
  "workplace_type": {
    "label": "Workplace type"
  },
  "location": {
    "label": "Location"
  },
  "country_code": {
    "label": "Country code"
  },
  "posted_at": {
    "label": "Posted at"
  },
  "salary_min": {
    "label": "Salary min"
  },
  "salary_max": {
    "label": "Salary max"
  },
  "salary_currency": {
    "label": "Salary currency"
  },
  "job_url": {
    "label": "Job url"
  },
  "apply_url": {
    "label": "Apply url"
  },
  "source_query": {
    "label": "Source query"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-ATS Jobs Scraper - Workday, Greenhouse, Lever & More](https://apify.com/thirdwatch/multi-ats-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/multi-ats-jobs-scraper) to learn more, explore other use cases, and run it yourself.