# PM2.5 OpenAQ Air Quality

**Use case:** 

Extract OpenAQ Air Quality data filtered by PM2.5. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "coordinates": "34.0522,-118.2437",
  "radiusKm": 12,
  "maxItems": 10,
  "parameter": "pm25",
  "apiKey": "8213f1debd6141434563293544b1ae61c6519f7841b65e8949d9ceb0e87f0b20"
}
```

## Output

```json
{
  "name": {
    "label": "📍 Station",
    "format": "text"
  },
  "locationUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "countryCode": {
    "label": "🌍 Country",
    "format": "text"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Lon",
    "format": "number"
  },
  "pm25": {
    "label": "🟣 PM2.5",
    "format": "number"
  },
  "pm10": {
    "label": "🟠 PM10",
    "format": "number"
  },
  "parameters": {
    "label": "🧪 Measures",
    "format": "array"
  },
  "provider": {
    "label": "🏢 Provider",
    "format": "text"
  },
  "datetimeLast": {
    "label": "🕒 Last reading",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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