# LinkedIn Profile Interests Companies API (https://www.socialcrawl.dev/platforms/linkedin/profile-interests-companies) > List companies a member follows — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/interests/companies` 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/companies?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I list the companies a LinkedIn member follows? Send a GET request to /v1/linkedin/profile/interests/companies with the member's LinkedIn profile URL in the url parameter. The response returns a list of every company page the member follows, each with the company name, page URL, and follower count. ### What fields come back for each followed company? Each entry returns the company name, the LinkedIn company page URL, and the company's follower count. Use the page URL to fan out to /v1/linkedin/company for full firmographics like industry, size, and headquarters. ### How do I paginate through followed companies? Add the page query parameter (integer) to walk through the list. Start at page=1 and increment until the response returns an empty array, which marks the end of the companies the member follows. ### How much does this endpoint cost per request? Each page costs 5 credits on the advanced tier, regardless of how many companies come back in that page. New accounts start with 100 free credits and no credit card, enough for 20 requests before you upgrade. ### Can I use followed companies as an intent signal for sales? Yes, the companies a prospect follows are a useful intent and interest signal for social selling and account research. Merge the list into your CRM to segment leads by the vendors, competitors, and industries they already track. 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 companies a LinkedIn profile follows with an API - Which API returns LinkedIn followed companies for lead enrichment