# Find Texas RV campgrounds on Good Sam

**Use case:** 

Scrape Good Sam campground search results in Texas with amenities, ratings, and nightly rates for RV trip planning.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.goodsam.com/campgrounds-rv-parks/search?state=TX"
    }
  ],
  "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.