> 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/real-time-integration/search.md).

# Search

### Overview

The `Search` operation is used to perform a keyword or URL-based search on Amazon and retrieve a list of products that appear in the results. This mimics what a user would see when they type a query into Amazon's search bar or visit a search result page.

With this operation, users can access:

* Ranked product listings (with ASINs)
* Product titles and prices
* Thumbnail images
* Ratings and review counts
* Prime eligibility
* Availability of sponsored placements

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

### Use Cases

* Conducting keyword research
* Monitoring product visibility and ranking
* Tracking competitors for specific search terms
* Extracting product lists for a niche or category
* Building SEO or listing optimization tools

### Accepted Input Types

* `keyword` (e.g. `wireless mouse`)
* `url` (e.g. `https://www.amazon.com/s?k=wireless+mouse`)

Both keyword and search URL are supported.\
Using `keyword` is generally simpler and more robust for automation.

### Available Through

This operation is available via both **Realtime Service** and **Bulk Service**.\
The bulk version supports batch keyword searches and is useful for large-scale SEO or category monitoring.


---

# 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:

```
GET https://easyparser.gitbook.io/easyparser-documentation/real-time-integration/search.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.
