Skip to main content
POST
/
api
/
n11
/
sellers
/n11/sellers
curl --request POST \
  --url https://api.anysite.io/api/n11/sellers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "seller": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@n11_seller_store",
    "name": "<string>",
    "alias": "<string>",
    "company_name": "<string>",
    "url": "<string>",
    "rating": 123,
    "grade": 123,
    "sell_item_count": 123,
    "city": "<string>",
    "time_in_platform": "<string>",
    "response_time": "<string>",
    "shipment_speed": "<string>",
    "feedback_count": 123,
    "tax_number": "<string>",
    "mersis_no": "<string>",
    "is_official": true,
    "is_quick_seller": true,
    "is_top_seller": true,
    "image": "<string>",
    "cover": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
seller
string
required

N11 seller alias or a store URL containing it

Minimum string length: 1
Examples:

"aksarayiletisim"

"https://www.n11.com/magaza/aksarayiletisim"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@n11_seller_store
name
string | null
alias
string | null
company_name
string | null
url
string | null
rating
number | null
grade
integer | null
sell_item_count
integer | null
city
string | null
time_in_platform
string | null
response_time
string | null
shipment_speed
string | null
feedback_count
integer | null
tax_number
string | null
mersis_no
string | null
is_official
boolean | null
is_quick_seller
boolean | null
is_top_seller
boolean | null
image
string | null
cover
string | null