# Instantaneous Values USGS Water Services

**Use case:** 

Extract USGS Water Services data filtered by Instantaneous Values. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "endpoint": "iv",
  "sites": [
    "01646500"
  ],
  "parameterCodes": [
    "00060",
    "00065"
  ]
}
```

## Output

```json
{
  "siteCode": {
    "label": "Site Code",
    "format": "text"
  },
  "siteName": {
    "label": "Site Name",
    "format": "text"
  },
  "stateCode": {
    "label": "State",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "siteType": {
    "label": "Site Type",
    "format": "text"
  },
  "parameterCode": {
    "label": "Parameter",
    "format": "text"
  },
  "parameterName": {
    "label": "Parameter Name",
    "format": "text"
  },
  "parameterDescription": {
    "label": "Description",
    "format": "text"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "statisticCode": {
    "label": "Statistic",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "qualifiers": {
    "label": "Qualifiers",
    "format": "object"
  },
  "dateTime": {
    "label": "Observed",
    "format": "date"
  },
  "endpoint": {
    "label": "Endpoint",
    "format": "text"
  },
  "methodDescription": {
    "label": "Method",
    "format": "text"
  },
  "agencyCode": {
    "label": "Agency",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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