Walmart
You can get Walmart results by providing your own URLs to our service. We can return the HTML for any Walmart page you like. Additionally, we can deliver structured (parsed) output for Walmart product and search pages.
Request samples
The example below illustrates how you can get a parsed Walmart product page result.
We use Realtime integration method in our examples. If you would like to use some other integration method in your request (e.g. Push-Pull or Proxy Endpoint), refer to the integration methods section.
Request parameter values
Generic
source
Sets the scraper.
universal_ecommerce
url
Direct URL (link) to any page.
-
render
-
parse
Returns parsed data when set to true
.
false
callback_url
-
user_agent_type
desktop
geo_location
-
- mandatory parameter
Please note that you will scrape Walmart by employing the universal_ecommerce
source. To learn about all the various ways you can fine-tune this source, please visit this page.
Structured data
In the following sections, parsed JSON code snippets are shortened where more than one item for the result type is available.
Output data dictionary
Navigate through the details using the right-side navigation or scrolling down the page.
Product
HTML example
JSON structure
The table below presents a detailed list of each product page element we parse, along with its description and data type. The table also includes some metadata.
url
URL of the product page on Walmart's website.
string
meta
Metadata related to the product.
object
meta.sku
Stock Keeping Unit (SKU) of the product.
string
meta.gtin
Global Trade Item Number (GTIN) of the product.
string
price
Price of the product.
integer
title
Title or name of the product.
string
images
Array of URLs to images of the product.
array
rating
Rating information for the product.
object
seller
Information about the seller.
object
currency
Currency in which the price is denominated.
string
warranty
(optional)
Duration of warranty of the product.
string
variations
(optional)
List of variations of the product.
array
breadcrumbs
Hierarchy of categories leading to the product.
object
description
Detailed description of the product.
string
out_of_stock
Boolean indicating if the product is currently out of stock.
boolean
free_delivery
Boolean indicating if the product qualifies for free delivery.
boolean
specifications
Array of key-value pairs detailing specific attributes or features of the product.
array
parse_status_code
integer
price_strikethrough
(optional)
Striked-though price of the product.
integer
created_at
The timestamp when the scraping job was created.
timestamp
updated_at
The timestamp when the scraping job was finished.
timestamp
page
Page number from which the product data was extracted
integer
url
URL of the product page on Walmart's website
string
job_id
The ID of the job associated with the scraping job.
string
status_code
integer
parser_type
Type of parser used for extracting the data (e.g., "walmart_product").
string
Rating
count
Number of ratings the product has.
integer
rating
Average rating of the product.
integer
Seller
id
Unique identifier assigned to the seller by the platform.
string
url
(optional)
The URL that leads to the seller's official website or storefront.
string
name
Name of the seller.
string
catalog_name
(optional)
Specific name or identifier used internally within the seller's catalog or system.
string
official_name
Official registered name of the seller entity.
string
Specifications
key
Specific attribute or characteristic of the product.
string
value
Corresponding value or description of the attribute specified by the specifications key.
string