Skip to main content
POST
/
api
/
hepsiburada
/
merchants
/hepsiburada/merchants
curl --request POST \
  --url https://api.anysite.io/api/hepsiburada/merchants \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "merchant": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@hepsiburada_merchant",
    "name": "<string>",
    "alias": "<string>",
    "url": "<string>",
    "product_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
merchant
string
required

Hepsiburada merchant (store) slug or a store URL

Minimum string length: 1
Examples:

"efeturk"

"https://www.hepsiburada.com/magaza/efeturk"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@hepsiburada_merchant
name
string | null
alias
string | null
url
string | null
product_count
integer | null