← ClaudeAtlas

linkedin-researchlisted

Looks up LinkedIn company, product, and showcase pages by ID via the Crawlora API, returning clean JSON. Use when the user wants a company's LinkedIn profile info, a product page, or a showcase page — instead of scraping LinkedIn directly. Covers company/product/showcase pages only, not personal LinkedIn profiles.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# LinkedIn company research Look up LinkedIn company, product, and showcase page info by ID — all as normalized JSON from the Crawlora API, no browser automation or LinkedIn login required. ## When to use this skill - "What's <company>'s LinkedIn company info (industry, size, description)?" - "Pull the LinkedIn product page for <product ID>." - "Get details on this LinkedIn showcase page." - Competitor company profiling or firmographic research using LinkedIn IDs. - Enriching a company record with its LinkedIn company/product/showcase data. ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - Set `CRAWLORA_API_KEY` in the environment before running the helper. - The helper reads `CRAWLORA_API_KEY` from the environment and sends requests to `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works Pick the page type, then call it by ID: 1. **Company** — `/linkedin/company/{id}` — detailed company info (industry, size, description, and related fields) by LinkedIn Company ID. 2. **Product** — `/linkedin/product/{id}` — detailed product info by LinkedIn Product ID. 3. **Showcase page** — `/linkedin/showcase/{id}` — detailed info about a LinkedIn showcase page by ID. Full endpoint list, methods, and params: [`reference/endpoints.md`](reference/endpoints.md). ## Calling the API ```sh # Company info: