Live
get_product_reviews
mercadolibre.com.arReturns up to 15 MercadoLibre catalog reviews with ratings, comments, media, helpful votes, totals, distributions, and summaries from https://mercadolibre.com.
Parameters1
Runs7
Updated3d ago
Operational7 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_product_reviews?
Returns up to 15 MercadoLibre catalog reviews with ratings, comments, media, helpful votes, totals, distributions, and summaries from https://mercadolibre.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass product_id_or_url and get the result back without maintaining a scraper.
Response
{
"reviews": [
{}
],
"site_id": "<string>",
"metadata": {},
"product_id": "<string>",
"total_reviews": 0,
"average_rating": 0,
"reviews_returned": 0,
"rating_distribution": [
{}
],
"reviews_with_comments": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/a2b253f7-7476-4c2a-879b-48f6040fc153/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "a2b253f7-7476-4c2a-879b-48f6040fc153",
"variables": {
"product_id_or_url": "MLA45748768"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="a2b253f7-7476-4c2a-879b-48f6040fc153") — the "get_product_reviews" function, which returns up to 15 MercadoLibre catalog reviews with ratings, comments, media, helpful votes, totals, distributions, and summaries from https://mercadolibre.com.. It takes product_id_or_url (str). Return the result as structured JSON.