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/similar1 credit
similar/cross-sell products by `content_id` OR `url` → results[]{content_id,title,brand,url,price,list_price,rating,comment_count,image,category}. 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.
Result page — 0-BASED (first page = 0). (0–)
How many similar products (1–40; larger values are capped at 40). (1–40)
request preview
curl -X POST https://api.reefapi.com/trendyol/v1/product/similar \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"content_id":"762254881"}'Hit Send to run this endpoint live.