Shopping · head-to-head
BuyWhere vs Mercadolibre
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.
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.
| BuyWhere | Mercadolibre | |
|---|---|---|
| Authentication | API Key | OAuth |
| Pricing | freemium | free |
| Formats | JSON | JSON |
| CORS | no | yes |
| HTTPS | Yes | Yes |
Mercadolibre supports CORS, while BuyWhere doesn't — pick Mercadolibre for direct browser calls.