I wish to write a script or create a flowchart for what type of businesses is a website created. It will be mentioned on the About us page.
Note: Sample image is attached for reference. Where this website is about “Startup”.
If you are talking about the websites which would be dynamic and not used while development then any RPA tools is not a solution for your problem statement.
RPA/UiPath would be requiring fixed input to extract or automate the tasks.
If you have fixed number of websites you have to keep track of time to time then you can use Get Text
activity to fetch specific data from any website.
Thanks,
Ashok
Welcome to the community
One way you can try is …if you have website urls in excel
Then read excel into datatable
Then use for each row in datatable
Inside that use open browser and then use a get text with indicating thw whole page and then in selector select string selector and remove the title and other attributes
So that whole text is extracted
Then you can use open ai connector and send the info to it and ask it to give the short form or a single line answer about what the website is about
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.