Job changes

Add profiles to the job change list

Add profiles to the job change list whose job changes you want to track. Note: we automatically remove 404 profiles from the list. Once the upload starts, you can use /job-changes/get-list to track the upload progress.

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

<span>💰 <strong>Cost:</strong> 1 credit per per profile tracked <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

post/v1/job-changes/add-profiles

Request body

apiKeystring required

Your Fiber API key

jobChangeListIdstring required

The job change list id.

Response

Default Response

advicestring[] nullable

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

Changes

Changed in 2 of the 10 revisions of this API.211

    • changed the pattern of the request property profiles/items/linkedinUrl from ^(?:https?:\/\/)?(?:[a-z]+\.)?linkedin\.[a-z]{2,}\/(?:in|sales\/lead|talent\/profile)\/(?<slug>[^/\\?,#]+)\/?(?:[\?,#].*)? to ^(?:https?:\/\/)?(?:[a-z]+\.)?linkedin\.[a-z]{2,}\/(?:in|sales\/lead|talent\/profile)\/(?:[^/\\?,#]+)\/?(?:[\?,#].*)?

      request-property-pattern-changed

  • 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