# 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="https://1119925459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEk7UiZVslGrV4U3FpDSV%2Fuploads%2FKdUOQ8fCsbjLp6bi9Z8B%2Fsearch_Example.png?alt=media&#x26;token=eaa162d5-b9ee-48d6-bfa7-34c72161324a" 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.
