Skip to content

Walmart Product Data API

Scrape detailed Walmart product information instantly with a simple API call

Last Updated: May 30, 2025

New! Direct Item ID Support

You can now fetch product data directly using Walmart's item ID instead of the full URL! Simply use the item_id parameter with the numeric ID found at the end of product URLs.

A GET request to our /api/getter/?platform="walmart_detail" endpoint allows you to scrape product data for any product on Walmart's marketplace in real-time. You can use either a full product URL or just the item ID.

Example

To scrape details about a Dreame robot vacuum from Walmart, you can use the following command:

1
curl 'https://data.unwrangle.com/api/getter/?platform=walmart_detail&url=https%3A%2F%2Fwww.walmart.com%2Fip%2FDreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com%2F14601806068&api_key=API_KEY'
1
2
3
4
5
import requests

url = 'https://data.unwrangle.com/api/getter/?platform=walmart_detail&url=https%3A%2F%2Fwww.walmart.com%2Fip%2FDreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com%2F14601806068&api_key=API_KEY'
response = requests.get(url)
print(response.json())
1
2
3
const response = await fetch('https://data.unwrangle.com/api/getter/?platform=walmart_detail&url=https%3A%2F%2Fwww.walmart.com%2Fip%2FDreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com%2F14601806068&api_key=API_KEY')
const data = await response.json()
console.log(data)
1
2
3
4
5
6
<?php
$url = 'https://data.unwrangle.com/api/getter/?platform=walmart_detail&url=https%3A%2F%2Fwww.walmart.com%2Fip%2FDreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com%2F14601806068&api_key=API_KEY';
$response = file_get_contents($url);
$data = json_decode($response, true);
print_r($data);
?>
1
2
3
4
5
6
require 'net/http'
require 'uri'

uri = URI.parse('https://data.unwrangle.com/api/getter/?platform=walmart_detail&url=https%3A%2F%2Fwww.walmart.com%2Fip%2FDreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com%2F14601806068&api_key=API_KEY')
response = Net::HTTP.get(uri)
puts response

Example Using Item ID

For simpler requests, you can use the item_id parameter directly instead of the full URL:

1
curl 'https://data.unwrangle.com/api/getter/?platform=walmart_detail&item_id=14601806068&api_key=API_KEY'
1
2
3
4
5
import requests

url = 'https://data.unwrangle.com/api/getter/?platform=walmart_detail&item_id=14601806068&api_key=API_KEY'
response = requests.get(url)
print(response.json())
1
2
3
const response = await fetch('https://data.unwrangle.com/api/getter/?platform=walmart_detail&item_id=14601806068&api_key=API_KEY')
const data = await response.json()
console.log(data)
1
2
3
4
5
6
<?php
$url = 'https://data.unwrangle.com/api/getter/?platform=walmart_detail&item_id=14601806068&api_key=API_KEY';
$response = file_get_contents($url);
$data = json_decode($response, true);
print_r($data);
?>
1
2
3
4
5
6
require 'net/http'
require 'uri'

uri = URI.parse('https://data.unwrangle.com/api/getter/?platform=walmart_detail&item_id=14601806068&api_key=API_KEY')
response = Net::HTTP.get(uri)
puts response

Query Parameters

Product Identifier

url

Optional*

The URL of the Walmart product listing you wish to scrape.

*Note: Either url or item_id is required, but not both.

item_id

Optional*

The Walmart item ID of the product you wish to scrape. This is the numeric ID found at the end of product URLs.

Example: For a URL ending in /14601806068, the item_id would be 14601806068

*Note: Either url or item_id is required, but not both.

Other Required Parameters

platform

Required

Specifies the scraping engine you wish to invoke. In this case, the value should be walmart_detail.

api_key

Required

Your account's token—which can be obtained by signing up here.

URL Encoding

The value of the query parameter url must be URL or percent encoded. If you're using Python, this can be done with the function urllib.parse.quote(). The item_id parameter does not require encoding.

Using Item ID vs URL

Using the item_id parameter is often simpler and more reliable than using the full URL:

  • No URL encoding required
  • Shorter and cleaner requests
  • Works regardless of URL format changes
  • Extract the item ID from any Walmart product URL by taking the numeric value at the end

