docs / hepsiburada
Hepsiburada
Turkish marketplace products, prices and reviews.
base /hepsiburada/v12 endpoints
post
/hepsiburada/v1/product/detail1 creditfull product by `url` OR `sku` (HB code): title/brand/price/discount/images/rating/stock/seller(merchant)/category/specs/variants/top_reviews. + reduxStore. The dual-use influencer module.
| Parameter | Required |
|---|---|
| url | optional |
| sku | optional |
| max_rotations | optional |
post
/hepsiburada/v1/search2 creditsproduct search by `query` → results[]{sku,title,brand,url,price,list_price,rating,image,merchant}. `page` (1-based). Honest render flag: | skeleton | empty.
| Parameter | Required |
|---|---|
| query | required |
| page | optional |
| max_rotations | optional |
Example request · product/detail
curl -X POST https://api.reefapi.com/hepsiburada/v1/product/detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"url":"https://www.hepsiburada.com/-p-HBCV00004X9ZCK"}'Response shape
{
"ok": true,
"data": { /* the result */ },
"meta": {
"latency_ms": 240,
"record_count": 12,
"completeness_pct": 100
},
"error": null
}