
Walmart Data Extractor
3 days trial then $30.00/month - No credit card required now

Walmart Data Extractor
3 days trial then $30.00/month - No credit card required now
Access a vast array of product data from Walmart with our Walmart Scraper. Extract images, brand details, prices, variations, and more. Customize your search with filters, categories, and lists to gather the information you need.
Actor Metrics
34 Monthly users
No reviews yet
10 bookmarks
>99% runs succeeded
20 hours response time
Created in Apr 2021
Modified 3 hours ago
Please Check the Working of the Walmart Scraper it is showing up no results - I guess it requires a version update
I want to include the Specification and Reviews in my final result how do I do that
"specifications": [ { "name": "Occasion", "value": "Everyday" }, { "name": "Pattern", "value": "Floral" }, { "name": "Type", "value": "Plates" }, { "name": "Capacity", "value": "210 plates" }, { "name": "Manufacturer", "value": "Georgia-Pacific Consumer Products Lp" }, { "name": "Count", "value": "210" }, { "name": "Price Per Unit UOM", "value": "Each" }, { "name": "Model", "value": "15944" }, { "name": "Brand", "value": "Dixie" }, { "name": "Recommended Room", "value": "Kitchen & Dining Room" },
"reviews": { "activeAspect": null, "frequentMentions": {}, "averageOverallRating": 4.8577, "roundedAverageOverallRating": 4.9, "overallRatingRange": 5, "totalReviewCount"... [trimmed]
scraper_karthik
(object) => ({ brand: object.brand, name: object.Name, price: object.priceInfo, Image: object.imageInfo, Category: object.category
})
Please Answer the following Question in Object linking format Thanks

Hey Karthik,
You are absolutely right. Specification and reviews data were missing. I updated the actor and integrated these into output. To answer your question this would be the function that you have to use;
1(object) => ({ 2brand: object.brand, 3name: object.Name, 4price: object.priceInfo, 5Image: object.imageInfo, 6Category: object.category, 7Reviews: object.reviews, 8Specification: object.specification, 9 })
Best
scraper_karthik
Hello
https://console.apify.com/view/runs/3YuQ2lxb65c6pYfFr
https://console.apify.com/view/runs/fp36Qhd8k6gOxZ0Wb
Please Check the following Runs despite 10of 42 Requests are Handled the Result was still "0" Second one : despite 40 of 82 Requests are Handled the Result was still "0" I have Used the same Code Specified above
(object) => ({ brand: object.brand, name: object.Name, price: object.priceInfo, Image: object.imageInfo, Category: object.category, Reviews: object.reviews, Specification: object.specification, })
I have observed this in previous runs as well Do help me out in this context Thanks

Hey Karthik,
You are right, there was a nasty bug on the actor which causes this problem. It is fixed now and available for your consumption.
Best