Amazon Keywords Discovery Tool avatar

Amazon Keywords Discovery Tool

Pricing

from $2.65 / 1,000 keyword suggestions

Go to Apify Store
Amazon Keywords Discovery Tool

Amazon Keywords Discovery Tool

Discover Amazon autocomplete keyword suggestions from seed terms. Export source-ranked suggestions, marketplace context, expansion queries, dedupe keys, source URLs, and scrape timestamps.

Pricing

from $2.65 / 1,000 keyword suggestions

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

🔎 Amazon keywords discovery tool for autocomplete suggestions

Amazon Keywords Discovery Tool collects autocomplete keyword suggestions from Amazon search. Add seed terms such as laptop stand, coffee grinder, or dog bed, choose a marketplace, and export source-ranked Amazon keyword suggestions with query expansion context, source URLs, normalized text, and scrape timestamps.

Use this Actor for Amazon SEO research, listing optimization, PPC seed discovery, product niche research, and repeatable keyword exports. It turns manual Amazon search-box checks into a structured Apify dataset you can download as JSON, CSV, Excel, XML, RSS, or HTML, or send to an API, webhook, scheduler, or integration.

For a small first run, keep the prefilled seeds laptop stand and coffee grinder. The default run is capped so you can inspect the row shape before adding a larger keyword list.

✅ What this Actor does

  • Searches Amazon autocomplete with one or more seed keywords.
  • Supports major Amazon marketplaces such as US, UK, Germany, France, Italy, Spain, Canada, Australia, Japan, and India.
  • Expands seeds with alphabet, number, or buyer-modifier variants.
  • Saves one keyword suggestion row per accepted autocomplete phrase.
  • Keeps Amazon's source order by default.
  • Can sort suggestions alphabetically within each query.
  • Can remove duplicate suggestions across the run.
  • Adds marketplace, query used, expansion token, source URL, word count, and scrape time to every row.
  • Stops at your per-keyword and total result limits.
  • Runs without Amazon login, cookies, or a user-provided API key.

This Actor is focused on Amazon search autocomplete suggestions. It does not scrape Amazon products, ASIN rankings, reviews, seller profiles, ads, search-volume metrics, or CPC estimates.

📦 Data you can extract

Each output item represents one Amazon autocomplete suggestion. Fields include:

  • searchKeyword and keywordIndex
  • marketplace
  • suggestion and normalizedSuggestion
  • type
  • rank and sourceRowNumber
  • queryUsed, queryIndex, expansionMode, and expansionToken
  • containsSeed, wordCount, and dedupeKey
  • sourceUrl, sourceMarketplace, and sourceQuery
  • thumbnailImageUrl and refTag when Amazon returns them
  • scrapedAt

The rank field reflects the accepted output order for the seed keyword after deduplication and limits. sourceRowNumber preserves the position Amazon returned for the specific autocomplete query.

🚀 Common use cases

  • Build Amazon keyword research exports for listings and PPC planning.
  • Find long-tail autocomplete phrases around products, niches, and buyer problems.
  • Compare Amazon suggestions across marketplaces.
  • Discover listing title, bullet, and backend keyword ideas.
  • Feed Amazon keyword suggestions into spreadsheets, dashboards, or AI workflows.
  • Schedule repeat checks for the same keyword set.
  • Collect clean source-ranked suggestions for Amazon SEO research.

▶️ How to run it

  1. Add one or more seed keywords in Seed keywords.
  2. Choose the Amazon marketplace.
  3. Keep Suggestions per seed at 50 for a quick first run.
  4. Choose an expansion mode.
  5. Set Total suggestions if you want a hard cap across the whole run.
  6. Start the Actor and open the dataset.

For larger jobs, add related seeds and use the per-keyword and total limits to keep the run size predictable.

🛠️ Input

🧪 Example input

{
"keywords": ["laptop stand", "coffee grinder"],
"marketplace": "amazon.com",
"maxSuggestionsPerKeyword": 50,
"maxTotalResults": 500,
"expansionMode": "alphabet",
"resultOrder": "source",
"deduplicateSuggestions": true,
"includeSeedSuggestion": false
}

🎯 Seed keywords

Enter plain Amazon search seeds. Good examples:

  • laptop stand
  • coffee grinder
  • dog bed
  • protein powder
  • desk organizer

Each seed is queried separately. Empty and duplicate seed values are ignored during normalization.

🌍 Marketplace

Choose the Amazon marketplace that matches your research target. Suggestions can differ by marketplace because Amazon localizes search behavior.

📏 Limits

Use maxSuggestionsPerKeyword to control how many suggestions can be saved for each seed. Use maxTotalResults when you want a hard cap across the whole run.

🔬 Discovery depth

expansionMode controls how many autocomplete queries are generated from each seed:

  • seedOnly: checks the seed only.
  • alphabet: checks the seed plus a through z.
  • numbers: checks the seed plus 0 through 9.
  • buyerModifiers: checks common shopping modifiers.
  • full: combines alphabet, number, and buyer-modifier expansion.

🧹 Sorting and cleanup

resultOrder can keep Amazon's source order or sort each query's suggestions alphabetically. deduplicateSuggestions removes repeated normalized suggestions across the run. includeSeedSuggestion controls whether to keep a suggestion when Amazon returns the same text as the seed keyword.

📊 Output example

{
"searchKeyword": "laptop stand",
"keywordIndex": 1,
"marketplace": "amazon.com",
"suggestion": "laptop stand for desk",
"normalizedSuggestion": "laptop stand for desk",
"type": "keyword",
"rank": 1,
"sourceRowNumber": 2,
"queryUsed": "laptop stand",
"queryIndex": 1,
"expansionMode": "alphabet",
"expansionToken": null,
"containsSeed": true,
"wordCount": 4,
"dedupeKey": "amazon.com:laptop stand for desk",
"sourceUrl": "https://www.amazon.com/s?k=laptop+stand+for+desk",
"sourceMarketplace": "amazon.com",
"sourceQuery": "laptop stand",
"thumbnailImageUrl": "https://m.media-amazon.com/image.jpg",
"refTag": "ref-2",
"scrapedAt": "2026-06-01T00:00:00.000Z"
}

💳 Pricing

This Actor uses pay-per-event pricing. You are charged for each Amazon keyword suggestion that is found and saved. There is no Actor-start event charge.

⚠️ Limits and caveats

  • Amazon autocomplete can change over time and by marketplace.
  • Some seeds can return fewer suggestions than your requested limit.
  • The Actor does not provide search volume, CPC, popularity scores, or ranking data.
  • Marketplace is a source hint; Amazon may still personalize or vary suggestions.
  • Amazon may temporarily return fewer suggestions or no suggestions for a seed.

❓ FAQ

🔐 Does this require an Amazon account?

No. It collects public Amazon autocomplete suggestions. You do not need to provide an Amazon account, cookies, or API key.

🛒 Can it scrape products or ASIN rankings?

No. This Actor is only for Amazon keyword suggestions. Use an Amazon product, search, seller, or keyword rank tracker when you need product rows or ranking positions.

📈 Does it return search volume?

No. The output contains suggestions and source order, not search-volume or popularity metrics. This avoids inventing metrics that Amazon does not expose through this autocomplete surface.

🧺 Can I run many keywords at once?

Yes. Add multiple seed keywords and use the per-keyword and total limits to control the run size.

📝 Changelog

  • 0.1: Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

🔗 Other actors

Made with ❤️ by Maxime Dupré