# LinkedIn Profile Interests Groups API (https://www.socialcrawl.dev/platforms/linkedin/profile-interests-groups) > List groups a member follows — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/interests/groups` 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/interests/groups?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I list the LinkedIn groups a member follows? Send a GET request to /v1/linkedin/profile/interests/groups with the member's LinkedIn profile URL in the url parameter. The response returns the LinkedIn groups the member follows, each with the group name and group URL. ### What fields come back for each followed group? Each entry returns the group name and the LinkedIn group URL the member follows. This maps the communities and topics a person is active in, which is useful for audience research and outreach targeting. ### How do I paginate through followed groups? Add the page query parameter (integer) to walk through the list. Start at page=1 and increment until the response comes back empty, which marks the end of the groups the member follows. ### How much does the LinkedIn Groups API cost? Each page costs 5 credits on the advanced tier, regardless of how many groups come back. Every new account gets 100 free credits with no credit card, enough for 20 requests before you ever pay. ### Why use followed groups for audience sizing? The groups a member follows reveal their professional interests and the communities they belong to. Aggregate group membership across a prospect list to size audiences, cluster leads by topic, and personalize social-selling outreach. 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 the LinkedIn groups a member follows with an API - Which API lists LinkedIn group membership for audience research