Try any of 1536 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Search Walmart.com by keyword → a paginated, sortable list of products with item id, name, current & list price, savings, star rating + review count, availability, seller, category, fulfillment, image and the product link. Narrow with min_price/max_price and sort. Note: `brand` is a separate field only where Walmart itself splits it out — measured 65/65 on backpacks and 57/57 on sneakers, but 0/53 on laptops and 0/49 on TVs, where Walmart instead carries the brand inside the product name ('HP 14 inch…'). Use product_detail when you need brand as a guaranteed field.
curl -X POST https://api.reefapi.com/walmart/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"laptop"}'Hit Send to run this endpoint live.