The problem: specs are trapped in PDFs
If you're building a construction estimation tool, an energy modeling app, a BIM plugin, or any software that needs to reason about building product performance, you hit the same wall immediately: there is no unified, queryable source of building product specifications.
Want the SEER rating for a specific Carrier heat pump? It's in a 47-page product data sheet. Need to find all insulation products with R-value above 30? You're clicking through manufacturer websites one by one. Trying to compare window U-values across Andersen, Pella, and Milgard? That's three separate PDFs, three different table formats, and a lot of manual copying.
This is not a niche problem. It affects every developer working in the construction technology space:
- Energy modeling software needs U-values, SHGC, and R-values to calculate building envelope performance
- Construction estimating tools need product specs to validate material selections
- BIM plugins need structured product data to populate building information models
- Procurement platforms need spec data to match products to project requirements
- AI tools for architects need queryable spec data to recommend products that meet code requirements
No existing API solves this. RSMeans has no API. 1build covers pricing but not specs. Manufacturer APIs don't exist. The data exists — it's just not accessible programmatically.
Substrata is the first REST API built specifically to solve this.
What Substrata covers: 500+ products, 12 categories
Substrata has structured spec data for over 500 building products across 12 categories. Each product includes the performance attributes that developers actually need to filter and compare.
Beyond performance specs, every product includes manufacturer, category, subcategory, price range (min/max USD), certifications (ENERGY STAR, LEED, GreenGuard), dimensions, and weight. The full field list is in the API documentation.
Code examples: 4 practical queries
Here's what's actually possible with the Substrata API today. All examples use curl — swap in your HTTP client of choice.
1. Filter HVAC products by SEER rating ≥ 16
Energy codes in many states now require SEER ≥ 16 for new residential installations. This query finds all qualifying products and sorts by efficiency.
2. Find insulation with R-value > 30
High-performance wall assemblies and passive house designs typically require R-30+. This query surfaces all qualifying insulation products, filterable by type.
3. Compare window U-values across manufacturers
Energy code compliance often requires window U-values below a threshold (IECC 2021 requires ≤ 0.30 in most Climate Zones). This query lets you compare across all manufacturers in one call.
4. Get all products with fire_resistance data
Fire-rated assemblies require products with documented fire resistance ratings. This query returns all products where that field is populated, across all categories.
Why alternatives don't solve this
Developers evaluating this space run into the same dead ends. Here's the honest picture:
| Source | Spec Data | Queryable API | Free Tier | Coverage |
|---|---|---|---|---|
| Substrata | ✓ Structured | ✓ REST API | 100/day, no CC | 500+ products, 12 categories |
| RSMeans | Limited | ✗ No API | ✗ None | Cost data, not specs |
| 1build | ✗ None | ✓ REST API | ✗ Contact sales | Pricing only |
| Manufacturer PDFs | Buried in PDF | ✗ None | Free (manual) | Per-product, inconsistent |
RSMeans is the industry benchmark for cost data — labor rates, installation costs, regional adjustments — but it was never built to surface product performance attributes. Asking RSMeans for a SEER rating or R-value is asking the wrong question of the right institution. They don't have it in queryable form, and there's no API anyway.
1build solves the pricing problem well — real-time distributor prices for thousands of SKUs. But specs are entirely absent. If you need to know whether a product qualifies for an energy code requirement before you know what it costs, 1build can't help you there.
Manual PDF lookup is the current reality for most developers. It works at small scale and breaks completely when you need to compare 50 products, automate a BIM workflow, or power an AI recommendation engine. The data is technically "free" — the cost is engineering time, which isn't.
Get started: 100 free calls/day, no credit card
The free tier gives you 100 API calls per day forever — enough to build a prototype, validate your integration, and understand the data before committing. No credit card required at signup.
For production use: Starter is $49/mo for 5,000 calls/day. Pro is $199/mo for 50,000 calls/day. Both upgrade automatically from the free tier with no data migration.
The full API documentation has every available filter parameter by category, response schemas, and examples in Python, JavaScript, and Go. The price index shows live data across all 12 categories.
If you're building anything in construction tech — estimation software, energy modeling, BIM plugins, procurement tools, or AI-powered product selection — the spec data you need is here. It's the only place it's queryable.
If you're specifically building a cost estimator, see the tutorial: Build a Construction Cost Estimator with the Substrata API — a complete Node.js walkthrough that takes room dimensions and outputs cost ranges using price_min_usd / price_max_usd from the API.
Try Substrata free
100 API calls per day, no credit card. SEER ratings, R-values, U-values, fire ratings, compressive strength — all queryable via REST.
Get API Key → Read Docs