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"
]
}
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"
]
}
]
- YouTube: Visit our channel
- Instagram: Follow us on Instagram
- AI Newsletter: Subscribe to our newsletter
- Free Consultation: Book a free consultation call
- More Tools: Explore our Apify actors
- Discord: Raise a Support ticket here
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.