Skip to content

๐Ÿ”Ž Hunt down social media accounts by username across social networks

License

Notifications You must be signed in to change notification settings

QuickLifeSolutions/sherlock

ย 
ย 

Repository files navigation

Sure, here's the updated README.md file with the additional input and output examples included:

# Apify Actor: LinkedIn Profile Scraper

## Overview
Maximize your professional outreach with the LinkedIn Profile Scraper. This robust Apify actor is designed to automate the collection of LinkedIn profile URLs for recruitment, networking, and market research purposes. Streamline your professional networking process and uncover valuable connections with ease.

## Features
- **Keyword-Based Searches**: Efficiently find profiles by entering relevant keywords.
- **Scalable Crawling**: Capable of navigating through multiple pages to collect extensive profile data.
- **Automation**: Reduces manual search effort, enabling more strategic tasks.

## Input
Customize your search criteria using the following parameters:

```json
{
  "keywords": ["Director", "DevOps"],
  "numPages": 2
}

Additional input for specific user searches:

{
  "usernames": [
    "codemasterdevops"
  ]
}

Output

Produces a structured list of LinkedIn profile URLs, facilitating direct access to desired professional profiles:

[
  {"LinkedIn URL": "https://www.linkedin.com/in/janedoe"},
  {"LinkedIn URL": "https://www.linkedin.com/in/johndoe"},
  {"LinkedIn URL": "https://www.linkedin.com/in/alicewonderland"},
  {"LinkedIn URL": "https://www.linkedin.com/in/bobbuilder"},
  {"LinkedIn URL": "https://www.linkedin.com/in/caroldanvers"},
  {"LinkedIn URL": "https://www.linkedin.com/in/derektaylor"},
  {"LinkedIn URL": "https://www.linkedin.com/in/ellenripley"},
  {"LinkedIn URL": "https://www.linkedin.com/in/frankcastle"},
  {"LinkedIn URL": "https://www.linkedin.com/in/garyoak"},
  {"LinkedIn URL": "https://www.linkedin.com/in/helenparish"}
]

Additional output displaying profile links across various platforms:

[
  {
    "username": "codemasterdevops",
    "links": [
      "https://aniworld.to/user/profil/codemasterdevops",
      "https://audiojungle.net/user/codemasterdevops",
      "https://codemasterdevops.deviantart.com",
      "https://euw.op.gg/summoner/userName=codemasterdevops",
      "https://www.github.com/codemasterdevops",
      "http://en.gravatar.com/codemasterdevops",
      "https://www.gumroad.com/codemasterdevops",
      "https://kick.com/codemasterdevops",
      "https://www.librarything.com/profile/codemasterdevops",
      "https://nationstates.net/nation=codemasterdevops",
      "https://nationstates.net/region=codemasterdevops",
      "https://www.patreon.com/codemasterdevops",
      "https://www.reddit.com/user/codemasterdevops",
      "https://themeforest.net/user/codemasterdevops",
      "https://www.youtube.com/@codemasterdevops"
    ]
  }
]

Connect With Us

Support

Feel free to contact us via email at [email protected] for support or inquiries.


This README is now designed to provide a comprehensive guide to using the LinkedIn Profile Scraper Apify actor with detailed input and output configurations, including additional examples reflecting searches for specific usernames across platforms.

About

๐Ÿ”Ž Hunt down social media accounts by username across social networks

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Dockerfile 2.6%
  • Shell 0.5%