ITADN

LinkedIn API Not Returning Full Experience & Education Data

#495Opendsolankii 创建于 2025-02-16
D
dsolankiicommented
** Issue Summary:** The LinkedIn API does not return **all experience and education entries** when calling `api.get_profile(profile_id)`. Some entries, especially **older experiences**, are missing in the API response. ** Steps to Reproduce:** 1. **Start the FastAPI server** using: ```sh uvicorn main:app --reload ``` 2. **Send a `POST` request** to `/extract-linkedin` with a valid LinkedIn profile URL in Postman: ```json { "linkedin_url": "https://www.linkedin.com/in/example-profile/" } ``` 3. **Check the API response** – some experience/education entries are missing. 4. **Manually check the LinkedIn profile** – the missing entries exist on the profile but are not returned by the API. **Expected Behavior:** The API should return **all** experience and education entries without missing data. ** Actual Behavior:** - The response **only includes a limited number of experiences**. - Older experiences and education entries **are missing**. - No pagination or error message is shown.
2 条评论