# 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="/files/pzY6ApbIE5ZBKFv3piGp" 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://easyparser.gitbook.io/easyparser-documentation/real-time-integration/detail.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
