Syntax
=DRAGON_KEYWORD_LIST(account, [asin], [marketplace], [period], [columns], [header], [transpose])
Parameters in [brackets] are optional. Leave an optional parameter blank to include everything.
This page is also available inside Sheets – type
=DRAGON_KEYWORD_LIST("help") in any cell to get the same reference without leaving your spreadsheet.Sample output
Illustrative values – your sheet shows your account's live data.
A1fx
=DRAGON_KEYWORD_LIST("Myaccount", "", "US", "last 90 days")| A | B | |
|---|---|---|
| 1 | keyword | last_seen |
| 2 | – | – |
| 3 | – | – |
| 4 | – | – |
| 5 | – | – |
Parameters
| Parameter | Required | Description |
|---|---|---|
| account | Required | Account nickname or Amazon account id. |
| asin | Optional | Optional ASIN or comma/space separated ASIN list. Also accepts a cell range like A2:A100 or INDIRECT() pointing to a list. |
| marketplace | Optional | Optional marketplace/country code such as US, CA, or MX. |
| period | Optional | Optional period such as last 90 days, 2026-04, or 2026. Default: last 90 days. |
| columns | Optional | Optional output columns. Use marketplace to include marketplace. |
| header | Optional | Use no, false, or 0 to suppress the output header row. Default: Yes. |
| transpose | Optional | Use yes, true, or 1 to transpose the output. |
The period accepts values like last_30_days, this_month, 2026Q1, or ranges like 2026-01-01..today – see the full period reference.
Columns
Columns are evaluated left to right: a field or group name adds columns, a leading - removes them. default and all select the default or full column set.
| Column | Default | Description |
|---|---|---|
| keyword | Yes | Tracked keyword. |
| marketplace | No | Marketplace. |
| last_seen | Yes | Latest SERP date in the selected period. |
Examples
=DRAGON_KEYWORD_LIST("Myaccount", "", "US", "last 90 days")
=DRAGON_KEYWORD_LIST("Myaccount", "B0C87GTM5G", "US", "last 30 days", "marketplace")
Notes
- columns: marketplace is optional. ASIN columns are dynamic and ordered by latest rank position.