Back to library
Walmart Product API
Extract full product details from a Walmart product page, including pricing, brand, images, customer reviews, and availability.
Active1 credit = 1 requestGET/v2/walmart/product
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/walmart/product' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"sku": "609040889",
"name": "Apple MacBook Air 13.3-inch Laptop - Apple M1 chip - 8GB RAM - 256GB SSD - Space Gray",
"brand": {
"name": "Apple"
},
"image": "https://i5.walmartimages.com/seo/Apple-MacBook-Air-13-3-inch-Laptop-Apple-M1-chip-8GB-RAM-256GB-SSD-Space-Gray_609040889.jpeg",
"model": "MGN63LL/A",
"gtin13": null,
"offers": {
"url": "https://www.walmart.com/ip/Apple-MacBook-Air-13-3-inch-Laptop-Apple-M1-chip-8GB-RAM-256GB-SSD-Space-Gray/609040889",
"price": 699,
"availability": "https://schema.org/InStock",
"item_condition": "https://schema.org/NewCondition",
"price_currency": "USD",
"available_delivery_method": "https://schema.org/OnSitePickup"
},
"review": [
{
"name": "Amazing laptop!",
"author": {
"name": "TechUser123"
},
"review_body": "The M1 chip is incredibly fast. Battery lasts all day easily.",
"review_rating": {
"best_rating": 5,
"rating_value": 5,
"worst_rating": 1
},
"date_published": "January 15, 2024"
}
],
"description": "<p><b>Brand:</b> Apple</p><p><b>Color:</b> Space Gray</p><p>All-Day Battery Life – Go longer than ever with up to 18 hours.</p>",
"aggregate_rating": {
"best_rating": 5,
"rating_value": 4.2,
"review_count": 6167
}
}Integrations
Integrate Walmart Product with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/walmart/product
Status
Active
Collections