# LinkedIn Company Affiliated Pages API (https://www.socialcrawl.dev/platforms/linkedin/company-affiliated-pages) > List a company's affiliated/showcase pages — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/company/affiliated-pages` 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 | | --- | --- | --- | | `company_id` | yes | LinkedIn numeric company ID (from /v1/linkedin/company). | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/company/affiliated-pages?company_id=1035" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I list a company's affiliated pages? Send a GET request to /v1/linkedin/company/affiliated-pages with a numeric company_id in the company_id parameter. The response lists the company's affiliated and showcase pages, each with its page name and page id. ### What is the difference between affiliated and showcase pages? Affiliated pages are related company pages LinkedIn links to the main organization, such as subsidiaries or regional entities. Showcase pages are sub-brand or product pages a company creates under its main page. This endpoint returns both in one list. ### What fields come back for each affiliated page? Each entry includes the page name and the numeric page id. Pass that page id back into /v1/linkedin/company (or the other company/* endpoints) to fetch full details, posts, or people for any affiliated or showcase page. ### How much does the affiliated pages endpoint cost? Each request costs 5 credits on the advanced tier, regardless of how many pages come back. New accounts get 100 free credits with no credit card, so you can map 20 companies before you ever need to upgrade. ### Why is mapping affiliated pages useful for B2B data? Affiliated and showcase pages reveal a company's full structure: subsidiaries, regional arms, and product brands that each have their own follower base and content. Mapping them gives account-based marketing and firmographic teams a complete view of a target organization. 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 find a LinkedIn company's showcase and affiliated pages with an API - Which API maps LinkedIn subsidiaries and sub-brand pages