The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
How do I use
I'm new to RapidMiner and currently I'm using it for my bachelor thesis.
I want to analyze websites of specific companys. If I use the operator "Get Page" I receive just the first page but I want to use every page of the website. How can I solve this problem?
Thank you very much for your help in advance!
I want to analyze websites of specific companys. If I use the operator "Get Page" I receive just the first page but I want to use every page of the website. How can I solve this problem?
Thank you very much for your help in advance!
Tagged:
0
Answers
You can crawl web pages recursively but there is a known issue with "Crawl web" operator. As a workaround, you could use loop, inside which "Get page" will give you individual web.
HTH!
YY