docs / mercadolibre

Mercado Libre

Latin-American marketplace products and prices.

base /mercadolibre/v13 endpoints
post/mercadolibre/v1/search/ofertas1 credit

Search MercadoLibre Brazil products and deals — returns ranked listing cards with price in BRL, seller label, and review summary across multiple pages

ParameterAllowed / rangeDescription
queryrequiredWhat to search for (product keywords, Portuguese works best — Brazil site).
max_pages = 3optional1–10How many result pages to fetch + merge in one call (1–10, ~48 items/page).
stop_on_empty = trueoptionalStop early when a page returns no items (leave on — saves time).
Try in playground →
post/mercadolibre/v1/search/suggest1 credit

search-term autosuggest

ParameterAllowed / rangeDescription
queryrequiredPartial search text to complete.
Try in playground →
post/mercadolibre/v1/category/browse1 credit

Browse the MercadoLibre Brazil category tree — returns a category's name, total item count, full path from root, and its direct child subcategories. Use search/ofertas to retrieve products within a category.

ParameterAllowed / rangeDescription
category_idrequiredMercadoLibre Brazil category ID (always starts with MLB). Drill down via this same action's children[].id; MLB1051 = Celulares e Telefones.
Try in playground →