How to extract social media links from given website/root?

I have a Website URL Like www.example.com

I want to collect social information from this website like : facebook url (Storage King Australia ), twitter url ( twitter.com/example ) etc., if available,
Output in csv.

Nothing fancy with elastic search.

I know that there’s crawler tools available, but how to do this in RPA. Please suggest me on how to complete this task.

Hi @Zoe_1020,
I would say that there is a lot of ways you can do this. The easies which I have in my head is to run HTTP request for mentioned site. Then grab it’s output to string and using regex extract everything what have “xxx.xxx/xxx” structure.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.