Live fetch

Live fetch LinkedIn profile

Returns an enriched profile with details (work experience, education, skills, location, etc.) for a given LinkedIn profile identifier. Note: This endpoint does NOT return emails or phone numbers. To retrieve a person's contact details (emails and phone numbers), use the POST /contact-details/single endpoint (synchronous, recommended) or the POST /individual-reveal/start + POST /individual-reveal/poll pair (asynchronous). These can be found under the Contact details section.

<span><strong>Rate limit:</strong> 600 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 2 credits per profile live fetch <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

<span><strong>Recommended timeout:</strong> 30 seconds <span title="Recommended timeout: set your HTTP client timeout to at least 30 seconds for this endpoint."></span></span>

post/v1/linkedin-live-fetch/profile/single

Request body

apiKeystring required

Your Fiber API key

identifierstring required

The profile's LinkedIn slug (e.g. 'williamhgates'), full LinkedIn URL (e.g. 'https://www.linkedin.com/in/williamhgates/'), Sales Navigator URN, or LinkedIn user ID (e.g. '443105112').

getDetailedEducationboolean nullable

Whether to include deep details about each educational item, like the school's LinkedIn URL, website, location, etc. That'll be put in the detailedEducation array. This slows down the API call, so only enable this if you need it.

getDetailedWorkExperienceboolean nullable

Whether to include deep details about each work experience item, like the company's LinkedIn URL, website, location, etc. That'll be put in the detailedWorkExperience array. This slows down the API call, so only enable this if you need it.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.

Changes

Changed in 3 of the 11 revisions of this API.216

    • removed the optional property output/oneOf[subschema #1: Profile Found and Enriched]/profile/detailed_work_experiences/items/crunchbase_slug from the response with the 200 status

      response-optional-property-removed

    • added the optional property output/oneOf[subschema #1: Profile Found and Enriched]/profile/detailed_work_experiences/items/company_details/crunchbase_slug to the response with the 200 status

      response-optional-property-added

    • added the optional property output/oneOf[subschema #1: Profile Found and Enriched]/profile/detailed_work_experiences/items/company_details/li_industries to the response with the 200 status

      response-optional-property-added

    • added the optional property output/oneOf[subschema #1: Profile Found and Enriched]/profile/detailed_work_experiences/items/company_details/logo_url to the response with the 200 status

      response-optional-property-added

    • added the optional property output/oneOf[subschema #1: Profile Found and Enriched]/profile/detailed_work_experiences/items/company_details/standard_industries to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4002aa81d4fb21See the full diff
    • the response property advice became nullable for the status 200

      response-property-became-nullable

    • the response property advice became optional for the status 200

      response-property-became-optional

    • the advice response's property default value was removed for the status 200

      response-property-default-value-removed

    • added the optional property output/oneOf[subschema #1: Profile Found and Enriched]/profile/last_updated_at to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog