# Workable London sales jobs extractor

**Use case:** 

Extract public Jobs by Workable listings for sales roles in London, including hiring companies, Workable URLs, location data, and job descriptions.

## Input

```json
{
  "query": "sales",
  "location": "London",
  "maxResults": 30,
  "includeDescriptionHtml": false,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company website",
    "format": "link"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "workplace": {
    "label": "Workplace",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "requirementsText": {
    "label": "Requirements",
    "format": "text"
  },
  "benefitsText": {
    "label": "Benefits",
    "format": "text"
  },
  "companyDescription": {
    "label": "Company description",
    "format": "text"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "text"
  },
  "sourceLocation": {
    "label": "Source location",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Workable Jobs Scraper](https://apify.com/automation-lab/workable-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/workable-jobs-scraper) to learn more, explore other use cases, and run it yourself.