Module Name: Bing Linkedin Profile Harvester
Module path: recon/companies-profiles/bing_linkedin
Name: Bing Linkedin Profile Harvester
Path: modules/recon/companies-profiles/bing_linkedin.py
Author: Mike Larch and Brian Fehrman (@fullmetalcache)
Description:
Harvests profiles from linkedin.com by querying Bing for Linkedin pages related to the given companies, parsing the profiles, and adding them to the 'profiles' table.
Options:
| Name |
Current Value |
Required |
Description |
| LIMIT |
2 |
yes |
number of pages to use from bing search (0 = unlimited) |
| PREVIOUS |
False |
yes |
include previous employees |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT company FROM companies WHERE company IS NOT NULL |
| <string> |
string representing a single input |
| <path> |
path to a file containing a list of inputs |
| query <sql> |
database query returning one column of inputs |