# LinkedIn Profile Educations API (https://www.socialcrawl.dev/platforms/linkedin/profile-educations) > List a member's education history — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/educations` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Full URL of the LinkedIn profile, company, or post. | | `page` | no | | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/profile/educations?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get a member's LinkedIn education history? Send a GET request to /v1/linkedin/profile/educations with the full LinkedIn profile URL in the url parameter. SocialCrawl returns a list of every education entry: school, degree, field of study, and date range, in unified JSON. ### What fields does the LinkedIn Education API return? Each education entry includes the school or university name, the degree earned, the field of study, and the attendance date range (start and end year). Activities and grades come through where the member listed them. ### How much does the LinkedIn Education API cost per request? Each request costs 5 credits on the advanced tier, no matter how many schools come back in the list. New accounts get 100 credits free with no credit card, enough for 20 profile lookups before you upgrade. ### Can I page through a member with many schools? Yes. Add the page query parameter (integer) to walk through the full education list when a member lists many schools. Start at page 1 and increment until the response returns an empty list. ### Is the LinkedIn Education API useful for recruiting? Yes, candidate screening and alumni research are common use cases. Pass a LinkedIn URL to pull normalized education data for degree filters, school-based sourcing, and building complete talent-intelligence profiles. See the full LinkedIn API: https://www.socialcrawl.dev/platforms/linkedin ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get a LinkedIn member's education history with an API - Best LinkedIn API for candidate screening by school and degree