Walmart Scraper

ENDPOINTS
GET/walmart/product

Get Product

Retrieve full product information for a single Walmart item including specs, offers, delivery, and reviews. Returns 30+ data points per product.

QUERY PARAMS

Walmart product identifier. Accepts both Walmart's alphanumeric catalog ID (e.g., 3TGQCJM652K3) and the numeric item ID (e.g., 146309622). You'll find either in search results or in Walmart product URLs at walmart.com/ip/{slug}/{item_id}.

Example: 3TGQCJM652K3

{
  "upc": "765756931182",
  "url": "https://www.walmart.com/ip/Raspberry-Pi-4-Model-B-Single-board-computer-Broadcom-BCM2711-1-5-GHz-RAM-4-GB-802-11a-b-g-n-ac-Bluetooth-5-0/146309622",
  "name": "Raspberry Pi 4 4GB model - New 2019 4GB Ram",
  "brand": "Raspberry Pi",
  "images": [
    "https://i5.walmartimages.com/seo/Raspberry-Pi-4-Model-B-Single-board-computer-Broadcom-BCM2711-1-5-GHz-RAM-4-GB-802-11a-b-g-n-ac-Bluetooth-5-0_c213928b-edf3-4429-94c2-88dd5fbacc66.ceb29b7936f5c9de95d18ee424c3e20b.jpeg",
    "https://i5.walmartimages.com/asr/1b004670-f601-4966-8fa3-d7baf9fcd6ce.a53f95d039539a02a1f38ec50be08900.jpeg",
    "https://i5.walmartimages.com/asr/07bae331-0357-4c44-8b45-9f98ae63720f.f3e36addbb5149be9cae6f9d05ed3e30.jpeg"
  ],
  "seller": {
    "id": "667315EF872B4888AC2E2178170B6143",
    "name": "Platinum Micro"
  },
  "item_id": "146309622",
  "pricing": {
    "currency": "USD",
    "delivery_fee": null,
    "current_price": 114.59
  },
  "reviews": {
    "total_reviews": 0,
    "recommended_pct": 0,
    "rating_breakdown": [
      {
        "stars": 1,
        "total": 0
      },
      {
        "stars": 2,
        "total": 0
      },
      {
        "stars": 3,
        "total": 0
      },
      {
        "stars": 4,
        "total": 0
      },
      {
        "stars": 5,
        "total": 0
      }
    ]
  },
  "in_stock": true,
  "all_offers": [
    {
      "price": 114.59,
      "vendor_id": "667315EF872B4888AC2E2178170B6143",
      "vendor_name": "Platinum Micro"
    }
  ],
  "avg_rating": 4.1,
  "catalog_id": "3TGQCJM652K3",
  "breadcrumbs": [
    {
      "url": "https://www.walmart.com/cp/electronics/3944",
      "label": "Electronics"
    },
    {
      "url": "https://www.walmart.com/cp/computers-laptops-tablets/1089430",
      "label": "Computers, Laptops and Tablets"
    },
    {
      "url": "https://www.walmart.com/cp/computer-accessories/132959",
      "label": "Computer Accessories"
    },
    {
      "url": "https://www.walmart.com/cp/batteries-a/1073805",
      "label": "Batteries & A"
    }
  ],
  "model_number": "SC15185",
  "review_count": 0,
  "quantity_limits": {
    "max": 12,
    "min": 1
  },
  "description_html": "Raspberry Pi 4 - 4gb ramThe ultimate Raspberry Pi! Raspberry Pi 4 has 4GB RAM, a faster quad-core CPU, support for dual displays at up to 4K resolution, Gigabit Ethernet, USB3.0, wireless LAN, Bluetooth 5.0, and USB-C power. That's desktop PC performance!The overall form factor remains the same, so you'll still be able to use HATs and pHATs as before.",
  "product_category": "Microcontrollers",
  "availability_channel": "ONLINE_ONLY"
}