# Scrape Lake Tahoe KOA campground profile

**Use case:** 

Extract Lake Tahoe KOA campground detail with site types, recreation, and reservation availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://koa.com/campgrounds/lake-tahoe/"
    }
  ],
  "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.