walmart-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# Walmart research
Look up and compare Walmart products, prices, and reviews — all as
normalized JSON from the Crawlora API, with no HTML scraping.
## When to use this skill
- "What does X cost on Walmart?" or "compare prices for X on Walmart."
- "Find listings for X on Walmart" / "search Walmart for this product."
- "Pull reviews / ratings for this Walmart product."
- "Track this Walmart product's price / availability."
- Competitive pricing or catalog research on Walmart.
## Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills).
- `export CRAWLORA_API_KEY=sk_your_key_here`
- All requests: `x-api-key: $CRAWLORA_API_KEY` against
`https://api.crawlora.net/api/v1`. Missing/invalid key → `401`.
## How it works
1. **Search / discover** — `/walmart/search` (`q` required) to find
candidate products by keyword.
2. **Detail** — fetch a specific product with `/walmart/product/{item_id}`
(the numeric id from a Walmart `/ip/{id}` URL) for price, availability,
brand, images, rating, seller, description, highlights, specifications,
and variants.
3. **Reviews** — pull the on-page reviews snapshot with
`/walmart/product/{item_id}/reviews`: average rating, total review count,
per-star breakdown, recommended percentage, top positive/negative review,
and a sample of recent reviews.
Full endpoint list, methods, and params: [`refer