Actions9
- Best Seller Actions
- Category Actions
- Deal Actions
- Product Actions
- Product Finder Actions
Overview
This node interacts with the Keepa API to retrieve Amazon best seller data for a specified domain and category. It is useful for users who want to analyze or monitor top-selling products on Amazon across different country-specific marketplaces. Practical applications include market research, competitive analysis, and inventory planning by fetching real-time best seller rankings.
Properties
Name | Meaning |
---|---|
Domain | Amazon domain to search in. Options: US, Canada, UK, Germany, France, Italy, Spain, India, Mexico, Brazil, Australia, Japan. Default is US. |
Category ID | Numeric ID of the category to get best sellers for. Use 0 for all categories or specify a particular category ID. |
Output
The node outputs JSON data containing the best seller information retrieved from the Keepa API. This typically includes product details ranked as best sellers within the specified domain and category. The exact structure depends on the Keepa API response but generally contains product identifiers, ranking positions, and related metadata.
No binary data output is indicated.
Dependencies
- Requires an API key credential for the Keepa API.
- The node makes HTTP requests to
https://api.keepa.com
. - Proper configuration of the API key credential in n8n is necessary for authentication.
Troubleshooting
- Common issues:
- Invalid or missing API key will cause authentication errors.
- Incorrect category IDs may result in empty or no data returned.
- Network connectivity problems can prevent API calls.
- Error messages:
- Authentication failures: Verify that the API key credential is correctly set up.
- Rate limiting or quota exceeded: Check your Keepa API plan limits.
- Invalid parameters: Ensure the domain and category values are valid and supported.
Links and References
- Keepa API Documentation
- Amazon Best Sellers (for reference on categories and rankings)