# LinkedIn Profile Honors API (https://www.socialcrawl.dev/platforms/linkedin/profile-honors) > List a member's honors and awards — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/honors` 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/honors?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 honors and awards? Send a GET request to /v1/linkedin/profile/honors with the full LinkedIn profile URL in the url parameter. SocialCrawl returns a list of the member's honors and awards, each with its title, issuer, date, and description, in unified JSON. ### What fields does the LinkedIn Honors API return per award? Each honor entry includes the award title, the issuing organization, the date it was awarded, and the free-text description where the member added one. Entries with no date still come back so your list stays complete. ### How much does the LinkedIn Honors API cost? Each request costs 5 credits on the advanced tier, regardless of how many awards come back in the list. New accounts get 100 credits free with no credit card, so you can enrich 20 profiles before you pay. ### Can I paginate a member with many awards? Yes. Add the page query parameter (integer) to page through a long honors list. Start at page 1 and increment until the response returns an empty list, which signals the end of the awards. ### Is the LinkedIn Honors API useful for candidate evaluation? Yes, awards are a strong signal for candidate evaluation and thought-leader identification. Pull normalized honors data to spot recognized experts, enrich talent profiles, and add credibility signals to your scoring. 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 honors and awards with an API - Best LinkedIn API to find award-winning experts for recruiting