Free Amazon Keyword Rank Checker
Enter any keyword and ASIN to see exactly where the product ranks in Amazon organic search — across the first several pages of results.
No signup required. Try if you don’t have one handy.
Page 1 is where shoppers buy
The first page of Amazon search results captures the overwhelming majority of clicks for any given keyword. The top three organic positions alone typically pull 30–50% of all clicks — and anything past page 2 is effectively invisible to shoppers.
Knowing where your ASIN actually ranks (versus where you hope it ranks) is the first step in any serious Amazon SEO workflow. This tool gives you the answer in seconds, with no scraping, accounts, or spreadsheets required.
Check Amazon rank in three steps
Pick a keyword
Choose a search term shoppers would actually type — the same phrase you would target in your listing.
Add your ASIN
Paste the 10-character ASIN of the product you want to track. Found in the Amazon URL after /dp/.
Read your rank
We scan the first several pages of Amazon search results and report exactly where the ASIN appears.
What you can do with a rank check
Track keyword wins
See which of your target keywords are landing on page 1 — and which ones still need work.
Spy on competitors
Check exactly where competing ASINs rank for the keywords you care about most.
Automate it in code
Prototype here, then drop the same query into your own app via the Canopy API to track hundreds of keywords daily.
Track rank across thousands of keywords
This tool is a thin wrapper around the same Canopy API our paying customers use in production. Drop the GraphQL query on the right into your app to track ranks for hundreds of ASIN × keyword pairs every day — with REST, GraphQL, MCP, and LLM-skill clients all hitting the same endpoint.
query KeywordRank {
amazonProductSearchResults(
input: { searchTerm: "wireless earbuds" }
) {
productResults(input: { page: 1, limit: 40 }) {
results {
asin
title
sponsored
price { display }
}
pageInfo { currentPage hasNextPage }
}
}
}Frequently asked questions
How do I check my Amazon keyword rank?
Type the search term a shopper would use into the keyword field, paste your product's 10-character ASIN, and submit. This tool runs the same search a real shopper would, scans the first several pages of results, and reports the page and position where your ASIN appears.
What is a good Amazon search rank?
Page 1 (positions 1-20 on most categories) captures the overwhelming majority of clicks — anything past page 2 is effectively invisible. Top 3 organic positions typically account for 30-50% of all clicks for a given search term.
Does this include sponsored placements?
We surface both. If your ASIN shows up as a Sponsored placement, we flag it explicitly — and we also report your organic rank separately, so you know which one is actually earned.
How often does Amazon rank change?
Constantly. Amazon's A10 algorithm reranks results based on recent sales velocity, conversion rate, click-through, reviews, and inventory. Most sellers check rank daily for active campaigns and weekly for steady-state listings.
Is this tool free to use?
Yes — no signup needed. There is a small per-IP rate limit to keep things fair. To track many ASINs and keywords at scale, drop the same query into your code via the Canopy API.
Where does the data come from?
Live from Amazon, fetched through the Canopy API. The same query is available programmatically over REST, GraphQL, MCP, or as an LLM skill if you need it in your own product.
Need rank data in your own app?
The Canopy API gives you the same Amazon search data over REST, GraphQL, MCP, or as an LLM skill — at scale, with a generous free tier.