linkfox-wallysmarter-product-detail

Retrieves Walmart product details, price history, and sales trends via the WallySmarter API.

17|3|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-wallysmarter-product-detail-w9uk5ie8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkfox-wallysmarter-product-detail
Source: https://github.com/w9uk5ie8v/LinkFoxSkills/tree/main/linkfox-wallysmarter-product-detail
Command: npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-wallysmarter-product-detail-w9uk5ie8v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Manually checking a Walmart product's pricing history and sales performance requires visiting multiple pages and tracking changes over time. This Skill queries the WallySmarter API to return a single Walmart product's full attributes along with historical price and sales trend data in one call. ## Core Features & Use Cases - Single-Product Deep Dive: Look up any Walmart product by its ItemId and get title, price, wasPrice, brand, rating, reviews, seller, fulfillment type (WFS vs Marketplace), and stock status. - Historical Trends: Retrieve daily price and sales time series (default enabled via includeStats) to analyze price drops and sales momentum. - Quality Scores: Access listingScore and contentScore to evaluate listing quality. - Use Case: A cross-border e-commerce seller wants to know if a competitor's Walmart product (ID 5177343351) has dropped its price recently and how its sales are trending. The Skill returns the current price alongside a 30-day price and sales history for quick analysis. ## Quick Start Ask the assistant to look up Walmart product details and price history for item ID 5177343351 using WallySmarter.

Frequently Asked Questions about linkfox-wallysmarter-product-detail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up a Walmart product's price history?▼

Provide the Walmart ItemId from the product URL (the number after /ip/) and call the WallySmarter productDetail endpoint with includeStats set to true. The response includes daily price and sales time series covering the product's tracked history.

What data does the WallySmarter product detail API return?▼

It returns product attributes like title, price, wasPrice, brand, rating, reviews, salesEstimate, revenue, sellerName, fulfillmentType, stock status, and listing scores. When includeStats is true, it also returns historical price and sales arrays aggregated by day in UTC.

Where do I find the Walmart ItemId for a product lookup?▼

The ItemId is the numeric ID in the Walmart product URL, for example 5177343351 in https://www.walmart.com/ip/5177343351. This numeric ID is passed as the productId parameter.

Can I query multiple Walmart products in one call?▼

No, the API accepts only one productId per request. To compare multiple products, you must invoke the tool separately for each ItemId.

Why does the WallySmarter API return a 401 error?▼

A 401 error means authentication failed because the Authorization header is missing or invalid. Set the LINKFOXAGENT_API_KEY environment variable with a valid API key obtained from the LinkFox authorization page.

When should I use product search instead of product detail lookup?▼

Use product detail lookup only when you already have a specific Walmart ItemId or product URL. If you need to browse or search products by keyword or category, use the linkfox-walmart-search skill instead.