# Find KOA campgrounds near Sacramento California

**Use case:** 

Scrape KOA campground search results near Sacramento with sites, amenities, and nightly rates for RV planning.

## 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=1&Children=1&ChildrenAgesList=1&ChildrenAges=1&EquipmentType=BM&EquipmentLength=0&SlideOuts=No&Pets=No&chkRvSite=false&chkCampingCabin=false&chkTentSite=false&chkUniqueLodging=false&chkGroups=false&chkExtendedStay=false&chkKampGreen=false&chkPool=false&chkHotTub=false&chkWiFi=false&chkPavilion=false&chkCableTV=false&chkMiniGolf=false&chkBikeRental=false&chkSnackBar=false&chkFirewood=false&chkPropane=false&chkFishing=false&chkTourShuttle=false&ddlDistance=250"
    }
  ],
  "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.