# Amazon API - Get Amazon product details

## API Overview

- Product basic information (title/category/price)
- Product properties
- Main images/videos
- Description
- Review information (rating star/review count)
- See More

## API URL

`POST https://api.tmapi.io/amazon/item_detail_by_url`

## Request Parameters

### Body

> Content-Type: application/json

| Field | Type | Explanation | Required |
| --- | --- | --- | --- |
| url | string | Product URL | true |

## Security Auth

> Please go to [Console-Account Center](https://console.tmapi.io/account/center) to get your apiToken.

> Add your apiToken to the request parameters. Please refer to the examples below.

## Request Example

```bash

curl --request POST 'https://api.tmapi.io/amazon/item_detail_by_url?apiToken=xxxxxx' \
+  --header 'Content-Type: application/json' \
+  --data-raw '{
  "url": ""
}'

```

## Response Example

```json

{
  "code": 200,
  "msg": "success",
  "data": {
    "item_id": "B099G3LWW7",
    "asin": "B099G3LWW7",
    "title": "S'well Stainless Steel Tumbler with Straw and Slide-Open Lid, 24oz, Geode Rose, Triple Layered Vacuum Insulated Containers Keeps Drinks Cold for 18 Hours and Hot for 5, BPA Free",
    "currency": "USD",
    "brand": "",
    "price_info": {
      "sale_price": "27.19",
      "origin_price": ""
    },
    "main_imgs": [
      "https://m.media-amazon.com/images/I/61Xyq9kMr9L._AC_SL1500_.jpg",
      "https://m.media-amazon.com/images/I/714COV1hKUL._AC_SL1500_.jpg",
      "https://m.media-amazon.com/images/I/71YWLnwFJAL._AC_SL1500_.jpg",
      "https://m.media-amazon.com/images/I/61Tc5KBQuGL._AC_SL1500_.jpg",
      "https://m.media-amazon.com/images/I/81UBTPAKmSL._AC_SL1500_.jpg"
    ],
    "main_videos": [
      {
        "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/21d5eda9-0c5c-4470-9509-d0bfee25c9cb/default.jobtemplate.hls360_00002.ts"
      },
      {
        "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/b1040ed2-2076-4a49-bb04-ab7291b3bfb0/default.vertical.jobtemplate.hls360_00002.ts"
      }
    ],
    "category_path": [
      {
        "name": "Home & Kitchen",
        "url": "https://www.amazon.com/home-garden-kitchen-furniture-bedding/b/ref=dp_bc_1?ie=UTF8&node=1055398"
      },
      {
        "name": "Kitchen & Dining",
        "url": "https://www.amazon.com/kitchen-dining/b/ref=dp_bc_2?ie=UTF8&node=284507"
      },
      {
        "name": "Storage & Organization",
        "url": "https://www.amazon.com/kitchen-storage-organization/b/ref=dp_bc_3?ie=UTF8&node=510136"
      },
      {
        "name": "Thermoses",
        "url": "https://www.amazon.com/b/ref=dp_bc_4?ie=UTF8&node=21613418011"
      },
      {
        "name": "Insulated Beverage Containers",
        "url": "https://www.amazon.com/b/ref=dp_bc_5?ie=UTF8&node=21613420011"
      },
      {
        "name": "Cups & Mugs",
        "url": "https://www.amazon.com/b/ref=dp_bc_6?ie=UTF8&node=21613422011"
      }
    ],
    "sold_count": "",
    "product_props": [
      {
        "name": "Brand",
        "value": "S'well"
      },
      {
        "name": "Color",
        "value": "Geode Rose"
      },
      {
        "name": "Special Feature",
        "value": "Double Wall"
      },
      {
        "name": "Style",
        "value": "Modern"
      },
      {
        "name": "Theme",
        "value": "Food"
      },
      {
        "name": "Recommended Uses For Product",
        "value": "Home"
      },
      {
        "name": "Included Components",
        "value": "Tumbler"
      },
      {
        "name": "Shape",
        "value": "Round"
      },
      {
        "name": "Pattern",
        "value": "Solid"
      },
      {
        "name": "Product Care Instructions",
        "value": "Hand Wash Only"
      },
      {
        "name": "Age Range (Description)",
        "value": "Adult"
      },
      {
        "name": "Material Feature",
        "value": "Insulated"
      },
      {
        "name": "Reusability",
        "value": "Reusable"
      },
      {
        "name": "Unit Count",
        "value": "1.0 Count"
      },
      {
        "name": "Product Dimensions",
        "value": "3.47\"W x 7.68\"H"
      },
      {
        "name": "Material Type Free",
        "value": "BPA Free"
      },
      {
        "name": "Number of Items",
        "value": "1"
      },
      {
        "name": "Manufacturer",
        "value": "Lifetime Brands Inc."
      },
      {
        "name": "UPC",
        "value": "843461109543"
      },
      {
        "name": "Size",
        "value": "24 Ounces"
      },
      {
        "name": "Item Weight",
        "value": "10.9 ounces"
      },
      {
        "name": "ASIN",
        "value": "B099G3LWW7"
      },
      {
        "name": "Country of Origin",
        "value": "China"
      },
      {
        "name": "Item model number",
        "value": "14824-A21-73865"
      },
      {
        "name": "Customer Reviews",
        "value": "4.74.7 out of 5 stars351 ratings4.7 out of 5 stars"
      },
      {
        "name": "Best Sellers Rank",
        "value": "#59,861 in Kitchen & Dining (See Top 100 in Kitchen & Dining)#307 inInsulated Cups & Mugs"
      },
      {
        "name": "Date First Available",
        "value": "July 14, 2021"
      }
    ],
    "shop_info": {
      "shop_name": "",
      "shop_url": "https://www.amazon.com/stores/Swell/page/5EB9457E-25FB-4749-A57C-0EEB63AEA877?ref_=ast_bln"
    },
    "delivery_info": {},
    "review_info": {
      "rating_star": "4.7",
      "review_count": 351
    },
    "highlights": [
      "TRIPLE-LAYERED INSULATION: S’well 24oz stainless steel Tumbler with Straw. Triple-layered, vacuum-insulated construction. Exclusive Therma-S’well Technology keeps beverages cold for 18 hours and hot for 5. Sleek and beautifully crafted. Top-rack dishwasher safe.",
      "THE PERFECT FIT: Features a thin, wide-mouth rim for easy drinking, plus a slide-open lid and flexi stainless steel straw for easy sipping. Perfect for iced teas, fountain drinks and smoothies.",
      "DON'T SWEAT IT: Offers a condensation-free exterior that won't sweat in your hand or on your table.",
      "WORRY-FREE HYDRATION: Made from 18/8, food-grade stainless steel with superior construction. BPA/BPS-free and reusable. Compliant with California Prop 65 regulations.",
      "SUSTAINABILITY WITHOUT COMPROMISE: You won't have to compromise fashion and functionality to live more sustainably with our sleek, beautifully crafted, built to last styles."
    ],
    "desc": "The S'well Tumbler with Straw is a multitasking master whether you're at home or on the go. Ideal for hot or cold coffee, tea, fountain drinks, smoothies, and more. Made from 18/8 premium grade stainless steel, they feature Therma-S’well Technology with triple-layered, vacuum-insulated construction designed to keep beverages colder or hotter for longer. BPA/BPS-free with zero condensation. Includes Slide-Open Lid and flexible Stainless Steel Straw for easy sipping.",
    "sku_props": [],
    "skus": []
  }
}

```