# Find remote accountant roles on Totaljobs UK

**Use case:** 

Extract remote accountant job listings from Totaljobs with qualification requirements, salary ranges, and company sectors.

## Input

```json
{
  "position": "accountant",
  "location": "Remote",
  "startUrls": [
    {
      "url": "https://www.totaljobs.com/jobs/accountant?remote=true"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debugMode": false
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "salaryRangeRaw": {
    "label": "Salary range raw"
  },
  "jobType": {
    "label": "Job type"
  },
  "location": {
    "label": "Location"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyLogo": {
    "label": "Company Logo",
    "format": "image"
  },
  "companyURL": {
    "label": "Company URL",
    "format": "link"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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