Piloterr

Walmart Product

Extract full product details from a Walmart product page, including pricing, brand, images, customer reviews, and availability.

Credit cost: 1 credit per call

GET
/v2/walmart/product

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Full Walmart product page URL.

Example:

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

Notes:

  • The URL must point to a Walmart product detail page containing /ip/ in the path
  • The numeric ID at the end of the URL is the Walmart item ID

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/walmart/product?query=string"

{
  "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"
    }
  ],
  "aggregate_rating": {
    "best_rating": 5,
    "rating_value": 4.2,
    "review_count": 6167
  },
  "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>"
}

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}