The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Pulling consumer review data from eBay
Best Answer
-
sgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
ok so I am assuming that you want to analyze something like this?
Yes it might work. I would try using the "follow_link_using_matching_url" with the regex .*product-reviews.* I have not tried it but maybe? You will need to do a LOT of clean up with the results before getting the data clean enough to do sentiment analysis. Sites like eBay have a ton of junk on their pages that you will need to get rid of.
Scott
0
Answers
hi..don't know if there is an eBay API but you can certainly webscrape eBay using the Web Mining extension and then use sentiment analysis (e.g. Aylien).
Scott
Scott:
I am somewhat new to RapidMiner. Would I do this through the "Crawl Web" operator? Within the Crawling Rules I would like to return anything related to that topic and get consumer's feedback on that. To do this I would use "store_with_matching_content" as the rule application and then use a wildcard for my search criteria?