# Track litigation associate openings on LawJobs

**Use case:** 

Monitor litigation associate job listings on LawJobs.com for law firm recruitment market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://lawjobs.com/jobs?keywords=litigation+associate&locale=en&page=1&sort=relevance"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "jobId": {
    "label": "Job id"
  },
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company name"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "salaryCurrencySymbol": {
    "label": "Salary currency symbol"
  },
  "salaryPeriod": {
    "label": "Salary period"
  },
  "experience": {
    "label": "Experience"
  },
  "education": {
    "label": "Education"
  },
  "positionType": {
    "label": "Position type"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "modifiedTime": {
    "label": "Modified time"
  },
  "isSponsored": {
    "label": "Is sponsored"
  },
  "isBackfilled": {
    "label": "Is backfilled"
  },
  "canViewLocal": {
    "label": "Can view local"
  },
  "coordinates": {
    "label": "Coordinates"
  },
  "applicationUrl": {
    "label": "Application url"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "descriptionHtml": {
    "label": "Description html"
  },
  "detailUrl": {
    "label": "Detail url"
  },
  "company": {
    "label": "Company"
  }
}
```

## About this Actor

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