Walmart search
Header
Type
Description
Parameter
Type
Description
{
"status": "success",
"Products": [
{
"_id": "walmart_123456789",
"name": "HP 15.6\" Laptop, Intel Core i5, 8GB RAM, 256GB SSD",
"price": 499.99,
"images": [
"https://i5.walmartimages.com/asr/example.jpg"
],
"url": "https://www.walmart.com/ip/123456789",
"slug": "123456789",
"brand": "HP",
"storeName": "Walmart",
"source": "walmart",
"averageRating": 4.3,
"reviewCount": 245,
"description": "Experience powerful performance with this HP laptop...",
"availability": "In Stock",
"position": 1
}
// ... more products
],
"hasMore": true,
"count": 500,
"storeBrandMatch": [],
"source": "walmart",
"secondhand": false,
"page": 1,
"limit": 20
}Last updated