/pcpartpicker/products/search

POST /api/pcpartpicker/products/search

Price: 20 credits

Search one PCPartPicker component category — CPUs, coolers, motherboards, memory, storage, video cards, power supplies, cases, case fans, monitors, keyboards, mice, headphones, speakers, webcams, sound and network cards, fan controllers, thermal paste, optical drives, operating systems and UPS units. Narrows by any option filter the category publishes (manufacturer, chipset, socket, memory type, form factor, colour, rating and the rest), by numeric ranges such as price, capacity, clock speed, wattage, length and port counts, and by a keyword matched against product names. Returns each product with its PCPartPicker code, name, image, the category's own spec columns, the current cheapest price and the community star rating.

How to use it

One call covers one `category`; there is no cross-category search here, so resolve a bare product name with /pcpartpicker/products/suggestions first if you do not know which category it belongs to. `filters` and `ranges` are named with the filter-group headings this category shows, and they differ per category — read them from /pcpartpicker/products/filters rather than guessing, because an unknown group or option is rejected with the list of valid ones. Values inside one group are ORed and separate groups are ANDed. Numeric groups other than Price take a unit specific to the group — GB, MHz, W, mm, or a bare count. `region` switches merchants and currency, not the catalogue, so the same product appears in every region with a different price, which is why the Price range is read against whichever `region` was requested. Note that `price` here is PCPartPicker's cached listing figure and can disagree with the live merchant offers; the Price range filter and /pcpartpicker/products get their number from the merchant table. Each card's `specs` entry here is {name, value: str} — one value per spec name; /pcpartpicker/products carries its own, differently-shaped `specs` ({name, values: list[str]}), since some specs there are multi-valued.

Parameters

Request body

Response

Errors

Response headers