Get FB/twitter/instagram link from webpage
Posted: Tue Apr 26, 2016 2:32 pm
I have about 65K website links. I want to go through all of them and check if they have facebook, twitter or instagram page and get the output of that. What would be the easiest way to do that and what would be performance of the script since it has to check 65k links. I am thinking about just looking at the source code of the page and checking for facebook, twitter or instagram links and outputing it, but it might have other links to facebook pages not related to the website i am searching.