# Scrape St Augustine RV resort detail on Good Sam

**Use case:** 

Collect full Good Sam campground profile for St Augustine RV Resort with sites, photos, and booking info.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.goodsam.com/campgrounds-rv-parks/florida/st-augustine/st-augustine-rv-resort/cgid-910000632"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "campId": {
    "label": "Camp ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "text"
  },
  "priceFrom": {
    "label": "Price From",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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