Skip to main content
The HVAC pricing context endpoint surfaces observed market prices for HVAC equipment sourced from distributor pages, public benchmarks, and third-party price feeds. Each record carries a quote_safe flag that tells you whether the observation meets the verification bar for use in customer-facing quotes. Records with quote_safe: false are still useful for internal cost modeling, competitive benchmarking, and range estimation. Endpoint

Query Parameters

string
Filter by manufacturer name. Partial match, case-insensitive (e.g., Carrier, Lennox).
string
Filter by model number. Partial match, case-insensitive.
string
Narrow to a specific price observation type. Common values: msrp, distributor_list, street_price, installed_benchmark.
string
Filter by provenance category. Common values: public_market_observation, third_party, inferred_model, public_benchmark.
boolean
When true, returns only records cleared for use in customer-facing quotes. Omit to return all records.
integer
default:"100"
Maximum number of records to return. Capped at 250.
All results are scoped to trade_category = hvac. To retrieve pricing for other trades use the equipment pricing endpoint.

Response Fields

array
Array of price observation objects.
object
Summary of the query result set.
third_party, public_market_observation, inferred_model, and public_benchmark source kinds are always returned with quote_safe: false regardless of other conditions. Do not use those records as authoritative pricing in customer quotes without independent verification.

Example Request

Example Response