Walmart Products Zipcodes - Collect by URL avatar
Walmart Products Zipcodes - Collect by URL

Pricing

$3.00 / 1,000 results

Go to Store
Walmart Products Zipcodes - Collect by URL

Walmart Products Zipcodes - Collect by URL

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Scrape Walmart products via URL and get price, stock, nutrition, ratings & more in JSON. No proxies needed. Use ZIP/store to localize data. Pricing: $3/1000 results.

0.0 (0)

Pricing

$3.00 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

🛒 Walmart Product Scraper by URL

Overview

This Apify actor collects detailed product information directly from Walmart product pages by URL. Whether you're tracking prices, availability, or product data for market research, this tool gives you structured insights from Walmart listings.

🚀 Why choose this actor?

Forget about parsing entire categories—target only what you need. This actor extracts product data from one or more Walmart URLs, optionally simulating local availability and pricing using ZIP codes and Store IDs. Perfect for price monitoring, product analytics, and content enrichment.

Use Cases

  • Price comparison tools
  • Competitive product monitoring
  • Product data enrichment for e-commerce catalogs
  • Affiliate marketing intelligence
  • Market research and data collection

🔑 Key Features

  • No login or proxies required
  • Works with individual or multiple Walmart URLs
  • Returns rich data: price, stock, images, reviews, nutrition info, and more
  • Supports local ZIP code and store-based availability context
  • Supports pagination up to custom max_results (rounded to nearest 10)
  • Fast and reliable JSON output

How It Works

You provide a list of Walmart product URLs, and optionally a ZIP code and store ID. The actor fetches each page and extracts product metadata, pricing, images, ratings, and availability.

⚠️ SPECIAL CASES:

  • THIS ACTOR DOES NOT USE PROXIES
  • ONLY THE FIRST 10 RESULTS ARE FREE IF YOU ARE A FREE USER
  • THE FIELD max_results IS AUTOMATICALLY ROUNDED TO THE NEAREST MULTIPLE OF 10 (E.G., 35 → 40)

Input Parameters

FieldTypeDescriptionExample
urlsarrayList of Walmart product page URLs.["https://www.walmart.com/ip/Red-Bull-Amber-Edition/5332753715"]
zip_codestring(Optional) ZIP code to simulate location-based pricing and stock.33177
store_idstring(Optional) Store ID to simulate store-specific availability.6397

Output (Full Example)

{
"url": "https://www.walmart.com/ip/Red-Bull-Amber-Edition/5332753715",
"final_price": 15.2,
"sku": "5332753715",
"currency": "USD",
"gtin": "611269002188",
"image_urls": [...],
"top_reviews": {
"positive": {
"rating": 5,
"review": "Although I find energy drinks expensive, I honestly keep coming back for more of these..."
},
"negative": {
"rating": 1,
"review": "no sugar free"
}
},
"rating_stars": {
"one_star": 2,
"four_stars": 2,
"five_stars": 36
},
"related_pages": [...],
"available_for_delivery": true,
"available_for_pickup": false,
"brand": "Red Bull",
"breadcrumbs": [...],
"category_ids": "0:976759:976782:9357528:9276537",
"review_count": 9,
"description": "...",
"product_name": "Red Bull Amber Edition Sugarfree Energy Drink, Strawberry Apricot, 12 fl oz, Pack of 4 Cans",
"rating": 4.8,
"unit_price": 0.317,
"unit": "fl oz",
"seller": "Discount Store USA",
"nutrition_information": [...],
"ingredients": "Carbonated Water, Citric Acid, Taurine, ...",
"categories": [
"Food",
"Beverages",
"Energy Drinks",
"Red Bull"
],
"zip_code": "33177",
"store_id": "6397"
}

Pricing

  • Free Plan: Includes up to 10 results per run
  • Pay-As-You-Go: $3 per 1,000 results

This actor is not affiliated with or endorsed by Walmart Inc. Data is provided for research and informational purposes only. Use responsibly and review Walmart’s terms of service before use.

Update Policy

We maintain the actor to adapt to changes in Walmart’s site structure. For critical issues, please raise a ticket and we’ll aim to patch within 48 hours.

FAQ

Do I need proxies?
No, this actor does not require or support proxies.

Does it work for logged-in users or store-specific pricing?
Yes, if you supply ZIP code or store ID.

What if I set max_results to 35?
It rounds up to 40. The field will always resolve to a multiple of 10.

Can I scrape categories?
No. This actor works only on individual product pages provided via direct URLs.