The playground

Try any of 1042 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/trendyol/v1/product/reviews2 credits

paginated reviews by `content_id` OR `url`: {ai_summary (AI review digest), summary(avg/total_rating_count/total_comment_count/total_pages), reviews[]{user,rating,comment,date,seller,trusted,is_influencer,images}}. page/page_size params.

Working example
Parameters

Trendyol product ID — the digits after '-p-' in the product URL (…-p-<id>). Take it from search results. Provide content_id OR url.

Full Trendyol product URL — alternative to content_id.

Review page — 0-BASED (first page = 0, then 1, 2…); summary.total_pages tells you how many exist. (0–)

Reviews per page (1–50; larger values are capped at 50). (1–50)

request preview
curl -X POST https://api.reefapi.com/trendyol/v1/product/reviews \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"content_id":"762254881"}'

Hit Send to run this endpoint live.