BuyWhere · JSON Structure

Buywhere Offer Structure

JSON Structure for an offer (merchant listing) of a BuyWhere product. Aligns with Schema.org Offer.

Type: object Properties: 0
E-CommerceShoppingPrice ComparisonSEASoutheast AsiaAI AgentsProduct Catalog

BuyWhereOffer is a JSON Structure definition published by BuyWhere.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "BuyWhereOffer",
  "version": "1.0.0",
  "description": "JSON Structure for an offer (merchant listing) of a BuyWhere product. Aligns with Schema.org Offer.",
  "type": "object",
  "fields": [
    { "name": "product_id", "type": "uuid", "required": true },
    { "name": "domain", "type": "enum", "values": ["shopee", "lazada", "amazon", "walmart", "carousell", "best_denki", "fairprice"], "required": true },
    { "name": "merchant_name", "type": "string" },
    { "name": "url", "type": "uri", "required": true, "schemaOrg": "schema:offers.url" },
    { "name": "price", "type": "decimal", "required": true, "schemaOrg": "schema:offers.price" },
    { "name": "original_price", "type": "decimal" },
    { "name": "discount_pct", "type": "decimal", "range": [0, 100] },
    { "name": "currency", "type": "string", "required": true, "schemaOrg": "schema:priceCurrency" },
    { "name": "country_code", "type": "string" },
    { "name": "availability", "type": "enum", "values": ["in_stock", "out_of_stock", "preorder", "limited"], "schemaOrg": "schema:offers.availability" },
    { "name": "shipping", "type": "object", "description": "Shipping options for this offer.", "fields": [
      { "name": "free", "type": "boolean" },
      { "name": "cost", "type": "decimal" },
      { "name": "currency", "type": "string" },
      { "name": "estimated_days_min", "type": "integer" },
      { "name": "estimated_days_max", "type": "integer" }
    ]},
    { "name": "rating", "type": "decimal", "range": [0, 5] },
    { "name": "review_count", "type": "integer" },
    { "name": "updated_at", "type": "datetime" }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/buywhere-offer-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.