GET
/
v3
/
jobs
/
{job_uid}
/
results
curl --request GET \
  --url https://api.captaindata.co/v3/jobs/{job_uid}/results \
  --header 'Authorization: <api-key>' \
  --header 'x-project-id: <api-key>'
{
  "items_count": 1,
  "pages": 1,
  "limit": 1000,
  "results": [
    {
      "linkedin_profile_id": "202317",
      "linkedin_profile_url": "https://www.linkedin.com/in/yann-lecun",
      "linkedin_profile_handle": "yann-lecun",
      "first_name": "Yann",
      "last_name": "Lecun",
      "full_name": "Yann Lecun",
      "birth_date": " ",
      "industry": "Research",
      "profile_country": "US",
      "headline": "VP & Chief AI Scientist",
      "job_title": "VP & Chief AI Scientist at Meta",
      "summary": "Professor, researcher, and R&D manager with academic and industry experience in AI, machine learning, deep learning, computer vision, intelligent data analysis, data mining, data compression,  digital library systems, and robotics.\n\nSpecialties: research, technical consulting, scientific advising.",
      "languages": [],
      "skills": [
        "Research",
        "machine learning",
        "computer vision",
        "robotics",
        "Statistical Data Analysis",
        "Data Mining",
        "C",
        "C++",
        "Image Processing",
        "Research Management",
        "Computational Neuroscience",
        "Image Compression",
        "Artificial Intelligence",
        "Pattern Recognition",
        "Machine Learning",
        "Algorithms",
        "Computer Vision",
        "Perl",
        "Computer Science",
        "Robotics"
      ],
      "sales_navigator_profile_id": "ACoAAAADFk0BbiOeu2Wrer11SaPH_5m1GM8pG6Q",
      "profile_language": "en",
      "location": "New York, New York",
      "profile_image_url": "https://media.licdn.com/dms/image/v2/C4D03AQHBLoV7GRUP2w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1642552032280?e=1738195200&v=beta&t=gMdKE7Sb_we1WA9qi76MThyCcPtMR53VNJazRlHxNDw",
      "experiences": [
        {
          "title": "VP & Chief AI Scientist at Meta",
          "company_name": "Facebook",
          "company_description": null,
          "company_employees_range": "10001 - ",
          "linkedin_company_url": "https://www.linkedin.com/company/facebook/",
          "location": "New York, New York, United States",
          "company_industry": "Computer Software",
          "linkedin_company_id": "76987811",
          "date": "10/2021 - current",
          "job_time_period": "3 years 1 month",
          "job_contract_type": "Part-time",
          "company_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQHi-wrXiQcbxw/company-logo_100_100/company-logo_100_100/0/1635988509331/facebook__logo?e=1740614400&v=beta&t=5cWo7rd4rN0c2vt0TwYzepv8JpQ55f-_0F3vzVHDoGk"
        }
      ],
      "education": [
        {
          "school_name": null,
          "title": "Computer Science",
          "date": "1983 - 1987",
          "school_url": "https://www.linkedin.com/school/universite-pierre-et-marie-curie/",
          "linkedin_school_url": "https://www.linkedin.com/school/universite-pierre-et-marie-curie/",
          "linkedin_school_id": "12554",
          "degree_name": "PhD, Computer Science"
        },
        {
          "school_name": "ESIEE PARIS",
          "title": "Electrical and Electronics Engineering",
          "date": "1978 - 1983",
          "school_url": "https://www.linkedin.com/school/esiee-paris/",
          "linkedin_school_url": "https://www.linkedin.com/school/esiee-paris/",
          "linkedin_school_id": "20041",
          "degree_name": "Engineering Diploma, Electrical and Electronics Engineering"
        }
      ],
      "school_name": null,
      "linkedin_school_url": "https://www.linkedin.com/school/universite-pierre-et-marie-curie/",
      "volunteer_experiences": [],
      "number_connections": 1365,
      "company_employees_range": "10001 - ",
      "company_name": "Facebook",
      "company_industry": "Computer Software",
      "linkedin_company_url": "https://www.linkedin.com/company/facebook/",
      "number_followers": 849568,
      "linkedin_people_post_search_url": "https://www.linkedin.com/search/results/content/?fromMember=%5B%22ACoAAAADFk0BbiOeu2Wrer11SaPH_5m1GM8pG6Q%22%5D",
      "connection_degree": "DISTANCE_2",
      "open_to_work": false,
      "linkedin_thread_id": null,
      "following": null,
      "description": "Professor, researcher, and R&D manager with academic and industry experience in AI, machine learning, deep learning, computer vision, intelligent data analysis, data mining, data compression,  digital library systems, and robotics.\n\nSpecialties: research, technical consulting, scientific advising.",
      "extracted_at": "2024-11-26 20:07:11"
    }
  ],
  "paging": {
    "previous": null,
    "next": null,
    "have_next_page": false
  }
}

Authorizations

Authorization
string
header
required

The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').

x-project-id
string
header
required

Workspace UID required to identify the workspace.

Path Parameters

job_uid
string
required

Query Parameters

page
integer
key
string
nbr_page
items_per_page
integer

Response

200
application/json
Successful Response

The response is of type any.