airdb

AirDB Cloud · Data platform for the physical economy

Field-level data,
enterprise-grade decisions.

Cloud database tools, curated industry datasets, and agriculture analytics, delivered as clean APIs your team can ship on. From soil to shelf: one data layer.

Free tier · No credit card · api.airdb.io

airdb — curl
$ curl https://api.airdb.io/v1/prices \
    -H "Authorization: Bearer $AIRDB_KEY" \
    -d commodity=apple -d region=CN-HZ

HTTP/2 200 · 43ms
{
  "commodity": "apple",
  "region":    "CN-HZ",   // Hangzhou
  "unit":      "USD/kg",
  "series": [
    { "date": "2026-07-06", "price": 0.94 },
    { "date": "2026-07-07", "price": 0.97 },
    { "date": "2026-07-08", "price": 1.02 }
  ],
  "next_cursor": "eyJvZmZzZXQi…"
}
2.4B+
data points under management
140+
commodity & industry datasets
99.95%
uptime SLA on paid plans
<80ms
p95 API latency, global edge

The platform

Six products. One data layer.

Everything between raw collection and the chart in your boardroom, run as managed services with a single account and a single bill.

01

AirDB Cloud Tables

Managed cloud database tooling for operational and analytical workloads: schema versioning, branching, and point-in-time restore without a DBA on staff.

02

Data API

REST and bulk endpoints over curated industry datasets. Typed schemas, cursor pagination, and webhooks, designed to be integrated in an afternoon.

03

Agriculture Data SaaS

Price indices, yield and weather series, and supply-chain signals for agri enterprises, from field-level telemetry to shelf-level demand.

04

Industry Data Hub

A governed data middle-platform for your organization: ingestion, entity resolution, and quality rules that turn scattered spreadsheets into one source of truth.

05

Managed Collection

Compliant, monitored data acquisition pipelines run by our team. Public registries, market boards, and partner feeds delivered as clean tables.

06

Visual Analytics

Dashboards and embeddable charts on top of every dataset. Share a live view with a customer, or drop a chart into your own product via iframe or SDK.

Data API

Built to be integrated, not just browsed.

Every dataset ships with a typed schema, stable identifiers, and honest metadata: coverage, cadence, and lineage. Query it live, export it in bulk, or subscribe to changes with webhooks.

  • REST + bulk parquet export from the same catalog
  • Cursor pagination, ETags, and idempotent retries
  • Row-level licensing, resell-safe by design
  • Keys, quotas, and audit logs per environment
from airdb import Client

db = Client()  # reads AIRDB_KEY

frame = db.datasets("agri/apple-prices") \
          .filter(region="CN-HZ", freq="daily") \
          .to_pandas()

frame["price"].rolling(7).mean().plot()

Pricing

Start free. Scale on usage.

Transparent, usage-based pricing in USD. Annual billing saves two months.

Developer

$0/ forever

For prototypes and side projects.

  • 10,000 API calls / month
  • Community datasets
  • 2 cloud tables, 1 GB storage
  • Community support
Start free

Enterprise

Custom/ annual

For data platforms at scale.

  • Unlimited scale, private rate limits
  • Dedicated collection pipelines
  • Data hub co-build & onboarding
  • VPC / on-prem deployment
  • Solution engineer & custom SLA
Talk to sales

Put your product on solid ground.

Ask us about datasets, the data hub, or a private deployment.