# Hourly Samples by Site EPA Air Quality System (AQS)

**Use case:** 

Extract EPA Air Quality System (AQS) data filtered by Hourly Samples by Site. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "endpoint": "sampleDataBySite",
  "parameter": "88101",
  "stateCode": "06",
  "countyCode": "037",
  "siteNumber": "0080",
  "startDate": "20240101",
  "endDate": "20240131"
}
```

## Output

```json
{
  "stateCode": {
    "label": "State Code",
    "format": "text"
  },
  "countyCode": {
    "label": "County Code",
    "format": "text"
  },
  "siteNumber": {
    "label": "Site Number",
    "format": "text"
  },
  "stateName": {
    "label": "State",
    "format": "text"
  },
  "countyName": {
    "label": "County",
    "format": "text"
  },
  "cityName": {
    "label": "City",
    "format": "text"
  },
  "localSiteName": {
    "label": "Local Site",
    "format": "text"
  },
  "parameterCode": {
    "label": "Parameter Code",
    "format": "text"
  },
  "parameterName": {
    "label": "Parameter",
    "format": "text"
  },
  "poc": {
    "label": "POC",
    "format": "number"
  },
  "datum": {
    "label": "Datum",
    "format": "text"
  },
  "sampleDuration": {
    "label": "Duration",
    "format": "text"
  },
  "units": {
    "label": "Units",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "time": {
    "label": "Time",
    "format": "text"
  },
  "datetimeLocal": {
    "label": "Datetime Local",
    "format": "text"
  },
  "datetimeGmt": {
    "label": "Datetime GMT",
    "format": "text"
  },
  "aqi": {
    "label": "AQI",
    "format": "number"
  },
  "method": {
    "label": "Method",
    "format": "text"
  },
  "monitorAgency": {
    "label": "Agency",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "cbsa": {
    "label": "CBSA",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA Air Quality System (AQS) Scraper](https://apify.com/parseforge/epa-aqs-air-quality-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/epa-aqs-air-quality-scraper) to learn more, explore other use cases, and run it yourself.