How do I use

RaffiH
RaffiH New Altair Community Member
edited November 5 in Community Q&A
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!

Answers

  • YYH
    YYH
    Altair Employee
    Hi @RaffiH,
    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
  • RaffiH
    RaffiH New Altair Community Member
    Thank you very much but how do Ioop "Get Page"?