# Search KOA sites with pool and WiFi near Sacramento

**Use case:** 

Monitor KOA campground search filtered for pool and WiFi amenities near Sacramento for family RV trip research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://koa.com/search/?txtLocation=Sacramento%2C+CA%2C+USA+%28State+Capital%29&checkInDate=05%2F01%2F2026&checkOutDate=03%2F31%2F2037&Adults=2&Children=0&EquipmentType=TT&chkPool=true&chkWiFi=true&ddlDistance=100"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "contact": {
    "label": "Contact",
    "format": "object"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "image": {
    "label": "Image",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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