Every API, one clean contract.
128 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
11 APIsE-commerce & Marketplaces
24 APIsReal Estate
6 APIsJobs & Hiring
8 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
19 APIsDeveloper Tools
20 APIsClassifieds & Second-hand
4 APIsPrice comparison
livepost/price-compare/v1/search2 creditskeyword/EAN product search across a comparison source → product cards with lowest_price, offer_count, rating, image, comparison_url
{
"query": "iphone 15"
}Try in playground →post/price-compare/v1/product3 creditsfull product detail (title, brand, EAN/GTIN, MPN, breadcrumb, images, specs, rating, lowest_price, embedded merchant offers) by product_id or url
{
"product_id": "2798122"
}Try in playground →post/price-compare/v1/offers3 creditsall merchant offers for a product variant — per-merchant price, availability, delivery, merchant redirect URL (paginated; use a VARIANT id, -aNNN)
{
"product_id": "2798122"
}Try in playground →post/price-compare/v1/price_history3 creditsprice-history for a product — window + min/max observed. cimri ships a REAL 90-day daily min-price series; geizhals' raw point-series is JS-chart-only (min/max + range surfaced, honestly flagged, R15 no fabrication). akakce: not exposed (use cimri for TR history).
post/price-compare/v1/category2 creditsbrowse a comparison-site category by its id/slug → product cards (same shape as search). geizhals-only (cimri/akakce expose search/product/offers/price_history/suggest/compare).
post/price-compare/v1/categories2 creditstop-level category navigation tree of the comparison source (id, name, url)
post/price-compare/v1/suggest2 creditssearch autocomplete — product-name suggestions + the linked product_id for a partial query
post/price-compare/v1/compare4 creditsone-shot price-compare: resolve a query to its top product, then return that product's merchant offers + EAN/GTIN in a single call (search→offers convenience)
Social Media
7 APIs