Amazon Keyword Research Tool - Listing & PPC Terms avatar

Amazon Keyword Research Tool - Listing & PPC Terms

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Amazon Keyword Research Tool - Listing & PPC Terms

Amazon Keyword Research Tool - Listing & PPC Terms

Find the phrases shoppers type right before they buy. One product idea returns hundreds of buyer-intent keywords for listings, backend search terms and ad campaigns. Measured across a full expansion run, 63% are absent from Google. eBay demand included.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Blackcube Agency AB

Blackcube Agency AB

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

34 minutes ago

Last modified

Share

Keyword Research Suite  •  9 Actors, one codebase, one keyword billed once
Google Keyword Ideas Scraper
Autocomplete & Long-Tail Tool
Google Autocomplete Scraper
Keyword Suggestions
Keyword Research Tool
11 Engines, One Seed
Long-Tail Keyword Generator
3+ Word Search Terms
Question Keyword Tool
What People Actually Ask
YouTube Keyword Research Tool
Video Topic Finder
Amazon Keyword Research Tool
➤ You are here
Search Suggestions Scraper
Every Engine, One Run
Bing Keyword Research Tool
Microsoft Ads Terms

More from this account: YouTube Transcript Suite · Website Contact & Email Suite · Career Site & ATS Jobs Suite · Google News Suite · Shopify Store Intelligence Suite · eBay Data Suite · Amazon Reviews Suite · Reddit · Meta Ad Library · Vinted

Find the phrases shoppers type right before they buy. One product idea returns hundreds of buyer-intent keywords for listings, backend search terms and ad campaigns. Measured across a full expansion run, 63% are absent from Google. eBay demand included.

Pay per keyword. Duplicates are free, failed lookups are free, and a run that finds nothing costs nothing. There is no run-start fee.

What it does

Shoppers type differently from searchers. This reads Amazon's and eBay's own suggestion indexes for the phrases people use immediately before buying - listing titles, backend search terms and ad campaigns. Measured on one seed, 63% of Amazon's suggestions are absent from Google's.

Press Start and it runs on Amazon and eBay with a preset built for exactly this job. Change the seed, or open the engine and expansion lists to go wider.

Why one lookup is not keyword research

Most keyword scrapers send your seed to the engine once and return the ten suggestions the box happens to show. This one asks a different question for every letter of the alphabet, every question word, every comparison and every preposition — 101 distinct lookups per seed per engine — then merges and deduplicates the answers.

Measured on the seed coffee maker: 1,233 unique keywords from Google alone, 3,024 across all 11 engines, in under seven seconds.

Every keyword comes back with

FieldWhat it is
keywordthe suggestion itself
seed / expansion / modifierwhich seed and which prefix surfaced it
source / sourceLabelwhich engine returned it
rankits position in that engine's suggestion list
relevanceGoogle's own suggestion-relevance score — a real ordering signal, not invented volume
isQuestion / isLongTail / wordCountready-made filters for content and PPC work
country / languagethe market it was pulled from

All filled on 100% of rows. Where an engine does not publish a signal the field is null, never a guess.

No fake search volume

Real search volume comes from Google Ads Keyword Planner or a paid clickstream feed. Tools that have neither and still print a "volume" number are inventing it.

This actor returns no volume and no CPC. What it returns instead is real: Google's own suggestion-relevance score, labelled as exactly that. Pair it with a Keyword Planner tool if you need traffic estimates — this one is the idea engine.

Pricing

Per keyword, by your Apify plan:

Plan tierPer 1,000 keywords
Free$5.00
Bronze$4.50
Silver$3.30
Gold$2.50
Platinum$2.30
Diamond$2.20

Duplicates, filtered-out keywords, failed lookups, error rows and empty runs are all free, and platform compute is included rather than billed on top. Two ceilings are on by default — maxKeywords at 200 and maxCostUsd at $5.00 — and the run stops at whichever binds first, saying which in the free diagnostics row.

Use it from anywhere

curl -X POST "https://api.apify.com/v2/acts/vonsensey~amazon-keyword-research-tool/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H 'Content-Type: application/json' -d '{"seeds":["coffee maker"],"maxKeywords":200}'
from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("vonsensey/amazon-keyword-research-tool").call(run_input={"seeds": ["coffee maker"]})
for row in client.dataset(run["defaultDatasetId"]).iterate_items():
if row.get("type") == "keyword":
print(row["relevance"], row["keyword"])

Also available through the Apify integrations for n8n, Make and Zapier, and via MCP for AI agents.

Unofficial tool. Not affiliated with, endorsed by, or sponsored by Google, YouTube, Microsoft, Bing, Amazon, eBay, DuckDuckGo, Wikipedia or Yandex. All trademarks belong to their respective owners. Reads only public, unauthenticated search-suggestion endpoints — no login, no personal data, no paywall circumvention.

The rest of the family

Issues and requests go in the Issues tab — first response within 24 hours.

Run it without configuring anythingFind Amazon listing and PPC keywords, a ready-made example you can start as-is or copy.

Use cases

  • Build a content plan from one seed. A single term expands into the questions, comparisons and long-tail phrases people actually type.
  • Find PPC and listing terms. Harvest the exact wording buyers use on the engine you advertise on, rather than guessing at it.
  • Write an FAQ that ranks. The question expansion returns real who/what/why/how queries — one heading each.
  • Compare engines. The same seed sent to several engines shows where demand differs, with every suggestion labelled by its source.

Run it on a schedule

A one-off pull answers a question; a schedule answers it every day without you. Open Schedules in the Apify Console, point a cron at this Actor, and the dataset keeps filling on its own — no server, no cron box, no babysitting. Everything here is built to be re-run: you are billed per keyword delivered, so a scheduled run that finds nothing new costs nothing.

FAQ

Do I need an SEO tool subscription?

No. There is no Ahrefs, Semrush or Keyword Planner account behind this — the terms come from the engines' own live suggestion endpoints.

Does it return search volume?

No, and no scraper that claims to should be trusted with it. What you get is the real demand signal: the phrases the engines themselves suggest to searchers. Pair it with a volume source if you need numbers.

Which engines can I pull from?

Google, Bing, DuckDuckGo, YouTube, Amazon and eBay among others — pick them per run, and each keyword is labelled with the engine it came from.

How many keywords does one seed produce?

Hundreds, depending on the expansions you enable — alphabet, questions, prepositions and comparisons each multiply the seed.


Something wrong, or a field you need that is missing? Open an issue on the Issues tab — it is read and it gets fixed. If this saved you time, a rating on the Store page helps the next person find it.