Amazon Autocomplete Keyword Scraper: a-z, questions, CSV/JSON avatar

Amazon Autocomplete Keyword Scraper: a-z, questions, CSV/JSON

Pricing

$1.00 / 1,000 results

Go to Apify Store
Amazon Autocomplete Keyword Scraper: a-z, questions, CSV/JSON

Amazon Autocomplete Keyword Scraper: a-z, questions, CSV/JSON

Amazon search-box suggestions as CSV/JSON rows at $0.25 per 1,000 dataset rows: seed, query sent, suggestion, rank, expansion (a-z, question words, prepositions; comparisons and numbers optional), marketplace, stable id.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

Tallyrake Data

Tallyrake Data

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

Amazon autocomplete as CSV/JSON rows. Give it seed keywords; it requests suggestions for the seed, seed + a to z, question words, and prepositions (comparisons and numbers only if you enable those expansions), for the marketplace you set. One flat row per unique suggestion per seed, each with a stable id. $1.00 per 1,000 dataset rows.

What you get

FieldExample
idstable per seed, marketplace, query and suggestion
keywordcoffee grinder (your seed)
querycoffee grinder b (the exact string sent)
suggestioncoffee grinder burr
rank1 (position in the engine's list for that query)
expansiondirect, alphabet, question, preposition, comparison, number, depth
modifierb, how, for, vs
depth1 or 2
marketplaceUS
engineamazon
fetchedAtISO timestamp

Rows are deduplicated per seed (case-insensitive), so a suggestion that appears under several modifiers is counted once, under the first query that produced it.

Where this sits on the shelf

Apify Store search for "amazon autocomplete", top 10 results on 2026-09-11, read from the Store API. Price is the pay-per-event charge per dataset item, converted to per 1,000 rows; users, runs and the failed-or-timed-out share are the Store's 30-day public stats for each listing.

ListingUsers (30d)Runs (30d)Failed or timed outPrice per 1,000 rows
automation-lab/amazon-autocomplete-scraper171,2680%$5.00
pintostudio/amazon-search-autocomplete-scraper32780%$3.00
hipersoft/amazon-autocomplete-scraper1440%free
agency-shift/amazon-autocomplete-keywords0290%$30.00
memo23/amazon-autocomplete-scraper10no runs$2.00
maximedupre/amazon-keywords-discovery-tool7720%free
memo23/amazon-keywords-scraper17670%$2.00
crawlerbros/amazon-keyword-suggestions-scraper2290%free
gganbukim/long-tail-keyword-scraper0310%$0.01
scrapesage/keyword-research-scraper12830%free
tallyrake/amazon-autocomplete-scraper (this actor)010 of 1$1.00

Recipes

Content brief for one topic. Seeds: your topic. Expansions: questions, prepositions. Depth 1. Output: the questions and phrasings Amazon suggests for the topic, in its order.

Keyword list for a niche. Seeds: 10 to 50 head terms. Expansions: alphabet. Depth 2. Amazon returns up to 11 suggestions per query; maxQueriesPerKeyword (default 300) caps requests per seed. You are billed unique dataset rows after dedup at $1.00 per 1,000, never queries, and empty queries bill $0. At the default cap a seed can produce at most 300 x 11 = 3,300 rows before dedup (at most $3.30); raise the cap and that ceiling rises with it. For 10 to 50 seeds there is no measured run yet. The measured run was 2 seeds at concurrency 3, no proxy.

Localized suggestions. Same seeds, marketplace set per run. Rows carry the code so runs can be merged.

Brand and competitor monitoring. Seeds: brand names. Expansions: comparisons, questions. Schedule daily. Diff the suggestion column between runs.

Input

Paste seeds one per line. The default expansions send 52 queries per seed (1 seed + 26 letters + 14 question words + 11 prepositions = 52). Comparisons and numbers are not in that 52; they are extra expansions. One seed is not one billable unit: see the measured yield below for what 52 queries produced.

Reliability and cost

Measured on 2026-09-11 on Apify: 2 seeds (coffee grinder, yoga mat), expansions alphabet + questions + prepositions (52 queries per seed), concurrency 3, no proxy, marketplace US: 104 queries produced 564 dataset rows (about 5.4 per query), 0 rate-limited responses, 15 seconds. That run bills $0.56 in results (564 rows at $1.00 per 1,000) plus $0.0031 of platform compute. Per seed in that run: coffee grinder 272 rows ($0.272), yoga mat 292 rows ($0.292).

Pay per event: $1.00 per 1,000 dataset rows, plus Apify platform usage for the run. Empty queries produce no rows and no results charge. Every request is paced with a jittered delay (pacingMs, default 200 ms). If the engine answers 429 or 403, the run rotates its session and retries; that path was not exercised in the measured run.

Cost limit

If a run reaches the "Maximum total charge per run" you set, it stops in process rather than being aborted by the platform: the run ends with status SUCCEEDED, and the run status message on the run detail says how many rows were written and how many were found but not written and not billed. Re-running the same input writes and bills the same prefix again, so raise the cap before re-running if you want the rest.

Limits

This is Amazon's suggestion list for the marketplace you set, at the time of the run. It carries no search volume; pair it with a Google Trends actor for demand. Amazon returns up to 11 suggestions per query. Export CSV for Excel and Google Sheets. Export JSON for pipelines.