Documentación Mercado Libre

Descubre toda la información que debes conocer sobre las APIs de Mercado Libre.
circulos azuis em degrade

Documentación

Última actualización 15/03/2023

Metrics

This example will teach you how to use our resources to take metrics.

Resource Description Example
/users/$USER_ID/items_visits?date_from=$DATE_FROM&date_to=$DATE_TO Returns how many visits a user had. GET
/users/$USER_ID/items_visits/time_window?last=$LAST&UNIT=$UNIT&ENDING=$ENDING Returns a user's visits to each published item over a period of time, per site. The information detail it’s grouped by time intervals. GET
/users/$USER_ID/contacts/questions?date_from=$DATE_FROM&date_to=$DATE_TO Retrieve the total questions a specific user had in all of his classified items between a date range. GET
/users/$USER_ID/contacts/questions/time_window?last=$LAST&UNIT=$UNIT This resource let you get the questions made on a seller classified items for a certain time window. GET
/users/$USER_ID/contacts/questions/time_window?last=$LAST&UNIT=$UNIT This resource let you get the questions made on a seller classified item for a certain time window. GET
/users/$USER_ID/contacts/phone_views?date_from=$DATE_FROM&DATE_TO=$DATE_TO You can get the total times the ‘See phone’ option was clicked for every item of a user between date ranges. GET
/users/$USER_ID/contacts/phone_views/time_window?last=$LAST&UNIT=$UNIT You can get the total times the ‘See phone’ option was clicked on an item or for every item of an user on a time window. GET
/items/visits?ids=$ID1, ID2&date_from=$DATE_FROM&date_to=$DATE_TO Retrieves item's visits (Multi-Get). GET
/items/$ITEM_ID/visits/time_window?last=$LAST&UNIT=$UNIT&ENDING=$ENDING Retrieves item's visits on a time window filtering by unit and ending parameters. GET
/items/visits/time_window?ids=$ID1, ID2last=$LAST&UNIT=UNIT&ENDING=$ENDING Retrieves multiple item's visits on a time window filtering by unit and ending parameters(Multi Get). GET
/items/contacts/phone_views/time_window?ids=$ID1,ID2&last=$LAST&UNIT=$UNIT&ENDING=ENDING_DATE Retrieves how many time user's clicked on "See phone" for multiple items (Multi Get). GET