# UK planning applications scraper — Leeds & York

**Use case:** 

Extract live planning applications from Leeds and York council registers: applicant, address, proposal, application type, status, decision and dates. This examp

## Input

```json
{
  "councils": [
    "leeds",
    "york"
  ],
  "keyword": "",
  "applicationStatus": "",
  "maxRecordsPerCouncil": 20
}
```

## Output

```json
{
  "council": {
    "label": "Council",
    "format": "text"
  },
  "reference": {
    "label": "Reference",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "proposal": {
    "label": "Proposal",
    "format": "text"
  },
  "application_type": {
    "label": "Application type"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "date_received": {
    "label": "Date received"
  },
  "date_validated": {
    "label": "Date validated"
  },
  "decision": {
    "label": "Decision",
    "format": "text"
  },
  "decision_date": {
    "label": "Decision date"
  },
  "applicant_name": {
    "label": "Applicant name"
  },
  "case_officer": {
    "label": "Case officer"
  },
  "portal_url": {
    "label": "Portal URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Planning Register Scraper](https://apify.com/vagile_airliner/uk-planning-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vagile_airliner/uk-planning-register-scraper) to learn more, explore other use cases, and run it yourself.