# USBR Reservoir Elevation Data Scraper

**Use case:** 

Scrape USBR RISE lake and reservoir elevation datasets with location names, units, timesteps, and temporal coverage. Export to JSON or CSV.

## Input

```json
{
  "parameterName": "Elevation",
  "maxItems": 100,
  "useProxy": true
}
```

## Output

```json
{
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "itemId": {
    "label": "🆔 Item ID",
    "format": "text"
  },
  "itemTitle": {
    "label": "📄 Item Title",
    "format": "text"
  },
  "itemDescription": {
    "label": "📝 Description",
    "format": "text"
  },
  "locationId": {
    "label": "📍 Location ID",
    "format": "text"
  },
  "locationName": {
    "label": "🏞️ Location",
    "format": "text"
  },
  "parameterName": {
    "label": "📊 Parameter",
    "format": "text"
  },
  "parameterUnit": {
    "label": "📐 Unit",
    "format": "text"
  },
  "parameterGroup": {
    "label": "🗂️ Group",
    "format": "text"
  },
  "datetime": {
    "label": "📅 Datetime",
    "format": "text"
  },
  "value": {
    "label": "🔢 Value",
    "format": "text"
  },
  "unit": {
    "label": "📐 Value Unit",
    "format": "text"
  },
  "temporalStartDate": {
    "label": "⏳ Start",
    "format": "text"
  },
  "temporalEndDate": {
    "label": "⌛ End",
    "format": "text"
  },
  "updateFrequency": {
    "label": "🔁 Frequency",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USBR Reclamation Water Scraper](https://apify.com/parseforge/usbr-reclamation-water-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/usbr-reclamation-water-scraper) to learn more, explore other use cases, and run it yourself.