Skip to main content
POST
/
api
/
trendyol
/
products
/
sellers
/trendyol/products/sellers
curl --request POST \
  --url https://api.anysite.io/api/trendyol/products/sellers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "seller_id": "<string>",
    "@type": "@trendyol_product_seller",
    "seller_name": "<string>",
    "official_name": "<string>",
    "city": "<string>",
    "rating": 123,
    "image": "<string>",
    "price": 123,
    "list_price": 123,
    "discount_percentage": 123,
    "currency": "<string>",
    "is_in_stock": true,
    "is_winner": true,
    "has_free_cargo": true,
    "has_corporate_invoice": true,
    "fulfilment_type": "<string>",
    "listing_id": "<string>",
    "url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
product
string
required

Trendyol product contentId or a product URL containing it

Minimum string length: 1
Examples:

"689227641"

"https://www.trendyol.com/apple/yenilenmis-iphone-12-64-gb-beyaz-cep-telefonu-12-ay-garantili-a-kalite-p-689227641"

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:@trendyol_product_seller
seller_name
string | null
official_name
string | null
city
string | null
rating
number | null
image
string | null
price
number | null
list_price
number | null
discount_percentage
number | null
currency
string | null
is_in_stock
boolean | null
is_winner
boolean | null
has_free_cargo
boolean | null
has_corporate_invoice
boolean | null
fulfilment_type
string | null
listing_id
string | null
url
string | null