@henkey/n8n-nodes-amazon-paapi

0.3.5 • Public • Published

n8n-nodes-amazon-paapi

This is an n8n community node for Amazon's Product Advertising API (PA API 5.0). It provides functionality to search for products and retrieve detailed product information from Amazon's marketplace.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install @henkey/n8n-nodes-amazon-paapi

Operations

Amazon Product Search

This node provides two main operations:

  1. Search Products

    • Search for products using keywords
    • Get product details including prices, titles, and URLs
    • Filter results based on various criteria
  2. Get Product Details

    • Retrieve detailed information about specific products using their ASIN
    • Access comprehensive product data including descriptions and features

Available Fields

Both operations support retrieving the following information:

  • Title
  • Features
  • Price
  • Images
  • Rating
  • Review Count
  • Brand
  • Product Description

Credentials

To use this node, you need Amazon PA API credentials:

  1. Access Key
  2. Secret Key
  3. Partner Tag (Amazon Associates tracking ID)
  4. Marketplace selection

You can obtain these credentials by:

  1. Joining the Amazon Associates Program
  2. Registering for Product Advertising API

Compatibility

  • Requires n8n version 1.0.0 or later
  • Supports all Amazon marketplaces
  • Compatible with both workflow and agent usage

Usage

  1. As a Workflow Node

    • Add the "Amazon Product Search" node to your workflow
    • Configure the credentials
    • Select the operation (Search Products or Get Product Details)
    • Configure the operation parameters
    • Connect to other nodes as needed
  2. As an Agent Tool

    • The node is automatically available as a tool for AI agents
    • Agents can use it to search for products or get product details
    • Results are formatted for easy consumption by other nodes

Resources

License

MIT

Package Sidebar

Install

npm i @henkey/n8n-nodes-amazon-paapi

Weekly Downloads

28

Version

0.3.5

License

MIT

Unpacked Size

92.2 kB

Total Files

10

Last publish

Collaborators

  • henkey