Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HELP! 0 Employees identified #25

Open
grit65 opened this issue Feb 10, 2019 · 5 comments
Open

HELP! 0 Employees identified #25

grit65 opened this issue Feb 10, 2019 · 5 comments
Assignees

Comments

@grit65
Copy link

grit65 commented Feb 10, 2019

Regardless of the domain, I do not get any results on a scan. I have tried generating a second API key to see if it would address, to no avail.

python InSpy.py COMPANYNAME --domain company.com --email first.last

Regardless of company and domain I receive response "0 Employees identified"

@chrislinan
Copy link

Hi, I met the same problem with you.
I found the reason is the request is blocked by Linkedin.
in http.py line 19:

        r = requests.get(url, timeout=3, headers=random_header())

	if r.status_code == 200:
		if "linkedin.com" in url:
			return {"status": r.status_code, "response": r.text}
		else:
			return {"status": r.status_code, "response": r.json()}
	else: 
		return {"status": r.status_code, "response": ""}

I got the response status "999"

So, in workbench.py line 55, search_linkedin, the response is : {'response': '', 'status': 999}

also I found someone else met the same problem:
https://support.archive-it.org/hc/en-us/community/posts/115011883686-What-is-a-HTTP-999-error

But I still don't know how to fix it.
Can anyone help on this ? thanks a lot.

@chrislinan
Copy link

@gojhonny could you help on this ?

@jobroche
Copy link
Owner

Hey guys, thanks for reporting this. Will look into it!

@jobroche jobroche self-assigned this Feb 12, 2019
@yangyangyang1995
Copy link

我也是,运行了代码没有受到一点反馈的数据,提示错误

@TheCyberMonster
Copy link

I was working on this for the last couple of months in my fork of this project. I found that to scrape or to view the LinkedIn pages one must login to their accounts or use LinkedIn API. If you try to scrape directly without login into your LinkedIn account it throws a register/login page to you resulting in HTTP error - 999. Looking into all possible solutions without adding an API or login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants