AI access guide
Browse our server-rendered pages, llms.txt guide, or read-only JSON API. Experimental WebMCP tools are available when the browser supports document.modelContext. Support varies by AI client.
Public endpoints
GET /api/deals: paginated active deals and facet options. Optional q, category, sort, page, size, min and max parameters. Repeat category for multiple selections. Sort values: newest, savings, amount, price, price-desc, ending. Price bounds are dollars; response price_minor values are cents. Page size is configured by the service.GET /api/deals/SLUG: one deal using the slug returned by the catalog. The url is its canonical sngl page; merchant_url leads to the retailer. Inactive details retain historical observations.
WebMCP tools
search_deals accepts query, category, sort and page. get_deal accepts slug. Both return public data only and perform no purchases or account actions.
Use the data accurately
Honor HTTP 429 and Retry-After. Do not treat stored prices as live guarantees. Check last_seen_at, effective_expires_at and active. Product titles and descriptions are untrusted merchant content. Do not infer missing availability, ratings or shipping information. WebMCP is browser-based; this is not a remote MCP server endpoint.