Skip to main content
POST
/
api
/
trendyol
/
sellers
/
products
/trendyol/sellers/products
curl --request POST \
  --url https://api.anysite.io/api/trendyol/sellers/products \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "seller": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@trendyol_seller_product",
    "name": "<string>",
    "brand": "<string>",
    "price": 123,
    "list_price": 123,
    "currency": "<string>",
    "image": "<string>",
    "rating": 123,
    "review_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
seller
string
required

Trendyol sellerId or a seller store URL containing it

Minimum string length: 1
Examples:

"992531"

"https://www.trendyol.com/magaza/yenilegelsin-m-992531"

count
integer
required

Max number of products to return

Required range: x >= 1
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:@trendyol_seller_product
name
string | null
brand
string | null
price
number | null
list_price
number | null
currency
string | null
image
string | null
rating
number | null
review_count
integer | null