Skip to main content
POST
/
api
/
blibli
/
sellers
/blibli/sellers
curl --request POST \
  --url https://api.anysite.io/api/blibli/sellers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "seller": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@blibli_seller",
    "name": "<string>",
    "url": "<string>",
    "description": "<string>",
    "level": "<string>",
    "type": "<string>",
    "is_official": true,
    "rating": 123,
    "review_count": 123,
    "comment_count": 123,
    "product_quality_rating": 123,
    "order_fulfillment_rating": 123,
    "respond_time_rating": 123,
    "badge": "<string>",
    "badge_rating": 123,
    "image": "<string>",
    "province": "<string>",
    "shipping_type": "<string>",
    "main_category_id": "<string>",
    "activation_date": 123,
    "fulfilled_orders": "<string>",
    "order_fulfillment_duration": "<string>",
    "order_delivery_duration": "<string>",
    "response_time": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
seller
string
required

Blibli merchant code or a merchant page URL containing it

Minimum string length: 1
Examples:

"SAO-60034"

"https://www.blibli.com/merchant/samsung-flagship-store/SAO-60034"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@blibli_seller
name
string | null
url
string | null
description
string | null
level
string | null
type
string | null
is_official
boolean | null
rating
number | null
review_count
integer | null
comment_count
integer | null
product_quality_rating
number | null
order_fulfillment_rating
number | null
respond_time_rating
number | null
badge
string | null
badge_rating
integer | null
image
string | null
province
string | null
shipping_type
string | null
main_category_id
string | null
activation_date
integer | null
fulfilled_orders
string | null
order_fulfillment_duration
string | null
order_delivery_duration
string | null
response_time
string | null