Package Information
Released: 3/20/2025
Downloads: 23 weekly / 159 monthly
Latest Version: 0.3.5
Author: henkey
Documentation
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:
Search Products
- Search for products using keywords
- Get product details including prices, titles, and URLs
- Filter results based on various criteria
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:
- Access Key
- Secret Key
- Partner Tag (Amazon Associates tracking ID)
- Marketplace selection
You can obtain these credentials by:
- Joining the Amazon Associates Program
- 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
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
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