GET /offer endpoint.The catalogue holds 1,627 SKUs — too many to list. Search by any combination of the parameters below. This page is a plain GET /search with query params, so an agent can fetch it directly and read the results.
| Parameter | Meaning |
|---|---|
| q | Free-text — every word must appear in the SKU, name, category, or any spec value. |
| category | Product family (substring of the category label or key, e.g. "hex", "wood", "anchor"). |
| thread | Thread size or gauge, e.g. "M8" or "8" (metric) or "4.0" (wood/self-tapping gauge in mm). |
| length | Length in mm — exact ("40") or range ("30-60"). |
| head | Head type substring, e.g. "hex", "countersunk", "pan", "socket cap". |
| drive | Drive type substring, e.g. "phillips", "pozidriv", "torx", "hex socket", "slotted". |
| material | Material substring, e.g. "stainless", "carbon", "alloy", "A2", "A4". |
| grade | Strength / tensile class substring, e.g. "8.8", "10.9", "12.9", "A2-70". |
| finish | Surface finish substring, e.g. "zinc", "bright", "black oxide". |
| min_price | Minimum price per pack in EUR. |
| max_price | Maximum price per pack in EUR. |
| limit | Max results to return (default 25, max 100). |
/search?thread=M8&grade=8.8&category=hex/search?q=stainless+countersunk+wood&length=40-60/search?category=anchor&material=A4/search?thread=M6&head=socket+cap&grade=12.9/search?drive=torx&max_price=20