Shopping · head-to-head

BuyWhere vs Mercadolibre

BuyWhere

BuyWhere runs a live product-search API backed by a real, large product catalog spanning merchants across seven Southeast Asian and North American markets, purpose-built for AI shopping agents. Access is gated by a Bearer API key with a published free/Starter/Pro/Enterprise pricing ladder rather than an open, unauthenticated feed. Its CORS policy only serves an Access-Control-Allow-Origin header to allow-listed origins, so arbitrary browser-side callers get no such header even though the API answers preflight requests.

Mercadolibre

Mercado Libre exposes a large REST surface across its Latin American marketplace sites, covering listings, orders, ads, and shipping. Public reference data like site categories is reachable without a token, but anything scoped to a seller account requires an OAuth2 access token obtained via an authorization-code or client-credentials grant. The API itself carries no direct usage fee — Mercado Libre monetizes through marketplace and payment commissions instead.

BuyWhereMercadolibre
AuthenticationAPI KeyOAuth
Pricingfreemiumfree
FormatsJSONJSON
CORSnoyes
HTTPSYesYes

Mercadolibre supports CORS, while BuyWhere doesn't — pick Mercadolibre for direct browser calls.

More comparisons