# Doinggoodleeds Jobs Scraper sample

**Use case:** 

Sample use-case Task for doinggoodleeds-jobs-scraper: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "searchUrls": [
    "https://doinggoodleeds.org.uk/search-jobs/"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Type",
    "format": "text"
  },
  "salary_text": {
    "label": "Salary",
    "format": "text"
  },
  "added_text": {
    "label": "Added",
    "format": "text"
  },
  "closing_text": {
    "label": "Closing",
    "format": "text"
  },
  "url": {
    "label": "Vacancy",
    "format": "link"
  },
  "organization_logo": {
    "label": "Logo",
    "format": "image"
  }
}
```

## About this Actor

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