> For the complete documentation index, see [llms.txt](https://easyparser.gitbook.io/easyparser-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easyparser.gitbook.io/easyparser-documentation/~/revisions/Xgm8TEF0vNLzBspHDXaM/amazon/getting-started.md).

# Getting Started

### [DETAIL](/easyparser-documentation/~/revisions/Xgm8TEF0vNLzBspHDXaM/amazon/detail.md)

Fetch detailed information about a single product, such as title, brand, images, price, stock status, and more.

✅ Supports both **Realtime** and **Bulk** services\
✅ Accepts **ASIN** or **URL** as input\
✅ Ideal for product analysis and enrichment

Use **Realtime** for single-item queries; use **Bulk** for batch product lookups.

<figure><img src="/files/pzY6ApbIE5ZBKFv3piGp" alt=""><figcaption><p>DETAIL</p></figcaption></figure>

### [OFFER](/easyparser-documentation/~/revisions/Xgm8TEF0vNLzBspHDXaM/amazon/offer.md)

Get multiple price offers for a product along with seller info, shipping details, and basic product data (title, rating, etc.).

\
✅ Available via **Realtime** and **Bulk**\
✅ Input via **ASIN**

\
Use it to analyze competition, seller pricing, or availability on a product.

<figure><img src="/files/blQPKMrEVdUJxT7XA6jt" alt=""><figcaption><p>OFFER</p></figcaption></figure>

### [SEARCH](/easyparser-documentation/~/revisions/Xgm8TEF0vNLzBspHDXaM/amazon/search.md)&#x20;

Find general or category-specific products by entering a keyword or phrase, and view product listings with summarized information.

\
✅ Works with both **Realtime** and **Bulk**\
✅ Input via **keyword** or **search URL**

\
Ideal for keyword analysis, market research, or product discovery.

<figure><img src="/files/uMUc20myF5JOBATtTdVl" alt=""><figcaption><p>SEARCH</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://easyparser.gitbook.io/easyparser-documentation/~/revisions/Xgm8TEF0vNLzBspHDXaM/amazon/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
