Skip to main content
POST
/
api
/
hepsiburada
/
products
/
sellers
/hepsiburada/products/sellers
curl --request POST \
  --url https://api.anysite.io/api/hepsiburada/products/sellers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "seller_id": "<string>",
    "@type": "@hepsiburada_product_offer",
    "seller_name": "<string>",
    "seller_alias": "<string>",
    "listing_id": "<string>",
    "price": 123,
    "list_price": 123,
    "currency": "<string>",
    "rating": 123,
    "rating_count": 123,
    "city": "<string>",
    "has_free_shipping": true,
    "has_fast_shipping": true,
    "is_winner": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
product
string
required

Hepsiburada product SKU, product group id or a product URL

Minimum string length: 1
Examples:

"HBCV00004X9ZCH"

"HBC00004X9ZCG"

"https://www.hepsiburada.com/apple-iphone-15-128-gb-p-HBCV00004X9ZCH"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

seller_id
string
required
@type
string
default:@hepsiburada_product_offer
seller_name
string | null
seller_alias
string | null
listing_id
string | null
price
number | null
list_price
number | null
currency
string | null
rating
number | null
rating_count
integer | null
city
string | null
has_free_shipping
boolean | null
has_fast_shipping
boolean | null
is_winner
boolean | null