Given an organization name, pulls all available public information of that organization.(Example, social media, company website, etc)
- clone this repository.
cd DomainExtractor/link_extractor
and then
python setup.py install --user
from link_extractor import extractor
data = extractor('nescafe')
#sample output looks like this:
{'DOMAIN': 'http://www.nescafe.com/',
'ADDRESS': '',
'COMPANY_NAME': 'Nescafé',
'facebook': ['https://www.facebook.com/Nescafe/'],
'linkedin': [],
'twitter': ['https://twitter.com/nescafe'],
'youtube': ['https://www.youtube.com/user/nescafe',
'https://www.youtube.com/user/nescafe',
'https://www.youtube.com/user/UKNescafe',
'https://www.youtube.com/watch'],
'github': [],
'google plus': [],
'pinterest': [],
'instagram': ['https://www.instagram.com/nescafe/'],
'snapchat': [],
'flipboard': [],
'flickr': [],
'weibo': [],
'periscope': [],
'telegram': [],
'soundcloud': [],
'feedburner': [],
'vimeo': [],
'slideshare': [],
'vkontakte': [],
'xing': []}