Skip to main content
POST
/
api
/
hepsiburada
/
products
/hepsiburada/products
curl --request POST \
  --url https://api.anysite.io/api/hepsiburada/products \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@hepsiburada_product",
    "product_id": "<string>",
    "name": "<string>",
    "brand": "<string>",
    "brand_id": "<string>",
    "price": 123,
    "list_price": 123,
    "min_price": 123,
    "max_price": 123,
    "discount_percentage": 123,
    "currency": "<string>",
    "image": "<string>",
    "images": [],
    "video": "<string>",
    "rating": 123,
    "rating_count": 123,
    "is_in_stock": true,
    "stock_quantity": 123,
    "barcode": "<string>",
    "catalog_name": "<string>",
    "definition_name": "<string>",
    "energy_class": "<string>",
    "tax_vat_rate": 123,
    "is_bundle": true,
    "is_pre_order": true,
    "is_adult_product": true,
    "shipment_day": 123,
    "has_free_shipping": true,
    "has_fast_shipping": true,
    "category": "<string>",
    "breadcrumbs": [],
    "categories": [],
    "attributes": [],
    "variants": [],
    "seller": {
      "id": "<string>",
      "@type": "@hepsiburada_product_seller",
      "name": "<string>",
      "alias": "<string>",
      "city": "<string>",
      "rating": 123,
      "rating_count": 123,
      "image": "<string>",
      "label": "<string>"
    },
    "other_seller_count": 123,
    "other_sellers": []
  }
]

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

id
string
required
url
string
required
@type
string
default:@hepsiburada_product
product_id
string | null
name
string | null
brand
string | null
brand_id
string | null
price
number | null
list_price
number | null
min_price
number | null
max_price
number | null
discount_percentage
number | null
currency
string | null
image
string | null
images
string[]
video
string | null
rating
number | null
rating_count
integer | null
is_in_stock
boolean | null
stock_quantity
integer | null
barcode
string | null
catalog_name
string | null
definition_name
string | null
energy_class
string | null
tax_vat_rate
integer | null
is_bundle
boolean | null
is_pre_order
boolean | null
is_adult_product
boolean | null
shipment_day
integer | null
has_free_shipping
boolean | null
has_fast_shipping
boolean | null
category
string | null
breadcrumbs
string[]
categories
HepsiburadaProductCategory · object[]
attributes
HepsiburadaProductAttribute · object[]
variants
HepsiburadaProductVariant · object[]
seller
HepsiburadaProductSeller · object
other_seller_count
integer | null
other_sellers
HepsiburadaProductOffer · object[]