n8n-nodes-walmart-api
v0.1.1
Published
Walmart API for n8n: product search, full product details with UPC, customer reviews, and every marketplace seller offer with delivery and returns, as structured items. Apify-backed community node, pay-per-result, usable as an AI agent tool.
Maintainers
Readme
Walmart API for n8n
An n8n community node for the Walmart API on Apify. product search, full product details with UPC, customer reviews, and every marketplace seller offer with delivery and returns, as structured items. Apify-backed community node, pay-per-result, usable as an AI agent tool.
This is the Apify-backed node: no proxies, browsers or maintenance on your side, billed per result on your Apify account, and it works as an AI Agent tool.
Install
- In n8n, open Settings then Community Nodes.
- Choose Install a community node and enter
n8n-nodes-walmart-api. - Confirm and restart when prompted. The Walmart node then appears in the node picker.
Self-hosted n8n only; n8n Cloud does not load community nodes.
Credentials
The node needs an Apify API token.
- Create a free account at apify.com.
- In the Apify Console, open Settings then API & Integrations and copy your token.
- In n8n, create an Apify API key connection credential and paste the token.
Operations
- Get Details: Full product record for one listing, including UPC and variant counts.
- Get Reviews: Customer reviews for one listing, one item per review.
- Get Sellers: Every seller offering one listing, with price, delivery and return policy.
- Search: Keyword search over the catalog, one item per product.
Output modes
- Simplified (default): a compact, LLM-friendly subset of fields. Forced automatically when the node runs as an AI Agent tool, to save context.
- Raw: every field the API produces.
- Selected Fields: pick exactly the fields you want.
Output fields
| Field | Meaning |
|---|---|
| resultType | Result Type |
| productId | Product ID |
| usItemId | US Item ID |
| title | Title |
| upc | UPC |
| manufacturerNumber | Manufacturer Number |
| sellerId | Seller ID |
| sellerName | Seller Name |
| categories | Categories |
| variantCount | Variant Count |
| ratingBreakdown | Rating Breakdown |
| url | URL |
| thumbnail | Thumbnail |
| totalReviews | Total Reviews |
| overallRating | Overall Rating |
| position | Position |
| text | Text |
| rating | Rating |
| reviewDate | Review Date |
| authorName | Author Name |
| customerType | Customer Type |
| positiveFeedback | Positive Feedback |
| negativeFeedback | Negative Feedback |
| offerId | Offer ID |
| offerType | Offer Type |
| availabilityStatus | Availability Status |
| sellerDisplayName | Seller Display Name |
| sellerType | Seller Type |
| sellerStoreUrl | Seller Store URL |
| price | Price |
| deliveryDate | Delivery Date |
| deliveryPrice | Delivery Price |
| returnPolicy | Return Policy |
| query | Query |
| storeId | Store ID |
| productType | Product Type |
| wasPrice | Was Price |
| minPrice | Min Price |
| reviewCount | Review Count |
| outOfStock | Out Of Stock |
| sponsored | Sponsored |
| freeShipping | Free Shipping |
| twoDayShipping | Two Day Shipping |
Full field semantics are documented on the Actor page.
Example workflows
- Price tracker: a Cron node runs Search for your product keywords daily and writes price and wasPrice rows to a database for history.
- Buy-box watch: Get Sellers for your listings on a schedule and alert Slack when a new seller undercuts your price.
Pricing
Runs bill to your Apify account per result, with a free tier to start. Current rates are on the Actor page.
Links
- Actor: https://apify.com/johnvc/walmart-api?fpr=9n7kx3
- Apify + n8n docs: https://docs.apify.com/platform/integrations/n8n
- Issues: https://github.com/johnisanerd/n8n-nodes-walmart-api/issues
License
MIT
