# Detail

### Overview

The `Detail` operation is used to retrieve detailed information about a specific product on Amazon. This operation can be called using either the ASIN (Amazon Standard Identification Number) or a direct product URL.

This operation provides access to a comprehensive set of product details, such as (but not limited to):

* Product title
* Brand information
* Category
* Price (range if multiple variations exist)
* Product images
* Stock availability
* Descriptions and specifications
* Prime eligibility

<figure><img src="https://1119925459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEk7UiZVslGrV4U3FpDSV%2Fuploads%2F5WDPZh9V03P7AV8CL0VP%2Fdetail_Example.png?alt=media&#x26;token=6a0f2c69-5b85-4bb9-8f42-9a8dbdf69d23" alt=""><figcaption></figcaption></figure>

### Use Cases

This operation supports a wide range of use cases across different e-commerce and data automation scenarios. Some common examples include:

* Fetching detailed information for price tracking tools
* Supporting arbitrage or dropshipping workflows through product analysis
* Enriching product content for manual or automated listing systems

### Accepted Input Types

* `asin` (e.g. `B09QWZJDFS`)
* `url` (e.g. `https://www.amazon.com/dp/B09QWZJDFS`)

Both input types are supported. However, using `asin` is more stable and recommended.

### Available Through

This operation is available via both **Realtime Service** and **Bulk Service**. The bulk version allows you to query multiple ASINs in a single request, which is ideal for high-volume use cases.
