# Find paralegal jobs in the UK

**Use case:** 

Scrape paralegal job listings from TotallyLegal. Structured UK legal job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "paralegal",
  "maxResults": 5,
  "fetchDetails": true,
  "delayMs": 300,
  "startPage": 1
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "hours": {
    "label": "Hours",
    "format": "text"
  },
  "workplace": {
    "label": "Workplace",
    "format": "text"
  },
  "practiceArea": {
    "label": "Practice Area",
    "format": "text"
  },
  "pqeLevel": {
    "label": "PQE Level",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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