Skip to content

LinkedIn detection no longer works due to blocked requests (Request Denied – HTTP 999) #2652

@aryanj10

Description

@aryanj10

Installation method

PyPI (via pip)

Package version

Sherlock v0.16.0

Description

LinkedIn username detection currently fails. When running:

sherlock aryanj10 --site "LinkedIn"

the output shows “0 results,” even though the account exists (e.g. https://www.linkedin.com/in/aryanj10/
).

Image

Observed behavior:
LinkedIn returns an HTTP 999 Request Denied for all automated requests.
Example:

curl -I https://www.linkedin.com/in/aryanj10/
HTTP/1.1 999 Request denied

Expected behavior:
Sherlock should detect the account or, if detection is impossible, mark LinkedIn as deprecated/unusable in data.json.

Suggested fix:
Remove LinkedIn or disable it by default since it consistently blocks requests with HTTP 999 and cannot be reliably queried even with headers or Tor.

Steps to reproduce

sherlock aryanj10 --site "LinkedIn"

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions