Data API
Vocode's structured dataset is the product; the website and the API are two views of it.
We’re building a read API so AI shopping assistants, comparison engines and browser agents can consume verified codes — with confidence scores, plain-English conditions, and last-tested timestamps — rather than scraping listing pages.
Planned endpoints:
GET /merchants/{slug}/codes— live codes with confidence, conditions, and last-tested time.POST /merchants/{slug}/best-code— pass a basket scenario, get the best-fit code and why others were excluded.
A machine-readable conditions schema (JSON Schema) will be published openly to encourage adoption.
The API is in development and gated to invited partners at launch.