Bureau of Reclamation Water Data Scraper avatar

Bureau of Reclamation Water Data Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Bureau of Reclamation Water Data Scraper

Bureau of Reclamation Water Data Scraper

Extract water data from the Bureau of Reclamation RISE API. Download reservoir levels, dam operations, water storage, and streamflow for western US dams. Browse 7700+ USBR datasets. No auth required.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Professional Edge

Professional Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Extract water resource data from the Bureau of Reclamation RISE (Reclamation Information Sharing Environment) API. Download daily reservoir levels, dam operations, water storage volumes, streamflow measurements, and more for every major western US dam and reservoir. Browse and search the full USBR catalog of 7,700+ datasets spanning decades of hydrological records. No authentication or API key required.

Key Features

  • Time Series Data -- Download daily measurements for any catalog item: reservoir storage (acre-feet), water elevation (feet), release volumes (cfs), inflow, evaporation, and more
  • Catalog Search -- Browse or search the full USBR dataset catalog by keyword to discover available data for specific dams, reservoirs, rivers, or parameters
  • Complete Location Metadata -- Every record includes facility name, state, GPS coordinates, Reclamation region, facility type, timezone, and measurement units
  • Historical Coverage -- Many datasets go back to the 1930s-1960s, providing decades of continuous daily observations
  • Zero Authentication -- The RISE API is fully public. No API keys, tokens, or credentials needed

Data Fields

Time Series Output

FieldDescriptionExample
itemIdUSBR catalog item identifier509
locationNameDam or reservoir nameLake Powell Glen Canyon Dam and Powerplant
stateUS state abbreviationAZ
latitudeGPS latitude (WGS84)37.05778
longitudeGPS longitude (WGS84)-111.30332
reclamationRegionBureau of Reclamation region codeUC (Upper Colorado)
facilityTypeType of facilityLake/Reservoir, Dam, Diversion
parameterNameWhat is being measuredLake/Reservoir Storage
unitsMeasurement unitsaf (acre-feet), cfs, ft
timestepMeasurement frequencydaily, monthly
dateTimeObservation timestamp (UTC)2024-01-01 07:00:00
valueMeasured value as a number8429440
resultTypeObserved vs modeledobserved

Catalog Output

FieldDescriptionExample
itemIdCatalog item ID (use with timeseries mode)6124
nameDataset titleLake Mead Daily Storage-af Time Series Data
locationNameFacility nameLake Mead Hoover Dam and Powerplant
stateState(s)AZ, NV
parameterNameMeasurement parameterLake/Reservoir Storage
unitsUnits of measurementaf
timestepData frequencydaily
temporalStartEarliest available data1934-04-01
temporalEndMost recent data2026-03-16

How to Scrape Bureau of Reclamation Water Data

Step 1: Download Time Series by Item ID

If you already know the catalog item ID, set the following input:

{
"dataType": "timeseries",
"itemId": 509,
"startDate": "2024-01-01",
"endDate": "2024-12-31",
"maxResults": 500
}

This downloads daily Lake Powell storage data for all of 2024. Common item IDs include:

  • 509 -- Lake Powell reservoir storage (acre-feet)
  • 6124 -- Lake Mead reservoir storage (acre-feet)
  • 513 -- Lake Powell water elevation (feet)
  • 6127 -- Lake Mead water elevation (feet)

Step 2: Search the Catalog

If you need to find the right dataset, use catalog mode:

{
"dataType": "catalog",
"searchQuery": "Hoover Dam",
"maxResults": 20
}

This returns all datasets mentioning "Hoover Dam" with their item IDs, parameters, units, and date ranges. Use the itemId from the results to download time series data.

Step 3: Search and Download in One Step

Provide a search query in timeseries mode without an item ID, and the actor automatically finds and downloads data for the first matching dataset:

{
"dataType": "timeseries",
"searchQuery": "Lake Powell",
"startDate": "2024-06-01",
"endDate": "2024-06-30",
"maxResults": 30
}

Pricing

This actor uses the pay-per-result pricing model:

EventPrice
Per result$0.002
Actor start$0.00005

Users also pay standard Apify platform compute costs. A typical run downloading 365 days of daily data for one reservoir costs approximately $0.73 in result fees plus minimal compute costs.

Common Use Cases

  • Drought Monitoring -- Track reservoir storage levels across the Colorado River Basin to monitor drought conditions in real time
  • Water Supply Forecasting -- Feed historical storage and inflow data into predictive models for agricultural water allocation
  • Environmental Compliance -- Document dam release volumes for regulatory reporting and environmental impact assessments
  • Infrastructure Planning -- Analyze long-term reservoir capacity trends for water infrastructure investment decisions
  • Academic Research -- Access decades of hydrological time series data for climate science, hydrology, and water policy research
  • RAG Pipelines -- Structured JSON output feeds directly into retrieval-augmented generation systems for AI-powered water analytics

Input Reference

ParameterTypeRequiredDefaultDescription
dataTypestringNotimeseriestimeseries for measurement data, catalog to browse/search datasets
itemIdintegerNo--Catalog item ID to download (e.g., 509 for Lake Powell storage)
searchQuerystringNo--Search keyword (e.g., "Lake Mead", "Colorado River")
startDatestringNo30 days agoStart date for time series (YYYY-MM-DD)
endDatestringNoTodayEnd date for time series (YYYY-MM-DD)
maxResultsintegerNo500Maximum number of records to return

Example Output (Time Series)

{
"itemId": 509,
"locationName": "Lake Powell Glen Canyon Dam and Powerplant",
"state": "AZ",
"latitude": 37.05778,
"longitude": -111.30332,
"reclamationRegion": "UC",
"facilityType": "Lake/Reservoir",
"parameterName": "Lake/Reservoir Storage",
"units": "af",
"timestep": "daily",
"timezone": "MT",
"aggregation": "instant",
"dateTime": "2024-01-01 07:00:00",
"value": 8429440,
"timeStep": "day",
"resultType": "observed"
}

Other Actors You Might Like

FAQ

What is the RISE API? RISE (Reclamation Information Sharing Environment) is the Bureau of Reclamation's public data platform providing water operations data for dams, reservoirs, and water projects across the western United States.

What dams and reservoirs are covered? The database includes over 1,200 catalog records covering major facilities like Lake Powell, Lake Mead, Shasta Lake, Folsom Lake, and hundreds of smaller reservoirs and diversion structures across 17 western states.

How often is the data updated? Most operational datasets (storage, elevation, releases) are updated daily. Some datasets have monthly or irregular update frequencies.

What do the units mean?

  • af = acre-feet (volume, 1 af = 325,851 gallons)
  • cfs = cubic feet per second (flow rate)
  • ft = feet (elevation/depth)

Is this data free to use? Yes. Bureau of Reclamation data is public domain US government data. No authentication is required. Data is provisional and subject to revision unless otherwise noted.

This actor accesses publicly available data from the Bureau of Reclamation RISE API. The data is provided by the US government and is in the public domain. Data are provisional and subject to revision. Users should consider the provisional nature of the information before making decisions based on it. This actor is not affiliated with or endorsed by the Bureau of Reclamation.

For support, open an issue on GitHub or contact us through the Apify platform.