The playground
Try any of 1465 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/mercadolibre/v1/deals1 credit
MercadoLibre's live deals feed (Ofertas del día) — discounted listing cards with current and previous price, discount %, star rating + review count, seller (+official-store flag), shipping and brand. Multi-country, paginated, optional minimum-discount filter. Note: this is the site-wide daily-deals browse — it is NOT keyword-filtered.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/mercadolibre/v1/deals \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"site_id":"MLA"}'Hit Send to run this endpoint live.