{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/crow-creek-butte-mt",
  "name": "Crow Creek",
  "description": "The Crow Creek campground offers 8 campsites, restrooms, tables and fire rings, with an information kiosk). A small OHV riding area is also available.",
  "url": "https://campertunity.com/listings/campgrounds/crow-creek-butte-mt",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "106 North Parkmont",
    "addressLocality": "Butte",
    "addressRegion": "MT",
    "postalCode": "59701",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.251139,
    "longitude": -111.673972
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public_land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm_land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Ohv_riding"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}