Product Availability

Some Walmart products may have limited availability or may be discontinued. If you encounter issues with specific products, try verifying the product URL is still accessible on Walmart's website.

Results

The response will include the following attributes for the product:

Attributes Returned Data Type Information Represented
id string Walmart's unique identifier for the product
name string Name of product listing
brand string Brand of product listing
brand_url string URL to the brand's page on Walmart
url string Clean URL of the product listing
retailer_badges list Special badges or labels from Walmart
images list List of product listing's image URLs
price float Current price of the product
list_price float Original/list price if available
currency string Currency code (e.g. USD)
currency_symbol string Currency symbol (e.g. $)
is_subscription boolean Whether the product is available as a subscription
offer_text string Text describing any special offers
gen_ai_description string AI-generated product description if available
rating float Average rating of product
total_ratings int Total number of ratings received
total_reviews int Total number of reviews received
in_stock boolean Whether the product is currently in stock
categories list List of categories the product belongs to, each with name and URL
description string Detailed HTML description of the product
key_features list List of key product features
seller_name string Name of the seller on Walmart
seller_url string URL of the seller's profile on Walmart
est_delivery_date string Estimated delivery date
returns_info string Returns policy information
at_a_glance list List of key product specifications
review_summary_title string Title of review summary if available
review_summary_text string Text of review summary if available
review_aspects list Review aspects and sentiment analysis
variants list Detailed product variants with images, URLs, and stock status
selected_variant string Currently selected variant
variant object Simple variant information (type and value)
top_reviews list List of top product reviews with ratings and dates
upc string Universal Product Code
specifications list Detailed product specifications
warnings list Product warning information
warranty object Warranty information with URL if available
nutrition_facts object Nutrition information if applicable

Enhanced Variant Information

The variants field now provides comprehensive information for each product variant, including:

  • model_no and id: Unique identifiers for each variant
  • image_urls: Complete list of images for the variant
  • url: Direct link to the variant's product page
  • price: Individual pricing for each variant
  • in_stock: Stock status for each variant

Review Data

The API now includes enhanced review information:

  • review_summary: AI-generated summaries when available
  • review_aspects: Sentiment analysis on different product aspects
  • top_reviews: Detailed customer reviews with ratings and dates

Response Example

Here's the response you can expect to receive for the request showcased above:

