This Apify actor automatically collects customer reviews from Sears product pages. By entering the product URL, it obtains detailed review data such as title, comment, rating, user information and number of upvotes. The collected data is stored in a structured format in the Apify data store.
This project is an Apify actor designed to scrape product reviews from Sears. It collects detailed information about product reviews, including ratings, comments, and reviewer details.
1{ 2"productUrl": "https://www.sears.com/samsung-ww25b6900aw-a2-2.5-cu-ft-compact-front-load/p-A119240811" 3}
The collected data is saved to the Apify dataset. The output data includes the following fields:
review_id
: Unique identifier for the reviewheadline
: Review titlecomments
: Full text of the reviewrating
: Product rating given by the reviewernickname
: Reviewer's nicknamelocation
: Reviewer's locationcreated_date
: Date when the review was createdupdated_date
: Date when the review was last updatedis_verified_buyer
: Whether the reviewer is a verified buyerhelpful_votes
: Number of helpful votes for the reviewnot_helpful_votes
: Number of not helpful votes for the reviewhelpful_score
: Overall helpfulness score of the reviewbrand_name
: Name of the product brandbrand_url
: URL of the brand's pageproduct_page_id
: Identifier for the product page1{ 2 "review_id": 516359579, 3 "headline": "See above! It's not what I expected from Samsung!", 4 "comments": "I bought this compact Samsung Washer @ 26 March 2024 . The clothes Washer is extremely loud, vibrates, and sounds like a 1970 Diesel engine. I'm disappointed and will ask for a refund or a motor that doesn't rock the home.
2.5 cu. ft. Compact Front Load Washer in White with AI Smart Dial and Super Speed Wash
Item #: 320703807 | Model #: WW25B6900AW | ENERGY STAR Most Efficient", 5 "rating": 2, 6 "nickname": "JD Reiviewer", 7 "location": "Bradenton, Fl", 8 "created_date": "2024-04-04 02:27:31", 9 "updated_date": "2024-09-19 05:13:45", 10 "is_verified_buyer": false, 11 "helpful_votes": 1, 12 "not_helpful_votes": 1, 13 "helpful_score": 2733, 14 "brand_name": "Samsung - BV", 15 "brand_url": "https://www.samsung.com", 16 "product_page_id": "A119240811" 17}
This example output shows the structured data of a single review. The actual output will be a list of similar objects for all reviews of the specified product.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!