Skip to main content

Get Shopee product details(By url)

Information available through this API includes

  • Basic product information (title/category/brand/price/comment counts, etc.)
  • Product properties
  • Main images/video
  • Description images/html
  • Shop information (Shop id/location/type, etc.)
  • Logistics information (delivery origin/postage)
  • SKU attributes (name/thumbnail)
  • SKU price and stock
  • Sales count

Basic Information

Method API URL
POST http://api.noxapi.com/shopee/v1/item/detail-by-url

Request Parameter

Field Type Description Required
Authorization string

Your apiToken.

true

Query

Body

Content-Type: application/json
Parameter Type Description Required
url string

product url.

true

Security Auth

TIP

Please go to Console-Account Center to get your apiToken

Include your apiToken in the request headers using the Authorization field. Please refer to the examples below.

Request Example

Response Example