# Track Heathrow airport parking spots on YourParkingSpace

**Use case:** 

Extract YourParkingSpace.co.uk hourly parking near Heathrow Airport with pricing, security features, and walk times.

## Input

```json
{
  "location": "Heathrow Airport",
  "parkingType": "airport",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "postCode": {
    "label": "Post Code",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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