# Scrape hospitality jobs in London

**Use case:** 

Extract hospitality job listings in London from JobToday. Structured job data for waiting, bar, and kitchen roles. Pay per result.

## Input

```json
{
  "countries": [
    "gb"
  ],
  "keyword": "waiter",
  "location": "London",
  "employmentTypes": [],
  "easyApply": false,
  "immediateStart": false,
  "noExperience": false,
  "languageCodes": [],
  "maxItems": 5,
  "daysOld": 0
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "date"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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