{
    "success": true,
    "platform": "walmart_detail",
    "url": "https://www.walmart.com/ip/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com/14601806068?athAsset=eyJhdGhjcGlkIjogIlNrN0hScVFGT3FGT1l2RGFER05nIiwgImF0aHN0aWQiOiAiQ1MwMjAiLCAiYXRoYW5jaWQiOiAiSXRlbUNhcm91c2VsIiwgImF0aHIiOiAwLjB9&athena=true",
    "detail": {
        "id": "14601806068",
        "url": "https://www.walmart.com/ip/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com/14601806068",
        "name": "Dreame L10s Ultra Robot Vacuum and Mop Combo, Auto Mop Cleaning and Drying, Self-Refilling and Self-Emptying Base for 60 Days of Cleaning, 5300Pa Suction and AI Navigation, Compatible with Alexa",
        "brand": "dreame",
        "brand_url": "https://www.walmart.com/search?q=dreame&facet=brand:dreame",
        "retailer_badges": [],
        "images": [
            "https://i5.walmartimages.com/seo/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com_48df29e1-1a5d-4f7e-b78b-121fb9acd24c.eb117ec81a33bf0f7f91b32bbe69620a.png",
            "https://i5.walmartimages.com/asr/8529386b-5705-4c5e-8966-0b78b44ceb37.a09176aaab49516abca3693184de75f4.png",
            "https://i5.walmartimages.com/asr/8c8a56de-8194-4b7d-be23-a4bad38f6e7d.cfc3f91bd2444b9d9e2a481ac56cf8bb.png",
            "https://i5.walmartimages.com/asr/d68122ab-ac18-4ca5-a237-34c5eab1ebd8.3d2f09ccc2feccbb0957aedf2e1f4188.png",
            "https://i5.walmartimages.com/asr/2e47a082-f6cc-4d5c-aa1c-340e1e9523d8.65fcf0cd6d17dabeec25649838f00493.png",
            "https://i5.walmartimages.com/asr/5a5878e6-2811-4f53-92a9-093604d43553.ed9555e5e0571005a871ad91a238b42d.jpeg",
            "https://i5.walmartimages.com/asr/201e801b-2069-49c5-8517-37e64d1aade0.1fcb4f1038a839c96e405d1c0c28f725.png",
            "https://i5.walmartimages.com/seo/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com_48df29e1-1a5d-4f7e-b78b-121fb9acd24c.eb117ec81a33bf0f7f91b32bbe69620a.png"
        ],
        "price": 499.99,
        "list_price": 899.99,
        "currency": "USD",
        "currency_symbol": "$",
        "is_subscription": false,
        "offer_text": null,
        "variants": [
            {
                "type": "Actual Color",
                "model_no": "50TA1LKRG3YX",
                "id": "14601806068",
                "value": "Mop Washing & Drying",
                "type_name": "actual_color",
                "value_name": "mopwashing&drying",
                "image_urls": [
                    "https://i5.walmartimages.com/seo/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com_48df29e1-1a5d-4f7e-b78b-121fb9acd24c.eb117ec81a33bf0f7f91b32bbe69620a.png",
                    "https://i5.walmartimages.com/asr/8529386b-5705-4c5e-8966-0b78b44ceb37.a09176aaab49516abca3693184de75f4.png",
                    "https://i5.walmartimages.com/asr/8c8a56de-8194-4b7d-be23-a4bad38f6e7d.cfc3f91bd2444b9d9e2a481ac56cf8bb.png",
                    "https://i5.walmartimages.com/asr/d68122ab-ac18-4ca5-a237-34c5eab1ebd8.3d2f09ccc2feccbb0957aedf2e1f4188.png",
                    "https://i5.walmartimages.com/asr/2e47a082-f6cc-4d5c-aa1c-340e1e9523d8.65fcf0cd6d17dabeec25649838f00493.png",
                    "https://i5.walmartimages.com/asr/5a5878e6-2811-4f53-92a9-093604d43553.ed9555e5e0571005a871ad91a238b42d.jpeg",
                    "https://i5.walmartimages.com/asr/201e801b-2069-49c5-8517-37e64d1aade0.1fcb4f1038a839c96e405d1c0c28f725.png"
                ],
                "url": "https://www.walmart.com/ip/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com/14601806068",
                "in_stock": "True",
                "price": 499.99
            },
            {
                "type": "Actual Color",
                "model_no": "4129EGSUHQWI",
                "id": "16178872182",
                "value": "Mop Washing & Drying + 3 Dust Bags",
                "type_name": "actual_color",
                "value_name": "mopwashing&drying+3dustbags",
                "image_urls": [
                    "https://i5.walmartimages.com/seo/Dreame-L10s-Ultra-Robot-Vacuum-Cleaning-Bundle-Extra-Mop-Kit-3-pcs-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa_f1c9e48e-83b4-4235-ac8e-f802e54aa51b.65424b395f1703f4fd6686e44b98b339.png",
                    "https://i5.walmartimages.com/asr/1be0ba0c-41f1-4632-a42f-dd3ab4a50ba0.5cc64a1500e2b2fd8c184aa5d7828aba.jpeg",
                    "https://i5.walmartimages.com/asr/9b83cc7c-6a09-4db2-a435-7be1ec0bba22.9783d9a05f4cf8a6e8fff532ce34f876.jpeg",
                    "https://i5.walmartimages.com/asr/6a5875eb-87d5-4f25-902d-ab0bd9932d08.a3c45c90b99d5e6f3db68a6a8c74248d.jpeg",
                    "https://i5.walmartimages.com/asr/ae783e49-4a9e-4d52-836b-ea53725e8a51.f5f8c0105ab7eb41ba5d654d1a0e4d5a.jpeg",
                    "https://i5.walmartimages.com/asr/91af658d-21b4-49dd-8a51-98b465ac8d9c.61a26c7df16de7461f21658c9c0028fc.jpeg",
                    "https://i5.walmartimages.com/asr/630e77e2-1213-429e-a89f-5b34927ceba0.63f22578f541ae7f978b24ee52994094.jpeg",
                    "https://i5.walmartimages.com/asr/17830a80-1b73-46a6-b104-44e1410e2034.d56dec9fd1a9c3258c2d9b1cc1a736c7.jpeg",
                    "https://i5.walmartimages.com/asr/e8ecfda6-aa71-4898-81f2-1e2e895186a7.cb1a98774e52b5323dd5bd3bfdd65158.jpeg",
                    "https://i5.walmartimages.com/asr/22a3da9f-ac5a-4538-b44c-2a4116389cd9.a30086eec8588d33f7a10f0410d3e2c8.jpeg"
                ],
                "url": "https://www.walmart.com/ip/Dreame-L10s-Ultra-Robot-Vacuum-Cleaning-Bundle-Extra-Mop-Kit-3-pcs-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa/16178872182",
                "in_stock": "True",
                "price": 499.99
            },
            {
                "type": "Actual Color",
                "model_no": "2ERETPTJC9ZP",
                "id": "13782211039",
                "value": "No Mop Washing",
                "type_name": "actual_color",
                "value_name": "nomopwashing",
                "image_urls": [
                    "https://i5.walmartimages.com/seo/Dreame-3-in-1-E20-Plus-Robot-Vacuum-and-Mop-with-Smart-Technology_ce7ecb2c-8b9a-4226-a349-a5552f7fb0e1.3e6e47c15c96ce28b2a43ac15ce5815a.jpeg",
                    "https://i5.walmartimages.com/asr/88b3da0b-dbe9-4cea-869b-75338da7cea2.9bb75be003869665e391af794c6b0790.jpeg",
                    "https://i5.walmartimages.com/asr/201e01ec-ad55-4609-81f8-04533776348d.0192ea45f246996c7e5469db41cba8b4.jpeg",
                    "https://i5.walmartimages.com/asr/c976e3a4-0966-4eb0-b381-43f9b0d9cd8a.e5b2a14a888f40b34b0290bc8cf83a75.jpeg",
                    "https://i5.walmartimages.com/asr/239d32a2-e2dc-40a9-be55-8d26bba3c7e7.344dff109901d79623096b0a9d2bcc9d.jpeg",
                    "https://i5.walmartimages.com/asr/f9ffa5e0-6d5b-4388-be86-b6fa900bdbbf.fe9ea2c65475cd89c0a86b8beed481bc.jpeg",
                    "https://i5.walmartimages.com/asr/3e16e378-38f4-4137-8e63-ce26468e0ab6.dc34e3c0757548106a4990f8595e5941.jpeg",
                    "https://i5.walmartimages.com/asr/55171324-9e4a-470c-9e9b-09df9433a3b5.c89538a086749da75aba980d37b714be.jpeg",
                    "https://i5.walmartimages.com/asr/cae0914d-cf1b-4a42-8601-31628a1fc2e4.8ea0b0185e4297f852980c25d10fedcf.jpeg"
                ],
                "url": "https://www.walmart.com/ip/Dreame-3-in-1-E20-Plus-Robot-Vacuum-and-Mop-with-Smart-Technology/13782211039",
                "in_stock": "True",
                "price": 249.99
            },
            {
                "type": "Actual Color",
                "model_no": "3ZJTGOREZ9ZC",
                "id": "5628319667",
                "value": "Old Version",
                "type_name": "actual_color",
                "value_name": "oldversion",
                "image_urls": [
                    "https://i5.walmartimages.com/seo/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com_48df29e1-1a5d-4f7e-b78b-121fb9acd24c.eb117ec81a33bf0f7f91b32bbe69620a.png",
                    "https://i5.walmartimages.com/asr/8529386b-5705-4c5e-8966-0b78b44ceb37.a09176aaab49516abca3693184de75f4.png",
                    "https://i5.walmartimages.com/asr/1be0ba0c-41f1-4632-a42f-dd3ab4a50ba0.5cc64a1500e2b2fd8c184aa5d7828aba.jpeg",
                    "https://i5.walmartimages.com/asr/9b83cc7c-6a09-4db2-a435-7be1ec0bba22.9783d9a05f4cf8a6e8fff532ce34f876.jpeg",
                    "https://i5.walmartimages.com/asr/6a5875eb-87d5-4f25-902d-ab0bd9932d08.a3c45c90b99d5e6f3db68a6a8c74248d.jpeg",
                    "https://i5.walmartimages.com/asr/ae783e49-4a9e-4d52-836b-ea53725e8a51.f5f8c0105ab7eb41ba5d654d1a0e4d5a.jpeg",
                    "https://i5.walmartimages.com/asr/94ac523b-29c6-4d2c-b2a4-8f2f934962db.356c3bb0ecf3140ec51569b82d5494c9.jpeg",
                    "https://i5.walmartimages.com/asr/17830a80-1b73-46a6-b104-44e1410e2034.d56dec9fd1a9c3258c2d9b1cc1a736c7.jpeg",
                    "https://i5.walmartimages.com/asr/e8ecfda6-aa71-4898-81f2-1e2e895186a7.cb1a98774e52b5323dd5bd3bfdd65158.jpeg"
                ],
                "url": "https://www.walmart.com/ip/Dreame-L10s-Ultra-Robot-Vacuum-Mop-Combo-Auto-Mop-Cleaning-Drying-Self-Refilling-Self-Emptying-Base-60-Days-Cleaning-5300Pa-Suction-AI-Navigation-Com/5628319667",
                "in_stock": "False",
                "price": 499.99
            }
        ],
        "gen_ai_description": null,
        "rating": 4.4,
        "total_ratings": null,
        "total_reviews": 255,
        "in_stock": true,
        "categories": [
            {
                "name": "Home",
                "url": "https://www.walmart.com/cp/home/4044"
            },
            {
                "name": "Appliances",
                "url": "https://www.walmart.com/cp/appliances/90548"
            },
            {
                "name": "Vacuums, Steamers & Floor Care",
                "url": "https://www.walmart.com/cp/vacuums-steamers-floor-care/4047"
            },
            {
                "name": "Robot Vacuum & Mop",
                "url": "https://www.walmart.com/browse/home/robot-vacuum-mop/4044_90548_4047_8032061"
            }
        ],
        "description": "<p><strong>Fully Automated Cleaning:</strong> Automatic dust collection, mop-cleaning and -drying, water-refilling, solution-adding, fast mapping, and path-planning all combine to make fully automated home cleaning a reality. The convenient auto-empty system utilizes our exclusive DualBoost 2.0 system to blow air into the robot's dust box and vacuum it into a 3L dust bag, giving you up to 60 days of automatic, hands-off cleaning</p>  <p><strong>Advanced AI Navigation:</strong> The advanced AI Action utilizes an RGB camera and 3D structured light to rapidly learn your home, tailor cleaning strategies, and auto-generate paths according to the type of obstacle, flooring, and room</p>  <p><strong>Robust Vacuuming and Carpet Cleaning:</strong> Powerful 5,300Pa suction, automatic carpet detection, suction boost, and a robust rubber brush coordinate to pull household debris, hair, and dust from floors and carpets. Set cleaning behavior to have carpet identification avoid carpets while mopping or simply raise the mop pads while vacuuming</p>  <p><strong>Makes Floors Shine:</strong> Dual rotary mops spin at 180RPM under firm pressure to thoroughly scrub floors, covering up to 2,152ft² (200sqm) with a large 2.5L water tank, to make your wood, tile, vinyl, or other hard floors refreshingly clean</p>  <p><strong>Cleans and Dries Its Mops:</strong> The mops are lifted automatically when returning to the base station to ensure your floors stay pristine. Automatic mop cleaning immerses the mops in water and spins them at high speed against grooves in the removable base plate to dislodge dirt. After cleaning is complete, the mops are dried with hot air in as little as 2 hours to help prevent odor</p>  <p><strong>Customize Your Cleaning from Anywhere:</strong> Create multiple maps for multi-floor houses, segment rooms, create virtual walls, set no-go zones, and create cleaning schedules and routines. Start, pause, or stop cleaning with voice commands or supervise your home using the video control in the app. The power is at the tip of your tongue and the ends of your fingers</p>",
        "key_features": [
            "Fully Automated Cleaning: Automatic dust collection, mop-cleaning and -drying, water-refilling, solution-adding, fast mapping, and path-planning all combine to make fully automated home cleaning a reality. The convenient auto-empty system utilizes our exclusive DualBoost 2.0 system to blow air into the robot's dust box and vacuum it into a 3L dust bag, giving you up to 60 days of automatic, hands-off cleaning",
            "Advanced AI Navigation: The advanced AI Action utilizes an RGB camera and 3D structured light to rapidly learn your home, tailor cleaning strategies, and auto-generate paths according to the type of obstacle, flooring, and room",
            "Robust Vacuuming and Carpet Cleaning: Powerful 5,300Pa suction, automatic carpet detection, suction boost, and a robust rubber brush coordinate to pull household debris, hair, and dust from floors and carpets. Set cleaning behavior to have carpet identification avoid carpets while mopping or simply raise the mop pads while vacuuming",
            "Makes Floors Shine: Dual rotary mops spin at 180RPM under firm pressure to thoroughly scrub floors, covering up to 2,152ft² (200sqm) with a large 2.5L water tank, to make your wood, tile, vinyl, or other hard floors refreshingly clean",
            "Cleans and Dries Its Mops: The mops are lifted automatically when returning to the base station to ensure your floors stay pristine. Automatic mop cleaning immerses the mops in water and spins them at high speed against grooves in the removable base plate to dislodge dirt. After cleaning is complete, the mops are dried with hot air in as little as 2 hours to help prevent odor",
            "Customize Your Cleaning from Anywhere: Create multiple maps for multi-floor houses, segment rooms, create virtual walls, set no-go zones, and create cleaning schedules and routines. Start, pause, or stop cleaning with voice commands or supervise your home using the video control in the app. The power is at the tip of your tongue and the ends of your fingers"
        ],
        "seller_name": "Dreame Tech",
        "seller_url": "https://www.walmart.com/seller/9B85B595852744D98E6702C0D95A4641",
        "est_delivery_date": "2025-05-26",
        "returns_info": "Free 30-day returns",
        "at_a_glance": [
            {
                "name": "Brand",
                "value": "dreame"
            },
            {
                "name": "Dimensions",
                "value": "25.20 x 15.70 x 25.20 Inches"
            },
            {
                "name": "Appliance type",
                "value": "Robot Vacuum & Mops"
            },
            {
                "name": "Occasion",
                "value": "All Occasion"
            },
            {
                "name": "Rec. use",
                "value": "Residential"
            },
            {
                "name": "Features",
                "value": "Wi-Fi Compatible"
            },
            {
                "name": "Recommended surface",
                "value": "Carpet, Hardwood, Concrete, Granite, Grout, Laminate, Marble, Rubber, Stone, Tile, Upholstery, Vinyl, Wood"
            },
            {
                "name": "Condition",
                "value": "New"
            },
            {
                "name": "Battery life",
                "value": "210 min"
            },
            {
                "name": "Filter type",
                "value": "Bag"
            }
        ],
        "review_summary_title": null,
        "review_summary_text": null,
        "review_aspects": [],
        "top_reviews": [
            {
                "review_title": "Nice robot vacuum!",
                "review_text": "Awesome vacuum and mop! My previous one doesn't like this having the mopping functionality, so I decided to buy this valuable robot vacuum. It's easy to setup and the smart navigation works well to clean my house efficiently. Absolutely a good choice to free up your time and just let it do the daily floor cleaning for you!",
                "rating": 5,
                "date": "2025-04-08",
                "reviewer_name": "Yuyang"
            },
            {
                "review_title": null,
                "review_text": "Perfect for daily light cleaning\nIf you're looking for a simple, reliable robot to handle everyday floor cleaning, this is it. It's easy to operate, navigates well around furniture, and the added mopping function makes it a standout in its price range.",
                "rating": 5,
                "date": "2025-04-08",
                "reviewer_name": "SzuHsuan"
            },
            {
                "review_title": "dream robot vacuum",
                "review_text": "I've always wanted a robot vacuum, so I did a lot of research online. I saw this one on TikTok and noticed that many people were recommending it. It can sweep, mop, and even empty the trash automatically-super impressive! The price is also reasonable, which is why I decided to go for it.\n\nAfter receiving it, I was even more impressed! The app really takes it to the next level. You can control how strong the vacuum is, how much water it uses for mopping, and how many times it cleans. You can even set specific times and areas to clean.\n\nSometimes I'm too lazy to pick up all the toys, so I just mark the toy room as a no-go zone-and it actually works!",
                "rating": 5,
                "date": "2025-04-23",
                "reviewer_name": "Brian"
            }
        ],
        "selected_variant": "Mop Washing & Drying",
        "variant": {
            "type": "Actual Color",
            "value": "Mop Washing & Drying"
        },
        "upc": "850033407396",
        "specifications": [
            {
                "name": "Brand",
                "value": "dreame"
            },
            {
                "name": "Recommended Surface",
                "value": "Carpet, Hardwood, Concrete, Granite, Grout, Laminate, Marble, Rubber, Stone, Tile, Upholstery, Vinyl, Wood"
            },
            {
                "name": "Filter Type",
                "value": "Bag"
            },
            {
                "name": "Accessories Included",
                "value": "Side Brush x1; User Manual x1; Robot Vacuum x1; Mop Pad x2(pre-installed); Cleaning Tool x1; Mop Pad Holder x2; Dust Bag x2(pre-installed x1); Base Station x1; 200ml Cleaning Solution x1; Base Station Ramp Extension Plate x1; Auto-Detergent Compartment x1(pre-installed)"
            },
            {
                "name": "Assembled Product Weight",
                "value": "27.78 lb"
            },
            {
                "name": "Color",
                "value": "Mop Washing & Drying"
            },
            {
                "name": "Condition",
                "value": "New"
            },
            {
                "name": "Battery Life",
                "value": "210 min"
            },
            {
                "name": "Features",
                "value": "Wi-Fi Compatible"
            },
            {
                "name": "Manufacturer",
                "value": "Dreametech"
            },
            {
                "name": "Manufacturer Part Number",
                "value": "L10s Ultra (US)"
            },
            {
                "name": "Model",
                "value": "L10s Ultra (US)"
            },
            {
                "name": "Assembled Product Dimensions (L x W x H)",
                "value": "25.20 x 15.70 x 25.20 Inches"
            }
        ],
        "warnings": [
            {
                "name": "Ingestion Hazard",
                "value": "This product contains a battery. Death or serious injury can occur if ingested. A swallowed battery can cause Internal Chemical Burn in as little as 2 hours. Keep new and used batteries OUT OF REACH OF CHILDREN. Seek Immediate medical attention if a battery is suspected to be swallowed or inserted inside any part of the body."
            }
        ],
        "warranty": {
            "information": null,
            "length": null,
            "url": "https://www.dreametech.com/pages/after-sales-policy"
        },
        "nutrition_facts": {
            "calorie_info": null,
            "key_nutrients": null,
            "vitamin_minerals": null,
            "serving_info": null,
            "additional_disclaimer": null,
            "static_content": null
        }
    },
    "result_count": 1,
    "credits_used": 2.5,
    "remaining_credits": 1860820.5
}

Request Cost

2.5 credits are deducted for each successful request

Product Discontinuation

Some products on Walmart may be discontinued or have limited availability. If you encounter products with variants showing as out of stock or discontinued models, verify the product's current availability on Walmart's website. The API will still return data for discontinued products, but certain variants may not be available for purchase.

Getting Complete Product Information

To maximize the data you collect from each product:

  • Variants: Check all available variants for different pricing, availability, and configurations
  • Reviews: Use the top_reviews data to understand customer sentiment and product quality
  • Specifications: Leverage the detailed specifications array for technical product details
  • Categories: Use category information to understand product classification and find related items

Support

If you want to add a parameter to our response, or have any question or feedback, please write to us at support@unwrangle.com