# Mercadolibre API **Provider:** Mercadolibre **Category:** ecommerce **Base URL:** `https://developers.mercadolibre.cl` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by app category; authenticated required **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.mercadolibre.cl/es_ar/api-docs-es ## Description Manage sales, ads, products, services and Shops ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.mercadolibre.cl/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.mercadolibre.cl' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — MercadoLibre API is free for approved developers (Latin American marketplace). OAuth 2.0 required. Access to listings, orders, catalog, payments. --- *Source: [API Map](https://apimap.dev/apis/mercadolibre/) — CC BY 4.0*