POST
/
v1
/
data
/
profil
/
info
curl --request POST \
  --url https://api.linkupapi.com/v1/data/profil/info \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "profile_url": "<string>",
  "proxy_country": "<string>",
  "extract_contact_info": true
}'
{
  "status": "success",
  "data": {
    "profile_url": "https://www.linkedin.com/in/jeremygoillot",
    "success": true,
    "profile_data": {
      "public_id": "jeremygoillot",
      "first_name": "Jeremy",
      "last_name": "Goillot",
      "headline": "CEO @The Mobile-First Company \n Your Business, in your Pocket |  Angel Investor in +40 startups",
      "location": "France",
      "summary": "NO EMAIL \nPhone Call Only >> 06 44 60 39 99\n\nBuilding @The Mobile-First Company\nOur goal is clear: Turn your phone into your primary business tool...",
      "industry": "Technologie, information et Internet",
      "experience": [
        {
          "company": "The Mobile-First Company",
          "title": "CEO & Co-Founder",
          "description": "Your Business, in your Pocket. Mobile Apps for Every Need...",
          "start_date": "9/2023",
          "end_date": ""
        },
        {
          "company": "The Mobile Entrepreneurs",
          "title": "Content Creator",
          "description": "Le media des entrepreneurs du quotidien, avec un telephone a portee de main.",
          "start_date": "10/2024",
          "end_date": ""
        }
      ],
      "education": [
        {
          "school": "Le Wagon",
          "degree": "FullStack Developer",
          "field_of_study": "Web Development",
          "start_date": "2016",
          "end_date": "2016"
        },
        {
          "school": "INSEEC U.",
          "degree": "Bachelor of Business Administration (BBA)",
          "field_of_study": "",
          "start_date": "",
          "end_date": ""
        }
      ],
      "skills": ["Allo", " Build a Fintech Unicorn (from 0 to 1B$)", " Build Growth Team for Early Stage Startups", "Angel investing (+30 Startups)"],
      "profile_picture_url": "https://media.licdn.com/dms/image/v2/D4E03AQGNeGf5rNxHfw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1708347819714?e=1749081600&v=beta&t=Fc0vOkxS_LjCwtTl4wU5-FBBHrk7N6gwLQAz0meDsrk"
    },
    "contact_info": {
      "email": "[email protected]",
      "phone": "06 44 60 39 99",
      "website": "https://themobilefirstcompany.com"
    }
  }
}

Extract comprehensive information from any LinkedIn profile without needing your own LinkedIn account. This method provides detailed and reliable data extraction directly through our service.

This endpoint costs 1 credit per request.

Header Parameters

x-api-key
string
required

Your API key

Body Parameters

profile_url
string
required

URL of the LinkedIn profile to extract information from

proxy_country
string
default:"FR"

Country code for proxy selection. Available: (US, UK, FR)

extract_contact_info
boolean
default:"true"

Whether to extract additional contact information (email, phone, website)

Response

status
string

Request status (success/error)

data
object
{
  "status": "success",
  "data": {
    "profile_url": "https://www.linkedin.com/in/jeremygoillot",
    "success": true,
    "profile_data": {
      "public_id": "jeremygoillot",
      "first_name": "Jeremy",
      "last_name": "Goillot",
      "headline": "CEO @The Mobile-First Company \n Your Business, in your Pocket |  Angel Investor in +40 startups",
      "location": "France",
      "summary": "NO EMAIL \nPhone Call Only >> 06 44 60 39 99\n\nBuilding @The Mobile-First Company\nOur goal is clear: Turn your phone into your primary business tool...",
      "industry": "Technologie, information et Internet",
      "experience": [
        {
          "company": "The Mobile-First Company",
          "title": "CEO & Co-Founder",
          "description": "Your Business, in your Pocket. Mobile Apps for Every Need...",
          "start_date": "9/2023",
          "end_date": ""
        },
        {
          "company": "The Mobile Entrepreneurs",
          "title": "Content Creator",
          "description": "Le media des entrepreneurs du quotidien, avec un telephone a portee de main.",
          "start_date": "10/2024",
          "end_date": ""
        }
      ],
      "education": [
        {
          "school": "Le Wagon",
          "degree": "FullStack Developer",
          "field_of_study": "Web Development",
          "start_date": "2016",
          "end_date": "2016"
        },
        {
          "school": "INSEEC U.",
          "degree": "Bachelor of Business Administration (BBA)",
          "field_of_study": "",
          "start_date": "",
          "end_date": ""
        }
      ],
      "skills": ["Allo", " Build a Fintech Unicorn (from 0 to 1B$)", " Build Growth Team for Early Stage Startups", "Angel investing (+30 Startups)"],
      "profile_picture_url": "https://media.licdn.com/dms/image/v2/D4E03AQGNeGf5rNxHfw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1708347819714?e=1749081600&v=beta&t=Fc0vOkxS_LjCwtTl4wU5-FBBHrk7N6gwLQAz0meDsrk"
    },
    "contact_info": {
      "email": "[email protected]",
      "phone": "06 44 60 39 99",
      "website": "https://themobilefirstcompany.com"
    }
  }
}

Notes

  • This endpoint doesn’t require you to have a LinkedIn account - we handle all the extraction for you
  • Contact information extraction is optional and can be disabled by setting extract_contact_info to false
  • Fields may be empty strings when information is not available on the profile
  • Experience and education arrays may be empty when no entries exist
  • Profile data extraction depth depends on:
    • The profile’s privacy settings
    • LinkedIn visibility restrictions
  • This method provides comprehensive data extraction without requiring your own LinkedIn credentials
  • The response structure separates main profile data from contact information for better organization
  • Contact information fields (email, phone, website) are filtered from the main profile data to avoid duplication