/energystar/products/search

POST /api/energystar/products/search

Price: 20 credits

Search ENERGY STAR certified products within one certification category. Narrows by brand, model name and number, sub-type, certifying partner, UPC, the market a model is certified for, whether it meets the Most Efficient criteria, free text across the record, and exact or numeric bounds on any of the measured columns the category is certified on. Orders by any of those columns. Returns the full certification record for every match, with the measured performance figures under the programme's own column names.

How to use it

One `product_category` per call — categories are separate datasets and their measured columns barely overlap, so `filters`, `min_values`, `max_values` and `sort` all take column names that only exist within the chosen one; call energystar/product_types first to read them. A column the category does not have is rejected rather than ignored, and `product_type` exists on only about half of them. Residential and commercial versions of the same appliance are different categories (residential_clothes_washers against commercial_clothes_washers), and heat pumps and central air conditioners share one very large category. Every value is text, so a numeric comparison has to go through `min_values` and `max_values` rather than `filters`. `market` matches a model certified for several markets, and almost the whole register is certified for the United States, so it separates usefully only for Canada and the smaller markets.

Parameters

Request body

Response

Errors

Response headers