linkfox-walmart-search

Search Walmart product listings by keyword, category, price range, and sort order via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? E-commerce sellers and researchers need current Walmart marketplace data—prices, ratings, sellers, and stock status—but manually browsing Walmart.com is slow and hard to scale. This Skill retrieves structured Walmart product listing data through a single API call. ## Core Features & Use Cases - Keyword and Category Search: Search by keyword, browse by category ID, or combine both, with pagination up to 100 pages. - Filtering and Sorting: Filter by price range, store ID, NextDay delivery, and facets; sort by best seller, best match, or price ascending/descending. - Rich Product Data: Returns price, was-price, rating, review count, seller info, stock status, shipping options, sponsored flags, and variant swatches. - Use Case: A seller researching competitors asks for the best-selling wireless earbuds on Walmart under $50, and receives a structured table of listings with prices, ratings, review counts, and product page links. ## Quick Start Search Walmart for the best-selling wireless earbuds under $50 and show me the top results with prices and ratings.

Frequently Asked Questions about linkfox-walmart-search

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

FAQPage Schema
How do I search Walmart products by keyword?▼

Provide a keyword parameter such as "wireless earbuds" to the search API, optionally adding sort, page, and price filters. At least one of keyword or categoryId must be provided, and results return as structured JSON product listings.

How to filter Walmart search results by price range?▼

Use the minPrice and maxPrice parameters together with your keyword, for example keyword "laptop stand" with minPrice 10 and maxPrice 50. You can also sort results by price_low or price_high to order by price.

What data does Walmart product search return?▼

Each product includes title, price, was-price, rating, review count, seller name, image URL, product page URL, stock status, shipping options, sponsored flag, and variant swatches. Results are paginated with a maximum page of 100.

Why does Walmart search return an authentication error?▼

A 401 error means the API key is missing or invalid. Set the LINKFOXAGENT_API_KEY environment variable with a valid key obtained from the LinkFox authorization page, and pass it in the Authorization header.

Can Walmart search check product availability at a specific store?▼

Yes, pass the storeId parameter with your keyword to get store-specific results. The outOfStock field in each product indicates availability, and nextDayEnabled filters for NextDay delivery items.

What are the limitations of Walmart product search?▼

It only returns current listing data, not historical price trends, review text content, or seller account metrics. Pagination is capped at page 100, and it does not cover order tracking or advertising management.