Linkedin Profile URL Finder
Pricing
$1.00 / 1,000 results
Linkedin Profile URL Finder
Quickly and reliably locate a professional's LinkedIn URL. Simply provide the person's name and their company for a direct link to their LinkedIn URL.
Pricing
$1.00 / 1,000 results
Rating
5.0
(2)
Developer

ConnectDots
Actor stats
3
Bookmarked
6
Total users
4
Monthly active users
5 days ago
Last modified
Categories
Share
LinkedIn Profile URL Finder
This Actor is designed to provide a fast, reliable way to find an individual's public professional networking profile address using basic identifiers.
It is highly effective for enriching datasets, conducting sales prospecting, or verifying contact information.
Features
- High Reliability: Retrieves professional profile URLs using a robust, external search API, avoiding the volatility of direct web scraping.
- Structured Output: Provides clean, structured JSON output ready for immediate use.
- Simple Input: Requires only a name and company to begin the search.
Input Configuration
The Actor accepts a single JSON object containing the target individual's details.
| Field | Type | Required | Description |
|---|---|---|---|
name | String | Yes | The full name of the individual (e.g., "Jane Doe"). |
company | String | Yes | The name of the company where the individual works (e.g., "Apify Inc."). |
location | String | No | Optional geographical location to narrow down the search (e.g., "New York"). |
Example Input:
{"name": "Alex Johnson","company": "Tech Innovations","location": "London"}
Output
The Actor pushes the results to the default Dataset, returning one record per successful search.
Example Output (JSON):
{"name": "Alex Johnson","company": "Tech Innovations","location": "London","url": "https://www.linkedin.com/in/alex-johnson-london-tech-45b6c7d8"}
If the profile is not found, a status of "Not Found" is set in the key-value store's output.