GET
/
api
/
v2
/
walmart
/
product
curl --location --request GET 'https://piloterr.com/api/v2/walmart/product?query=https://www.walmart.com/ip/Adidas-Moves-Body-Spray-for-Men-2-5-Oz/710726462' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "url": "https://www.walmart.com/ip/Adidas-Moves-Body-Spray-for-Men-2-5-Oz/710726462",
    "meta": {
        "sku": "710726462",
        "gtin": null
    },
    "price": 7.98,
    "title": "Adidas Moves Body Spray for Men, 2.5 Oz",
        "rating": {
        "count": 0,
        "rating": 0
    },
    "currency": "USD",
    "_warnings": [
        "Could not determine if shipping is free. Perhaps no product variant is selected.",
        "Could not parse seller info. Perhaps no product variant is selected."
    ],
    "breadcrumbs": [
        "Beauty",
        "Travel Size Beauty",
        "Travel Size Fragrance",
        "Travel Size Body Spray"
    ],
    "description": "<p>Adidas Moves for Him is an energetic, aromatic Fougere fragrance. It is invigorating, stimulating, and crisp for all the ways you play. Top notes of the men's fragrance include fresh green apple, anise, Italian parsley, peppermint, mandarin and black peppercorn. Heart notes include cedarwood, musk, lavender, and jasmine. Base notes include muguet, sandalwood, oakmoss, and thyme. Adidas Moves for Him: -Energetic and aromatic -Lasts longer than traditional applications -Provides all-day confidence</p>",
    "specifications": [
        {
            "key": "Body Spray Type",
            "value": "Spray"
        },
        {
            "key": "Gender",
            "value": "Male"
        },
        {
            "key": "Size",
            "value": "2.5 oz"
        },
        {
            "key": "Brand",
            "value": "Adidas"
        },
        {
            "key": "Manufacturer",
            "value": "Hfc Prestige International Us Llc"
        },
        {
            "key": "Assembled Product Dimensions (L x W x H)",
            "value": "0.98 x 6.65 x 6.10 Inches"
        }
    ],
    "parse_status_code": 12005
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Walmart product url : https://www.walmart.com/ip/Adidas-Moves-Body-Spray-for-Men-2-5-Oz/710726462

Response

product
Product Object
url
string

Walmart product url

meta
object
sku
string

Walmart product sku

gtin
string

Walmart product gtin

price
float

Walmart product price

title
string

Walmart product title

rating
object
count
integer

Walmart product rating count

rating
float

Walmart product rating

currency
string

Walmart product currency

_warnings
array
Could not determine if shipping is free. Perhaps no product variant is selected.
string

Walmart product warning

Could not parse seller info. Perhaps no product variant is selected.
string

Walmart product warning

breadcrumbs
array
Beauty
string

Walmart product breadcrumb

Travel Size Beauty
string

Walmart product breadcrumb

Travel Size Fragrance
string

Walmart product breadcrumb

Travel Size Body Spray
string

Walmart product breadcrumb

description
string

Walmart product description

specifications
array
key
string

Walmart product specification key

value
string

Walmart product specification value

parse_status_code
integer

Walmart product parse status code