ConsoleCatalog
Sign in
Mercado Livre (Brazil) logo

Mercado Livre (Brazil)

Brazil's e-commerce marketplace - product search, categories, pricing, and reviews.

Categories

ASYNCREADNo auth

Returns the top-level Mercado Libre category taxonomy from the homepage nav.

ParametersFormJSON

Country code: br|ar|mx|co|cl|pe|uy|ec

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "mercadolibre_categories",
    "params": {
      "country": "br"
    }
  }'