# USGS water sites near major US rivers

**Use case:** 

Run a ready-made USGS Water Data example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: usgs-water-data-scraper.

## Input

```json
{
  "siteNumber": "01646500",
  "parameterCode": "00060",
  "period": "P1D",
  "maxResults": 3
}
```

## Output

```json
{
  "site_number": {
    "label": "Site Number",
    "format": "text"
  },
  "site_name": {
    "label": "Site Name",
    "format": "text"
  },
  "parameter_code": {
    "label": "Parameter Code",
    "format": "text"
  },
  "parameter_name": {
    "label": "Parameter Name",
    "format": "text"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "observed_at": {
    "label": "Observed At",
    "format": "date"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "qualifiers": {
    "label": "Qualifiers",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "site_url": {
    "label": "Site Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USGS Water Data Scraper - Live Site Readings](https://apify.com/benthepythondev/usgs-water-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/usgs-water-data-scraper) to learn more, explore other use cases, and run it yourself.