# Find accountant jobs in Manchester on Indeed

**Use case:** 

Scrape accountant jobs in Manchester from Indeed UK. Structured UK job data. Pay per result.

## Input

```json
{
  "query": "accountant",
  "location": "Manchester",
  "radius": 25,
  "sort": "relevance",
  "fromDays": "",
  "maxItems": 5
}
```

## Output

```json
{
  "jobKey": {
    "label": "Job Key",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location.raw": {
    "label": "Location",
    "format": "text"
  },
  "salary.salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "isSponsored": {
    "label": "Is sponsored"
  },
  "datePublished": {
    "label": "Posted",
    "format": "date"
  },
  "age": {
    "label": "Age"
  },
  "hiringDemand.isUrgentHire": {
    "label": "Is urgent hire"
  },
  "rating.rating": {
    "label": "Rating",
    "format": "number"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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