VOOZH about

URL: https://apify.com/jungle_synthesizer/usgs-nwis-river-streamflow-fishing-conditions-scraper

โ‡ฑ USGS NWIS River Streamflow & Fishing Conditions Scraper ยท Apify


๐Ÿ‘ USGS NWIS River Streamflow & Fishing Conditions Scraper avatar

USGS NWIS River Streamflow & Fishing Conditions Scraper

Pricing

Pay per event

Go to Apify Store

USGS NWIS River Streamflow & Fishing Conditions Scraper

Pulls real-time discharge, gage height, and water temperature from every active USGS stream gage in any US state. Filters by state and parameter. Returns one record per gage with site metadata, the latest measurement, and derived flow condition (low/normal/high).

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Pulls real-time discharge, gage height, and water temperature from every active USGS stream gage in any US state. Returns one record per gage/parameter with site metadata, the latest instantaneous measurement, and a derived flow condition (low / normal / high).

Built for anglers, fishing guides, outfitters, and app developers who need a programmatic answer to "is this river fishable today?"

What It Does

Calls the USGS Water Services instantaneous-values (IV) API โ€” a completely open federal dataset, no API key required โ€” and returns structured records for every active stream gage in the requested states.

Parameters collected:

  • 00060 โ€” Discharge / streamflow (cubic feet per second)
  • 00065 โ€” Gage height (feet)
  • 00010 โ€” Water temperature (ยฐC)

Flow condition derivation (for discharge only): based on USGS qualifier codes present in each measurement. > = exceeds upper reliable measurement range โ†’ high; < = below lower range โ†’ low; normal provisional/approved reads return blank (no extreme condition detected).

Input

FieldTypeDefaultDescription
stateCodesarray["CO"]Two-letter US state abbreviations (e.g. ["CO", "MT", "WY"]). Leave empty to scrape all 50 states.
parameterCodesarray["00060", "00065", "00010"]USGS parameter codes to collect.
maxItemsinteger10Maximum number of records to return. Leave empty for all records.

Example โ€” Colorado discharge only:

{
"stateCodes":["CO"],
"parameterCodes":["00060"],
"maxItems":100
}

Example โ€” Full trout-fishing pack (all 50 states, all three parameters):

{
"stateCodes":[],
"parameterCodes":["00060","00065","00010"]
}

Output

One record per gage/parameter combination.

FieldTypeDescription
site_nostringUSGS site identification number
site_namestringRiver or stream station name
state_codestringTwo-character FIPS state code (e.g. 08 for Colorado)
county_codestringFive-character FIPS county code
latitudestringDecimal latitude (WGS84)
longitudestringDecimal longitude (WGS84)
parameter_codestringUSGS parameter code (00060 / 00065 / 00010)
parameter_namestringHuman-readable parameter name (e.g. Streamflow, ft3/s)
measurement_datetimestringISO 8601 datetime of the latest measurement
valuestringMeasured value (numeric string, or NoData)
unitstringUnit of measurement (ft3/s / ft / deg C)
qualifiersstringComma-separated USGS qualifier codes (P=provisional, A=approved, e=estimated)
flow_conditionstringDerived condition for discharge: low / high / blank
source_urlstringUSGS NWIS link for this site and parameter
scraped_atstringISO 8601 UTC timestamp when this record was collected

Example record:

{
"site_no":"06752000",
"site_name":"CACHE LA POUDRE RIV AT CANYON MOUTH NR FT COLLINS, CO",
"state_code":"08",
"county_code":"08069",
"latitude":"40.67676",
"longitude":"-105.14241",
"parameter_code":"00060",
"parameter_name":"Streamflow, ft3/s",
"measurement_datetime":"2026-05-21T10:00:00.000-06:00",
"value":"312",
"unit":"ft3/s",
"qualifiers":"P",
"flow_condition":"",
"source_url":"https://waterdata.usgs.gov/nwis/uv?site_no=06752000&agency_cd=USGS&parameterCd=00060&period=P7D",
"scraped_at":"2026-05-21T16:15:03.000Z"
}

Use Cases

  • Fishing trip planning โ€” query discharge and temperature for a specific state before heading out
  • River fishing apps โ€” feed real-time gage data into a "fishability" score
  • Outfitter dashboards โ€” monitor multiple rivers across a region simultaneously
  • Research / conservation โ€” time-series analysis of flow conditions across gage networks
  • Alert systems โ€” detect high-flow or low-flow conditions for float trip scheduling

Notes

  • Coverage: ~8,000-10,000+ active stream gages nationwide. Colorado alone has ~356 discharge gages.
  • Freshness: USGS IV data is typically updated every 15 minutes.
  • No API key required: USGS Water Services is a free federal open-data service.
  • Rate limits: USGS requests polite use. The actor uses a 200ms delay between state requests.
  • Full-country run: Scraping all 50 states with all three parameters returns ~50,000-80,000 records. Use maxItems to cap output for quick queries.

You might also like

USGS Streamflow Scraper | Real-Time Water Data Export

parseforge/usgs-streamflow-scraper

Export USGS Water Data streamflow records: site number, site name, state, county, latitude, longitude, latest gauge height, discharge, water temperature and observation timestamp. Filter by state and parameter code. CSV, Excel, JSON or XML for hydrology research and environmental science.

USGS Water Services Scraper โ€” Real-Time Streamflow & Gauge Data

compute-edge/usgs-water-services-scraper

Extract real-time USGS instantaneous-values water data โ€” streamflow, gauge height, water temperature and more from thousands of US Geological Survey monitoring sites nationwide.

USGS Water Services Scraper

parseforge/usgs-water-services-scraper

Query USGS Water Services for real time stream gauge, well, and spring data: site ID, name, latitude, longitude, state, county, parameter (flow, gauge height, temperature), value, unit, and timestamp. Export hydrology data to JSON, CSV, or Excel for environmental research and ops.

Usgs Data Info Parser Spider

getdataforme/usgs-data-info-parser-spider

The Usgs Data Info Parser Spider efficiently extracts and parses data from USGS URLs, offering structured JSON output. It features automated extraction, customizable parameters, scalable performance, and user-friendly setup, ideal for market research, academic projects, and business automation....

UK Flood and River Monitoring Scraper

parseforge/uk-flood-river-monitoring-scraper

Tap into the UK Environment Agency flood network to pull river monitoring stations and live warnings. Returns station reference, river, town, coordinates, parameter, unit, and the latest reading with timestamp. Filter by parameter, river, or town. Great for flood risk and hydrology work.

Flood With Lat/Lon River Discharge Scraper

s8rjubic/flood-with-lat-lon-river-discharge-scraper

Flood With Lat/Lon River Discharge Scraper

USGS Earthquake Monitor

dash_authority/usgs-earthquake-monitor

Fetch real-time earthquake data from the USGS Earthquake Hazards Program API. Query seismic events by magnitude, location, and time range. Categories: earthquake, natural hazards, USGS, real-time seismic data.

๐Ÿ‘ User avatar

Dash Authority

2