Skip to main content
POST
/
api
/
n11
/
products
/
sellers
/n11/products/sellers
curl --request POST \
  --url https://api.anysite.io/api/n11/products/sellers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "seller_id": "<string>",
    "@type": "@n11_product_seller_offer",
    "seller_name": "<string>",
    "rating": 123,
    "grade": 123,
    "price": 123,
    "list_price": 123,
    "review_count": 123,
    "is_winner": true,
    "has_free_cargo": true,
    "is_official_seller": true,
    "url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
product
string
required

N11 product page id or a product URL containing it

Minimum string length: 1
Examples:

"43821353"

"https://www.n11.com/urun/apple-iphone-15-128-gb-apple-turkiye-garantili-43821353"

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:@n11_product_seller_offer
seller_name
string | null
rating
number | null
grade
integer | null
price
number | null
list_price
number | null
review_count
integer | null
is_winner
boolean | null
has_free_cargo
boolean | null
is_official_seller
boolean | null
url
string | null