Skip to content

Instantly share code, notes, and snippets.

@AnalyzePlatypus
Last active July 11, 2023 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnalyzePlatypus/2dadd9645f60d106f154d8f34b35df00 to your computer and use it in GitHub Desktop.
Save AnalyzePlatypus/2dadd9645f60d106f154d8f34b35df00 to your computer and use it in GitHub Desktop.

Amazon.com Root Categories

These are the 35 root categories on Amazon.com.

Retrieved via Keepa API on April 12, 2021.

API call:

https://api.keepa.com/category?key=<REDACTED>&domain=1&category=0&parents=1
[
  {
    "name":"CDs & Vinyl",
    "categoryId":5174
  },
  {
    "name":"Electronics",
    "categoryId":172282
  },
  {
    "name":"Tools & Home Improvement",
    "categoryId":228013
  },
  {
    "name":"Software",
    "categoryId":229534
  },
  {
    "name":"Books",
    "categoryId":283155
  },
  {
    "name":"Video Games",
    "categoryId":468642
  },
  {
    "name":"Magazine Subscriptions",
    "categoryId":599858
  },
  {
    "name":"Home & Kitchen",
    "categoryId":1055398
  },
  {
    "name":"Office Products",
    "categoryId":1064954
  },
  {
    "name":"Sports & Outdoors",
    "categoryId":3375251
  },
  {
    "name":"Health & Household",
    "categoryId":3760901
  },
  {
    "name":"Beauty & Personal Care",
    "categoryId":3760911
  },
  {
    "name":"Everything Else",
    "categoryId":10272111
  },
  {
    "name":"Musical Instruments",
    "categoryId":11091801
  },
  {
    "name":"Automotive",
    "categoryId":15684181
  },
  {
    "name":"Industrial & Scientific",
    "categoryId":16310091
  },
  {
    "name":"Grocery & Gourmet Food",
    "categoryId":16310101
  },
  {
    "name":"Kindle Store",
    "categoryId":133140011
  },
  {
    "name":"Digital Music",
    "categoryId":163856011
  },
  {
    "name":"Toys & Games",
    "categoryId":165793011
  },
  {
    "name":"Baby Products",
    "categoryId":165796011
  },
  {
    "name":"Cell Phones & Accessories",
    "categoryId":2335752011
  },
  {
    "name":"Apps & Games",
    "categoryId":2350149011
  },
  {
    "name":"Arts, Crafts & Sewing",
    "categoryId":2617941011
  },
  {
    "name":"Appliances",
    "categoryId":2619525011
  },
  {
    "name":"Pet Supplies",
    "categoryId":2619533011
  },
  {
    "name":"Movies & TV",
    "categoryId":2625373011
  },
  {
    "name":"Patio, Lawn & Garden",
    "categoryId":2972638011
  },
  {
    "name":"Video Shorts",
    "categoryId":9013971011
  },
  {
    "name":"Alexa Skills",
    "categoryId":13727921011
  },
  {
    "name":"Handmade Products",
    "categoryId":11260432011
  },
  {
    "name":"Clothing, Shoes & Jewelry",
    "categoryId":7141123011
  },
  {
    "name":"Collectibles & Fine Art",
    "categoryId":4991425011
  },
  {
    "name":"Vehicles",
    "categoryId":10677469011
  },
  {
    "name":"Audible Books & Originals",
    "categoryId":18145289011
  },
  {
    "name":"Health, Household & Baby Care",
    "categoryId":"3760901"
  },
]
@chiefdeals
Copy link

{
"name":"Health, Household & Baby Care",
"categoryId":"3760901"
},

@AnalyzePlatypus
Copy link
Author

{
"name":"Health, Household & Baby Care",
"categoryId":"3760901"
},

Added, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment