Skip to main content
GET
/
v1
/
amazon
/
product-category-list
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/amazon/product-category-list?country=us' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "value": {
    "code": 0,
    "message": "success",
    "data": [
      {
        "name": "All Departments",
        "id": "aps"
      },
      {
        "name": "Alexa Skills",
        "id": "alexa-skills"
      },
      {
        "name": "Amazon Devices",
        "id": "amazon-devices"
      },
      {
        "name": "Amazon Explore",
        "id": "live-explorations"
      },
      {
        "name": "Amazon Fresh",
        "id": "amazonfresh"
      },
      {
        "name": "Amazon Pharmacy",
        "id": "amazon-pharmacy"
      },
      {
        "name": "Amazon Warehouse",
        "id": "warehouse-deals"
      },
      {
        "name": "Appliances",
        "id": "appliances"
      },
      {
        "name": "Apps & Games",
        "id": "mobile-apps"
      },
      {
        "name": "Arts, Crafts & Sewing",
        "id": "arts-crafts"
      },
      {
        "name": "Audible Books & Originals",
        "id": "audible"
      },
      {
        "name": "Automotive Parts & Accessories",
        "id": "automotive"
      },
      {
        "name": "AWS Courses",
        "id": "courses"
      },
      {
        "name": "Baby",
        "id": "baby-products"
      },
      {
        "name": "Beauty & Personal Care",
        "id": "beauty"
      },
      {
        "name": "Books",
        "id": "stripbooks"
      },
      {
        "name": "CDs & Vinyl",
        "id": "popular"
      },
      {
        "name": "Cell Phones & Accessories",
        "id": "mobile"
      },
      {
        "name": "Clothing, Shoes & Jewelry",
        "id": "fashion"
      },
      {
        "name": "   Women",
        "id": "fashion-womens"
      },
      {
        "name": "   Men",
        "id": "fashion-mens"
      },
      {
        "name": "   Girls",
        "id": "fashion-girls"
      },
      {
        "name": "   Boys",
        "id": "fashion-boys"
      },
      {
        "name": "   Baby",
        "id": "fashion-baby"
      },
      {
        "name": "Collectibles & Fine Art",
        "id": "collectibles"
      },
      {
        "name": "Computers",
        "id": "computers"
      },
      {
        "name": "Credit and Payment Cards",
        "id": "financial"
      },
      {
        "name": "Digital Educational Resources",
        "id": "edu-alt-content"
      },
      {
        "name": "Digital Music",
        "id": "digital-music"
      },
      {
        "name": "Electronics",
        "id": "electronics"
      },
      {
        "name": "Garden & Outdoor",
        "id": "lawngarden"
      },
      {
        "name": "Gift Cards",
        "id": "gift-cards"
      },
      {
        "name": "Grocery & Gourmet Food",
        "id": "grocery"
      },
      {
        "name": "Handmade",
        "id": "handmade"
      },
      {
        "name": "Health, Household & Baby Care",
        "id": "hpc"
      },
      {
        "name": "Home & Business Services",
        "id": "local-services"
      },
      {
        "name": "Home & Kitchen",
        "id": "garden"
      },
      {
        "name": "Industrial & Scientific",
        "id": "industrial"
      },
      {
        "name": "Just for Prime",
        "id": "prime-exclusive"
      },
      {
        "name": "Kindle Store",
        "id": "digital-text"
      },
      {
        "name": "Luggage & Travel Gear",
        "id": "fashion-luggage"
      },
      {
        "name": "Luxury Stores",
        "id": "luxury"
      },
      {
        "name": "Magazine Subscriptions",
        "id": "magazines"
      },
      {
        "name": "Movies & TV",
        "id": "movies-tv"
      },
      {
        "name": "Musical Instruments",
        "id": "mi"
      },
      {
        "name": "Office Products",
        "id": "office-products"
      },
      {
        "name": "Pet Supplies",
        "id": "pets"
      },
      {
        "name": "Premium Beauty",
        "id": "luxury-beauty"
      },
      {
        "name": "Prime Video",
        "id": "instant-video"
      },
      {
        "name": "Smart Home",
        "id": "smart-home"
      },
      {
        "name": "Software",
        "id": "software"
      },
      {
        "name": "Sports & Outdoors",
        "id": "sporting"
      },
      {
        "name": "Subscribe & Save",
        "id": "specialty-aps-sns"
      },
      {
        "name": "Subscription Boxes",
        "id": "subscribe-with-amazon"
      },
      {
        "name": "Tools & Home Improvement",
        "id": "tools"
      },
      {
        "name": "Toys & Games",
        "id": "toys-and-games"
      },
      {
        "name": "Under $10",
        "id": "under-ten-dollars"
      },
      {
        "name": "Video Games",
        "id": "videogames"
      },
      {
        "name": "Whole Foods Market",
        "id": "wholefoods"
      }
    ]
  },
  "requestId": "3d42d7bb-86ae-4a6a-a8e6-ffbce20fffe5"
}
🪙3 creditsper request

Copy for AI

🤖 Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

country
string
default:us

Sets the Amazon domain, marketplace country, language and currency. Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG, ZA, IE

Response

The response is of type object.