# Všechny pražské padelové areály — kompletní vyhledávání

**Use case:** 

Prohledá dostupnost kurtů ve všech pražských padelových areálech najednou.

## Input

```json
{
  "searchDaysAhead": 3,
  "searchPadelPowers": true,
  "searchSpoje": true,
  "searchPisecna": true,
  "searchPadelDzus": true,
  "searchForPadel": true,
  "searchPadelAutomat": true,
  "searchCisarskaLouka": true,
  "searchNeride": true,
  "searchPadelSlavia": true,
  "searchSkySportCity": true
}
```

## Output

```json
{
  "venue": {
    "label": "Venue",
    "format": "string"
  },
  "court": {
    "label": "Court",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "dayOfWeek": {
    "label": "Day",
    "format": "string"
  },
  "startTime": {
    "label": "Start",
    "format": "string"
  },
  "endTime": {
    "label": "End",
    "format": "string"
  },
  "durationMinutes": {
    "label": "Minutes",
    "format": "integer"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "mapsUrl": {
    "label": "Map",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Padel Booking Agent (Prague)](https://apify.com/inovaflow/padel-booking-agent) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inovaflow/padel-booking-agent) to learn more, explore other use cases, and run it yourself.