An Amazon best seller URL for a subcategory has four parts: a readable name slug, the fixed path segment zgbs, a store slug, and a numeric browse node ID — for example amazon.com/Best-Sellers-Kitchen-Dining-Bakeware/zgbs/kitchen/289668. On 2026-09-27, only the node ID decided which list loaded: the name slug could be any text, and the store slug could be swapped without changing the result. To find the list for any category, get that category’s node ID — from the Best Sellers left-hand navigation, from the category links in a product’s Best Sellers Rank line, or from the node= value in a browse URL.
Amazon describes these lists as “updated frequently” and does not publish a fixed refresh interval. The rank you see on a list page and the Best Sellers Rank (BSR) on a product page come from the same sales-based calculation, shown in two places.
This guide covers the URL itself: how it is built, which variants resolve, how to find node IDs, and how to read a list page against a product page. For how BSR is calculated and why it is not linear, see our Amazon BSR guide. For what it takes to earn the orange badge, see the best seller badge guide.
Anatomy of an Amazon Best Seller URL
The Best Sellers hub lives at https://www.amazon.com/Best-Sellers/zgbs, and that is its canonical URL (checked 2026-09-27). Each department and subcategory list hangs off the same zgbs path.
| Part | Example | What it does (observed 2026-09-27) |
|---|---|---|
| Name slug | Best-Sellers-Kitchen-Dining-Bakeware | Readable label only; any text resolved to the same list |
| List type | zgbs | Fixed segment for Best Sellers lists; required |
| Store slug | kitchen | Names the top-level store; ignored when a node ID follows |
| Browse node ID | 289668 | Identifies the category; decides which list loads |
| Page | ?pg=2 | Second page of the list; it starts at rank #51 |
Top-level departments have no numeric node in the URL. The department list is addressed by its store slug alone, such as /Best-Sellers-Kitchen-Dining/zgbs/kitchen. Many store slugs do not match the department name, so you cannot guess them. These are the slugs linked from the amazon.com hub on 2026-09-27:
| Department on the hub | Store slug in the URL |
|---|---|
| Home & Kitchen | home-garden |
| Health & Household | hpc |
| Tools & Home Improvement | hi |
| Cell Phones & Accessories | wireless |
| Computers & Accessories | pc |
| Clothing, Shoes & Jewelry | fashion |
| Sports & Outdoors | sporting-goods |
| Kindle Store | digital-text |
| Unique Finds | boost |
Subcategories add the node ID as the last segment. On 2026-09-27, the Kitchen & Dining list linked to twelve child lists, each in the form /Best-Sellers-Kitchen-Dining-<Child>/zgbs/kitchen/<node> — for example Bakeware 289668, Coffee, Tea & Espresso Appliances 289742, and Kitchen Small Appliances 289913.
The short form works too. Amazon’s own product pages link to lists as /gp/bestsellers/<store>/<node>, such as /gp/bestsellers/kitchen/678533011. On 2026-09-27 that form resolved to the same list and canonical URL as the long zgbs form.
Which Best Seller URL Variants Resolve
The table below shows how each variant on amazon.com responded on 2026-09-27: the HTTP status and the page title, with the declared canonical URL covered after the table.
| URL requested | Result |
|---|---|
/Best-Sellers-Kitchen-Dining-Bakeware/zgbs/kitchen/289668 | 200, “Amazon Best Sellers: Best Bakeware” |
/Best-Sellers-Whatever/zgbs/kitchen/289668 | 200, same Bakeware list |
/gp/bestsellers/kitchen/289668 | 200, same Bakeware list |
/gp/bestsellers/home-garden/289668 | 200, same Bakeware list |
/zgbs/kitchen/289668 (no name slug) | 404 |
/gp/new-releases/kitchen/289668 | 200, New Releases for Bakeware |
/gp/movers-and-shakers/kitchen/289668 | 200, Movers & Shakers for Bakeware |
/b?node=289668 | 200, the Bakeware browse page (a shopping page, not a ranking) |
Three takeaways follow from that table.
The canonical URL can name a different store than the link you clicked. Every Bakeware variant above declared the same canonical: https://www.amazon.com/Best-Sellers-Bakeware/zgbs/home-garden/289668. The Kitchen & Dining list links to Bakeware under kitchen, but the page declares home-garden. If you store Best Sellers URLs in a spreadsheet or a tracking tool, match rows on the node ID, not on the full URL string.
The same node ID opens the sibling lists. Swap bestsellers for new-releases or movers-and-shakers and the node ID still points at the same category. On 2026-09-27 the Movers & Shakers page for node 289668 was titled “The biggest gainers in Bakeware sales rank over the past 24 hours”. Our guide to free Amazon trend sources covers what each of those lists is useful for.
Node IDs belong to one marketplace. Requesting amazon.co.uk/gp/bestsellers/kitchen/289668 on 2026-09-27 returned a page titled “The most popular items in undefined” — the US Bakeware node means nothing on the UK store. The UK hub also uses its own slugs; its Home & Kitchen list sits at /Best-Sellers-Home-Kitchen/zgbs/kitchen. Look up node IDs again on each marketplace you research.
How to Find the Node ID for Any Category
There are three ways, and none needs a Seller Central account.
1. Walk down the Best Sellers navigation. Open amazon.com/Best-Sellers/zgbs, pick a department in the left-hand list, then keep clicking subcategories. Each click loads a URL ending in /zgbs/<store>/<node>; the number after the last slash (ignore anything from /ref= onward) is the node ID. The left-hand navigation also shows the path. On 2026-09-27 the Bakeware list showed “Any Department ‹ Home & Kitchen ‹ Kitchen & Dining” above “Bakeware (Current)” and its child lists, such as Bakeware Sets and Baking & Cookie Sheets.
2. Start from a product you already know. Scroll to the “Best Sellers Rank” line in the product information section. Each category rank there is a link. On 2026-09-27, a Reynolds Kitchens parchment paper roll (ASIN B07PFYT8MC) showed “#11 in Kitchen & Dining (See Top 100 in Kitchen & Dining)” and “#1 in Baking Parchment”. The first link pointed to /gp/bestsellers/kitchen/ (the department list) and the second to /gp/bestsellers/kitchen/678533011 — so 678533011 is the Baking Parchment node. This is the fastest route when you want to see where a competitor ranks.
3. Read it from a browse or search URL. Category browse pages carry the same number as a node= parameter. The Bakeware browse page’s canonical URL on 2026-09-27 was /bakeware/b?ie=UTF8&node=289668, the same 289668 used by the Best Sellers list. A search results page narrowed by department carries the node as rh=n:<node>; our Amazon advanced search guide tested that node= and rh=n: return the same subtree.
Build the list URL from the number. Once you have a node ID, https://www.amazon.com/gp/bestsellers/<store>/<node> is the shortest working form. The store slug did not change the result when a node was present (2026-09-27), but the department’s real slug keeps the link readable. Add ?pg=2 for ranks #51 onward.
How Often Amazon Best Sellers Lists Refresh
Amazon does not state a refresh interval in any of the three sources checked on 2026-09-27:
- The Best Sellers hub and the Kitchen & Dining list page both carry the line “Updated frequently.” The hub’s “About Best Sellers” note adds: “These lists, updated frequently, contain bestselling items.”
- Amazon’s customer help page About Amazon Best Sellers Rank says: “The Amazon Best Sellers calculation is based on Amazon sales, and is updated frequently to reflect recent and historical sales of every item sold on Amazon.” (Amazon Help, checked 2026-09-27)
- Amazon’s seller blog says Best Sellers lists “showcase the top selling products in featured categories based on BSR scores, which are frequently updated.” (sell.amazon.com, checked 2026-09-27)
“Hourly” is widely repeated in seller content, but none of these three sources states it, and neither the hub nor the Kitchen & Dining list page showed the word on 2026-09-27. The one fixed time window Amazon does publish belongs to a different list: Movers & Shakers measures “the biggest gainers in sales rank over the past 24 hours” (sell.amazon.com, checked 2026-09-27).
For research, this means a Best Sellers page is a snapshot. Save the date and time with any screenshot or copied ranking. To compare two categories, capture both the same day.
Best Sellers List Rank vs the BSR on a Product Page
The list and the product-page BSR come from the same ranking. Amazon’s help page describes the category lists as a way “to highlight an item’s rank in the categories or subcategories where it really stands out”, and adds: “As with the main Amazon Best Sellers list, these category rankings are based on Amazon sales, and are updated frequently.” (checked 2026-09-27). The two views matched on 2026-09-27: the parchment roll ranked #1 in Baking Parchment on its product page and appeared at #1 on the Baking Parchment list page.
There are four differences to keep in mind when you read the two side by side.
| Question | Best Sellers list page | Product page BSR |
|---|---|---|
| What you see | Ranks for one category, 50 per page | A product’s ranks in a department and a few subcategories |
| Which categories | The one in the URL | “a few of the most popular subcategories in which the item has a high ranking” (Amazon Help) |
| How deep | Top 100 over two pages; product pages link to it as “See Top 100” | Any number, not capped at 100 |
| When captured | Whenever the page was loaded | Whenever the product page was loaded |
A product can rank in categories its page does not show. Amazon’s help page says it chooses “a few of the most popular subcategories” to display on the product page (checked 2026-09-27). A product may also sit in several categories and hold a different rank in each; Amazon’s seller blog makes that point about BSR.
A list rank is not a sales figure. Amazon calculates the rank from sales volume, and “recent sales count more than older sales” (sell.amazon.com, checked 2026-09-27), but it does not publish how many units any rank equals. To turn a rank into a unit estimate you need a third-party sales estimator, and those estimates are directional.
The two readings are separate snapshots. Each page shows the ranking as it stood when that page loaded, so a list page left open in one tab and a product page opened later can disagree. Reload both before you treat a gap as meaningful.
Common Mistakes With Best Seller URLs
- Keying on the full URL. The name slug and store slug vary, and the canonical may name a different store (Bakeware:
kitchenin the link,home-gardenin the canonical). Key on marketplace plus node ID. - Reusing a US node on another marketplace. Node 289668 is Bakeware on amazon.com and an empty “undefined” page on amazon.co.uk (checked 2026-09-27).
- Stripping the name slug.
/zgbs/kitchen/289668returned 404; keep theBest-Sellers-...segment or use/gp/bestsellers/. - Reading page 1 as the whole list. Ranks #51 onward are on
?pg=2. - Quoting “hourly” as Amazon policy. Amazon’s pages say “updated frequently”; state that, or state the time you captured the page.
- Confusing the list with the browse page.
/b?node=is a shopping page sorted for browsing, not a sales ranking.
Checklist: Getting a Clean Best Sellers URL
- Choose the marketplace first; node IDs do not carry across.
- Get the node ID from the Best Sellers navigation, a product’s Best Sellers Rank links, or a
node=/rh=n:value. - Build
https://www.amazon.com/gp/bestsellers/<store>/<node>(or open thezgbslink) and drop any/ref=tail. - Confirm the page title names the category you expected.
- Record the capture date and time; the list is “updated frequently”.
- Add
?pg=2if you need ranks below #50. - Open New Releases and Movers & Shakers with the same node for context.
Frequently Asked Questions
What does zgbs mean in an Amazon URL?
zgbs is the path segment Amazon uses for Best Sellers list pages, as in amazon.com/Best-Sellers/zgbs. Amazon does not publish what the letters stand for. On 2026-09-27 the segment was required: removing the Best-Sellers-... part in front of it returned a 404.
How do I find the Best Sellers page for a specific category?
Get the category’s browse node ID and open https://www.amazon.com/gp/bestsellers/<store>/<node>. The quickest source of the node ID is a product in that category: the links in its Best Sellers Rank line point straight at the category lists. You can also click down from amazon.com/Best-Sellers/zgbs and read the number at the end of the URL.
Is the browse node ID the same in every Amazon marketplace?
No. On 2026-09-27, US node 289668 (Bakeware) opened a page titled “The most popular items in undefined” on amazon.co.uk. Look up node IDs separately on each marketplace.
How often are Amazon Best Sellers lists updated?
Amazon says “updated frequently” on the list pages, its help page and its seller blog (all checked 2026-09-27) and gives no interval. “Hourly” is a common claim in seller content, but none of those three Amazon sources states it.
Why does a product’s BSR differ from its position on the list page?
Usually because the two pages were loaded at different times, or because you are comparing different categories: the product page shows a department rank plus a few subcategory ranks, while the list page covers only the category in its URL. See the Amazon BSR guide for how the rank itself is calculated.
Conclusion
An Amazon best seller URL is a node ID wrapped in labels. Get the node from the navigation, a product’s Best Sellers Rank links, or a browse URL; build /gp/bestsellers/<store>/<node>; and store the marketplace, node ID and capture time, not the full URL. Amazon promises only that the lists are “updated frequently”, so treat every list as a dated snapshot. For turning those snapshots into demand estimates, pair this with our breakdown of the most-selling products on Amazon by category.