What this actor does
Track where target ASINs appear for Amazon keywords, then compare rank, page, price, ratings, and competing products.
Amazon Keyword Rank Tracker returns ASIN rank, page position, product rows, keyword summaries, and competitor context for Amazon share-of-shelf reporting.
Use cases
- Amazon SEO share-of-shelf tracking
- Seller keyword rank reporting
- Competitor discovery by search result
Output fields
The actor is designed for compact JSON records that are easy to send into dashboards, webhooks, MCP clients, vector databases, and AI pipelines.
Best first run
Track 2-3 priority keywords against a small target ASIN list on one Amazon domain, then inspect rank, page, product title, price, rating, and competitor rows before widening the keyword set.
Use through Apify MCP
MCP clients can call this actor as a focused Apify tool. Open the URL below in a compatible client, connect with Apify OAuth or your client's supported token configuration, then use the prompt as a small first run.
https://mcp.apify.com?tools=harvestlab/amazon-keyword-rank-trackerSuggested MCP prompt:
Use harvestlab/amazon-keyword-rank-tracker through Apify MCP. Start with a small first run: Track 2-3 priority keywords against a small target ASIN list on one Amazon domain, then inspect rank, page, product title, price, rating, and competitor rows before widening the keyword set. Return compact JSON with these fields when available: keyword, target_asin, asin, rank, page, is_target_asin. Include source URLs or source identifiers in the response.Sample JSON output
Field values vary by source and input, but the record shape is kept compact so it can move cleanly into dashboards, webhooks, and AI workflows.
{
"keyword": "wireless headphones",
"target_asin": "B0TARGETASIN",
"asin": "B0EXAMPLE1",
"rank": 3,
"page": 1,
"is_target_asin": true
}Related search intents
FAQ
What does Amazon Keyword Rank Tracker export?
Amazon Keyword Rank Tracker exports structured fields including keyword, target_asin, asin, rank, page, is_target_asin.
Who is Amazon Keyword Rank Tracker best for?
Amazon Keyword Rank Tracker is best for Amazon SEO share-of-shelf tracking, Seller keyword rank reporting, Competitor discovery by search result.
Where can I run Amazon Keyword Rank Tracker?
Run the actor on Apify at https://apify.com/harvestlab/amazon-keyword-rank-tracker.
Can I use Amazon Keyword Rank Tracker through Apify MCP?
Yes. Connect your MCP client to Apify's hosted MCP server and use https://mcp.apify.com?tools=harvestlab/amazon-keyword-rank-tracker to expose harvestlab/amazon-keyword-rank-tracker as a focused tool.