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.
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": 1441, "recommendedPercentage": 98, "ratingValueOneCount": 12, "ratingValueTwoCount": 8, "ratingValueThreeCount": 14, "ratingValueFourCount": 105, "ratingValueFiveCount": 1302, "percentageOneCount": 0, "percentageTwoCount": 0, "percentageThreeCount": 0, "percentageFourCount": 7, "percentageFiveCount": 90, "activePage": 1, "activeSort": "relevancy", "pagination": { "total": 1441, "pages": [ { "num": 1, "gap": false, "active": true, "url": "sort=relevancy&page=1" },
(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
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
- 25 monthly users
- 8 stars
- 99.8% runs succeeded
- 1.1 days response time
- Created in Apr 2021
- Modified about 7 hours ago