BuyWhere · Schema
BuyWhere Offer
An offer/listing for a product on a specific merchant (Schema.org Offer-compatible).
E-CommerceShoppingPrice ComparisonSEASoutheast AsiaAI AgentsProduct Catalog
Properties
| Name | Type | Description |
|---|---|---|
| product_id | string | |
| domain | string | Merchant platform. |
| merchant_name | string | |
| url | string | |
| price | number | |
| original_price | number | |
| discount_pct | number | |
| currency | string | |
| country_code | string | |
| availability | string | |
| shipping | object | |
| rating | number | |
| review_count | integer | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.buywhere.ai/schema/offer.json",
"title": "BuyWhere Offer",
"description": "An offer/listing for a product on a specific merchant (Schema.org Offer-compatible).",
"type": "object",
"required": ["product_id", "domain", "price", "currency", "url"],
"properties": {
"product_id": { "type": "string", "format": "uuid" },
"domain": {
"type": "string",
"description": "Merchant platform.",
"examples": ["shopee", "lazada", "amazon", "walmart", "carousell", "best_denki"]
},
"merchant_name": { "type": "string" },
"url": { "type": "string", "format": "uri" },
"price": { "type": "number", "minimum": 0 },
"original_price": { "type": "number" },
"discount_pct": { "type": "number", "minimum": 0, "maximum": 100 },
"currency": { "type": "string" },
"country_code": { "type": "string" },
"availability": {
"type": "string",
"enum": ["in_stock", "out_of_stock", "preorder", "limited"]
},
"shipping": {
"type": "object",
"properties": {
"free": { "type": "boolean" },
"cost": { "type": "number" },
"currency": { "type": "string" },
"estimated_days_min": { "type": "integer" },
"estimated_days_max": { "type": "integer" }
}
},
"rating": { "type": "number" },
"review_count": { "type": "integer" },
"updated_at": { "type": "string", "format": "date-time" }
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/buywhere-offer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.