Skip to content

Given an organization name, pulls all available public information of that organization.(Example, social media, company website, etc)

Notifications You must be signed in to change notification settings

AnjanaRita/DomainExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

DomainExtractor

Given an organization name, pulls all available public information of that organization.(Example, social media, company website, etc)

link_extractor

Installation

  1. clone this repository.
  2. cd DomainExtractor/link_extractor and then
python setup.py install --user

Usage

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': []} 

About

Given an organization name, pulls all available public information of that organization.(Example, social media, company website, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages