# Charity and third sector paid jobs in Leeds

**Use case:** 

Scrape paid job listings from Doing Good Leeds.  Get job titles, organisations, salaries, and apply links. Ideal for charity job seekers in Leeds.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://doinggoodleeds.org.uk/wp-json/wp/v2/job-listings"
    }
  ],
  "entityTypes": [
    "job-listings"
  ],
  "enrichTaxonomies": true,
  "maxItems": 200,
  "maxConcurrency": 5,
  "minConcurrency": 1,
  "maxRequestRetries": 5,
  "proxy": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "companyName": {
    "label": "Employer",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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