Air Quality Scraper — US & EU AQI, Pollutant Levels
Pricing
$1.00 / 1,000 result items
Air Quality Scraper — US & EU AQI, Pollutant Levels
Fetch real-time and forecasted air quality from the free Open-Meteo API: US AQI, European AQI, PM2.5, PM10, ozone, CO, NO2, SO2. No API key required. JSON output.
Pricing
$1.00 / 1,000 result items
Rating
0.0
(0)
Developer
Thrifty Kiwi
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Air Quality Scraper
Fetches real-time and forecasted air quality data from the free Open-Meteo Air Quality API. Returns US AQI, European AQI, PM2.5, PM10, ozone, CO, NO2 and SO2 levels for any location on Earth.
No API key required — all data comes from free public sources.
Modes
- current — real-time readings for a lat/lon
- forecast — hourly projections for 1-7 days
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
latitude | number | -36.85 | Location latitude |
longitude | number | 174.76 | Location longitude |
mode | select | current | current or forecast |
days | integer | 3 | Forecast days (forecast mode) |
Example input
{"mode": "current", "latitude": -36.85, "longitude": 174.76}
Output
Structured JSON pushed to the run's dataset — one object per result. Errors (invalid input, API failures, empty results) are returned as structured error objects instead of failing the run.
Use cases
- Health & wellness apps
- Environmental monitoring dashboards
- Smart home air quality displays
- Research on pollution exposure
Cost
Pay-per-result: $0.001 per result item (volume discounts available). Free to try — runs are billed only for results produced.