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

SteveMMSteveMM Member Posts: 6 Contributor II
edited November 2018 in Help

Is there anyway to use RapidMiner to connect to eBay and pull consumer reviews based on a filtered topic (i.e. Under Armour) and get consumer's feedback based upon and do sentiment analysis on the feedback? 

Best Answer

  • sgenzersgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
    Solution Accepted

    ok so I am assuming that you want to analyze something like this?

    Screen Shot 2016-12-03 at 6.39.31 PM.png

     

    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

Answers

  • sgenzersgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager

    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

  • SteveMMSteveMM Member Posts: 6 Contributor II

    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?     

Sign In or Register to comment.