Find LinkedIn Profile Detail


API for developer to get in-depth professional profiles using a LinkedIn Proflie URL.

Unlock valuable professional data with our People Detail API. By providing a LinkedIn profile URL, you can instantly retrieve structured and verified information about professionals — ideal for sales outreach, talent sourcing, and networking.

🌐 Endpoint


POST https://api.linkedinmailfinder.com/linkedinprofile

Authentication


  • Header
    Authorization: Bearer <your_api_key>
    Content-Type: application/json
    

Request Parameters


{
  "profile_urls": [] // array of url strings
}

Request Example


{
  "profile_urls": [
    "https://www.linkedin.com/in/xxs-zzb",
    "https://www.linkedin.com/in/xxs-12zzb",
    "https://www.linkedin.com/in/xxs-22zzb"
  ]
}

Success Response


{
  "code":200,
  "taskid":"xxyusd",
}

Error Response


{
  "code":40001,
  "msg":"error"
}

Task Result Response


{
  "code":200,
  "result":{
    "taskid": "task_123456",
    "userid": "user_7890",
    "name": "LinkedIn Profile Info Task",
    "tasktype": "linkedin_profile_info",
    "status": "completed",
    "error_code": 0,
    "input_count": 2,
    "credit_consumed": 2,
    "finished_at": 1717027200,
    "successed": 2,
    "failed": 0,
    "start_at": 1717027000,
    "created_at": "2024-06-01T12:00:00Z",
    "updated_at": "2024-06-01T12:30:00Z",
    "data": [
      {
        "timestamp": "2024-06-01T12:20:00Z",
        "status": "success",
        "error_code": 0,
        "input_url": "https://linkedin.com/in/johndoe ",
        "id": "johndoe123",
        "name": "John Doe",
        "city": "San Francisco",
        "position": "Software Engineer",
        "about": "Passionate about building scalable systems.",
        "posts": [
          {
            "title": "My Journey in Tech",
            "attribution": "Published on LinkedIn",
            "img": "https://example.com/post1.jpg ",
            "link": "https://linkedin.com/pulse/my-journey-in-tech-johndoe ",
            "created_at": "2024-05-10T09:00:00Z",
            "interaction": "1.2k likes",
            "id": "post_001"
          }
        ],
        "current_company": {
          "link": "https://linkedin.com/company/techcorp ",
          "name": "Tech Corp",
          "company_id": "tc_12345",
          "industry": "Information Technology",
          "title": "Senior Software Engineer",
          "location": "San Francisco, CA"
        },
        "experience": [
          {
            "title": "Senior Software Engineer",
            "subtitle": "Tech Corp",
            "subtitleURL": "https://linkedin.com/company/techcorp ",
            "location": "San Francisco, CA",
            "description": "Building high-performance backend systems.",
            "description_html": "<p>Building high-performance backend systems.</p>",
            "duration": "2020 - Present",
            "start_date": "2020-06-01",
            "end_date": "",
            "duration_short": "4 yrs",
            "positions": [],
            "company": "Tech Corp",
            "company_id": "tc_12345",
            "industry": "Information Technology",
            "company_logo_url": "https://example.com/logo_techcorp.png ",
            "website": "https://techcorp.com "
          },
          {
            "title": "Software Engineer",
            "subtitle": "Startup Inc",
            "subtitleURL": "https://linkedin.com/company/startupinc ",
            "location": "New York, NY",
            "description": "Developed microservices for internal tools.",
            "description_html": "<p>Developed microservices for internal tools.</p>",
            "duration": "2017 - 2020",
            "start_date": "2017-08-01",
            "end_date": "2020-05-31",
            "duration_short": "3 yrs",
            "positions": [],
            "company": "Startup Inc",
            "company_id": "si_67890",
            "industry": "Startups",
            "company_logo_url": "https://example.com/logo_startupinc.png ",
            "website": "https://startupinc.com "
          }
        ],
        "website": "https://www.johndoe.dev ",
        "educations_details": "Bachelor of Science in Computer Science from Stanford University",
        "education": [
          {
            "title": "Stanford University",
            "degree": "BS",
            "field": "Computer Science",
            "meta": "Graduated 2017",
            "网址": "https://stanford.edu ",
            "start_year": "2013",
            "end_year": "2017",
            "description": "GPA: 3.8",
            "description_html": "<p>GPA: 3.8</p>",
            "institute_logo_url": "https://example.com/logo_stanford.png "
          }
        ],
        "recommendations_count": 25,
        "avatar": "https://example.com/avatar_john.jpg ",
        "courses": [
          {
            "subtitle": "Algorithms",
            "title": "CS 161",
            "meta": "Fall 2015"
          }
        ],
        "languages": [
          {
            "subtitle": "Fluent",
            "title": "English"
          },
          {
            "subtitle": "Intermediate",
            "title": "Spanish"
          }
        ],
        "certifications": [
          {
            "meta": "AWS Certified Developer",
            "subtitle": "Amazon Web Services",
            "credential_id": "ABC123",
            "credential_url": "https://aws.amazon.com/certification ",
            "title": "AWS Certified Developer – Associate"
          }
        ],
        "volunteer_experience": [
          {
            "cause": "Open Source Contribution",
            "duration": "Ongoing",
            "duration_short": "1 yr",
            "end_date": "",
            "info": "Contributed to Kubernetes and Docker projects.",
            "start_date": "2023-01-01",
            "subtitle": "Volunteer",
            "title": "Open Source Contributor"
          }
        ],
        "followers": 1200,
        "connections": 800,
        "current_company_company_id": "tc_12345",
        "current_company_name": "Tech Corp",
        "location": "San Francisco, CA",
        "linkedin_id": "johndoe",
        "linkedin_num_id": "123456789",
        "honors_and_awards": [
          {
            "title": "Best Engineering Student",
            "publication": "Stanford CS Department",
            "date": "2017-06-15T00:00:00Z",
            "description": "Awarded for academic excellence."
          }
        ],
        "similar_profiles": [
          {
            "website": "https://linkedin.com/in/janedoe ",
            "name": "Jane Doe",
            "title": "Lead Software Engineer",
            "url_text": "View profile"
          }
        ],
        "bio_links": [
          {
            "title": "Personal Website",
            "link": "https://www.johndoe.dev "
          },
          {
            "title": "GitHub",
            "link": "https://github.com/johndoe "
          }
        ]
      },
      {
        "timestamp": "2024-06-01T12:25:00Z",
        "status": "success",
        "error_code": 0,
        "input_url": "https://linkedin.com/in/janesmith ",
        "id": "janesmith456",
        "name": "Jane Smith",
        "city": "New York",
        "position": "Product Manager",
        "about": "Building great products for users.",
        "followers": 700,
        "connections": 400,
        "location": "New York, NY"
      }
    ]
  }
}

📚 Example code(Node.js)


const axios = require('axios');

(async () => {
  try {
    const response = await axios.post(
      'https://api.linkedinmailfinder.com/linkedinprofile',
      {
        profile_urls: [
          "https://www.linkedin.com/in/xxs-zzb",
          "https://www.linkedin.com/in/xxs-12zzb",
          "https://www.linkedin.com/in/xxs-22zzb"
        ],
        webhook:'https://t.me/webhook'
      },
      {
        headers: {
          Authorization: 'YOUR_API_KEY',
          'Content-Type': 'application/json'
        }
      }
    );
    console.log(response.data);
  } catch (error) {
    console.error(error.response?.data || error.message);
  }
})();