Amazon product search on WordPress: what works in 2026

Can visitors search Amazon from my WordPress site in 2026?
Yes, but not through Amazon. Amazon retired its own on-site search widget on April 1, 2022, and never replaced it. What is left is a WordPress plugin that calls the SearchItems operation in Amazon's Creators API, either with credentials you hold yourself or through a plugin whose vendor operates that connection for you. Almost no plugin in the category does it, which is why every article you found is about picking products one at a time.
You went looking for a search box and got twenty ways to pick products by hand
Someone reads your review of the eight best cordless drills. They want a ninth one, or a cheaper one, or the same one in a different color. There is nowhere on your page to look, so they open Amazon in a new tab and find it there instead. That is a visitor who was ready to buy, on a page you wrote, spending their money through somebody else's link.
The obvious fix is a search box on your page. Search for how to build one and you will get a stack of ranked plugin roundups, and every one of them will answer a different question: how the site owner picks a product, embeds it, cloaks the link, and geotargets it. Search, where it appears at all, means searching inside your own dashboard so you can paste the result into a post.
So the reader half of the problem goes unanswered everywhere. The roundups are not wrong about what those plugins do. They just describe a category that never built the thing you came for, and none of them says why. The reason is on Amazon's own website, and it has been sitting there since 2022.
Amazon made this argument better than any plugin vendor, then deleted the feature
Amazon used to hand affiliates a search widget. You dropped it on your page, a reader typed a query into it, and Amazon products came back inside the widget. The help page for it is still live today, with no deprecation notice on it anywhere:
"The Search Widget lets you include an Amazon search box on your page. Any search typed into the search box will show the matching Amazon products inside the widget. This lets your viewers look for Amazon products without ever leaving your page."
Amazon Associates Search Widget help page, live as of August 2026That is the pitch, and it is a good one. The integration guide next to it goes further and tells you to keep the in-widget results setting switched on, for exactly the reason you would expect.
Amazon retired the widget anyway. Its own Widgets FAQ lists the search widget first among the ones being killed, sets March 1, 2022 as the date creators could no longer create or edit them, and April 1, 2022 as the date they stopped being supported. The stated reason is that widgets in their current form were not optimal for encouraging conversion and were accruing lower referral fees.
Nobody took the search widget pages down. Four years on they are still live and still promising affiliates that readers can find and explore interesting products without leaving the site. Amazon has form here. The aStore, its hosted affiliate storefront, was retired on October 27, 2017, and the fact sheet explaining it is still filed in the help center.
Why the plugin category built display instead of search
Look at what the established Amazon affiliate plugins actually ship and a pattern shows up immediately. Product boxes, comparison tables, bestseller lists, price history charts, link cloaking. Every one of those renders a product the site owner already chose, and the good ones do it well.
There is a technical reason for that. A product box needs one ASIN and one lookup, and you can cache the answer for a day. A search box needs a live keyword query against Amazon every time a reader types something, which is a heavier problem and a different shape of one. There is also a commercial reason, which is that the display formats were already the category before the widget died, and nothing since has forced anyone to rebuild.
One more thing worth knowing while you read those roundups: at least one plugin that several of them still list as a live recommendation shut down at the end of 2025. Check the last-updated date on anything you are about to build on.
The four routes in 2026, and what each one costs you
Only two of these put a search box in front of your reader.
| Route | Can a reader type a query? | What it costs you |
|---|---|---|
| Hand-picked product displays | No | Your time, one product at a time, and every reader who wanted something you did not cover |
| Your own Creators API credentials | Yes | An eligibility bar you have to keep clearing, not just clear once |
| A plugin whose vendor runs the API connection | Yes, if that plugin exposes search at all | Usage caps, fewer filters, and less data on the product card |
| Amazon's own search widget | No | Nothing. It has not worked since 2022, whatever the help pages say |
The API can do this. That was never the blocker.
Amazon's Creators API documents four operations, and one of them is SearchItems, described as searching for products using keywords, filters and browse nodes. Keyword search against Amazon's catalog is a documented, currently supported part of the API.
That surprises people. The gap between what your readers want and what your plugin does was not imposed by Amazon. It is a feature the category stopped building once Amazon stopped shipping it for them.
The access rule that bites after you have already won
Amazon gates the product API behind a qualifying-sales requirement, and the detail that matters is one almost nobody spells out: it is measured over a rolling window. You do not clear it once. You hold it, every month, or you lose access.
Affiliates describe the failure mode in the forums and it is worse than losing a feature. A site dips under the bar for a month, the API connection goes quiet, and their plugin quietly starts pulling products off pages that have not changed and are not wrong. Old posts degrade on their own while the owner is looking elsewhere.
Two other traps in the same area are worth knowing before they cost you a week:
What a visitor-facing search page actually looks like
In PaapiPlugin it is one shortcode, dropped on any page or post:
A reader gets a search box with autocomplete, a grid of results, and filters for brand, price range, condition, merchant and availability. They type "cordless drill 18v", they browse, and every product they click carries your Associate tag. The price, condition, merchant and availability filters need your own Amazon credentials; on the Managed path only the brand filter shows. If you want the build order rather than the argument, the step-by-step setup guide walks through it.
Search is the part the category skipped, but it is not a replacement for the rest of it. You still want product boxes in a review, a comparison table in a buyer's guide, and a curated grid on a category page. Those should live in the same plugin as the search box rather than in a second one you also pay for.
The two ways to connect it
The bring-your-own-credentials path is the Creators API. You apply through Associates Central, paste the client ID and secret into the plugin, and your searches run on your own Amazon allowance.
The other option is the Managed API (Beta), where the requests route through us instead. You give it an email address and your Associate tag rather than Amazon API credentials, and free accounts get 20 searches a day and 600 a month. One tradeoff to weigh before you build a page around it: on the Managed path the product card does not display a price, and the Check price on Amazon link sends the reader to Amazon for the live one. If prices on the card matter to your layout, use your own Creators API credentials.
What this costs
The free build on WordPress.org runs live search on 5 Amazon categories, with filters, autocomplete, caching and up to 5 pages of results. It is not a trial and it does not expire, so you can put a search box in front of real traffic and find out whether your readers use it.
Premium is $39 a year for one site, which opens every category your Amazon store offers, deeper pagination, the appearance system, white-label and list layout. Professional covers 3 sites at $69 and Agency covers unlimited sites at $99. If you want the full teardown of where the free line sits, we wrote that up separately in what "free" actually means for an Amazon affiliate plugin.
Put a search box on one page and watch what happens
PaapiPlugin is free on WordPress.org with live on-site Amazon search, 5 categories, filters, autocomplete and caching. Premium is $39/year for one site. Annual subscription, cancel anytime. Contact us within 7 days and we'll refund 100% of your money if you experience an issue that makes the plugin unusable and we are unable to resolve it.
Install free from WordPress.org See pricingFrequently asked questions
Can visitors search Amazon products directly on my WordPress site?
Yes. Amazon's Creators API includes a SearchItems operation that searches the catalog by keyword, filter and browse node, so a plugin can run a reader's query against Amazon and render the results on your page. Very few Amazon affiliate plugins expose that to visitors; most use the same API to help the site owner find products in the admin. If reader-facing search is what you want, check the plugin's front-end demo rather than its feature list.
What happened to Amazon's own search widget?
Amazon retired it. Its Widgets FAQ names the search widget among the retired widgets, gives March 1, 2022 as the date creators could no longer create or edit them, and April 1, 2022 as the date they stopped being supported. Amazon's stated reason was that widgets in their current form were not optimal for encouraging conversion. The confusing part is that the search widget's own help pages are still live with no deprecation notice, so people find them, follow them, and end up with nothing.
Why did my Amazon products disappear from my site?
The usual cause is lost API access rather than anything you changed. Amazon's product API eligibility is measured over a rolling window, so a quiet month can drop you below it and cut the connection. Plugins that expire product data after a set period will then remove products they can no longer refresh, which is why old posts start losing their product blocks while the text stays put. Check your API status first, before you go looking for a plugin bug.
Do I need Amazon API access to put Amazon product search on my site?
You need an Amazon Associates account either way, because the Associate tag is what tracks your commissions. Live product data has to come from somewhere, so it is either your own Creators API credentials or a plugin whose vendor operates that connection. In PaapiPlugin the second option is the Managed API (Beta), which takes an email address and your Associate tag instead of Amazon API credentials, with 20 searches a day and 600 a month on free.
My Creators API credentials say Active but the plugin rejects them. Why?
Active means the credential exists, not that your account currently meets Amazon's eligibility requirement for product API access. Those are two separate checks and only one of them shows on the credentials screen, which is why the failure looks like a plugin bug. One affiliate who hit this found the answer only after contacting Amazon support: their qualifying count was based on orders rather than individual items, so a handful of multi-item orders left them short.
Try the thing Amazon stopped shipping in 2022
Install the free build, drop one shortcode on one page, and see whether your readers use a search box when you give them one.


