{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/penn-basin-cascade-id-us",
  "name": "Penn Basin",
  "description": "The Penn Basin Campground near Landmark, Idaho, offers 6 campsites in a peaceful, remote setting near mountain slopes covered in dense pine forest. Peak season for the campground is typically early June through late September. It can be accessed by most vehicles; however the road is narrow and may be rough in spots.",
  "url": "https://campertunity.com/listings/campgrounds/penn-basin-cascade-id-us",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cascade",
    "addressRegion": "ID",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.62458,
    "longitude": -115.52526
  },
  "sameAs": [
    "https://www.recreation.gov/camping/campgrounds/10351673",
    "https://campflare.com/campground/penn-basin-campground-370"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "10",
    "priceValidUntil": "2026-09-21"
  },
  "priceRange": "$10+"
}