Unternehmensdatenanreicherung
Mit LinkedIn-Endpunkten verwandelst du unternehmensdatenanreicherung in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit der LinkedIn API über einen Crawlora-API-Key dokumentierte LinkedIn-API-Endpunkte aufrufen und öffentliche Unternehmens-, Profil- und Suchsignale als strukturiertes JSON sammeln — ohne separaten LinkedIn-API-Key oder eigenen Scraper — für B2B-Datenanreicherung, Karriereforschung und Lead-Discovery-Workflows.
Mit der LinkedIn API über dokumentierte Crawlora-Endpunkte öffentliche Unternehmens-, Profil- und Suchdaten als strukturiertes JSON für B2B-Datenanreicherungs-Workflows sammeln.
Endpunkt-Familien
4
Dokumentierte Parameter
12
Beispiele
5
Live-Katalog-Snapshot
Aktive Endpunkte
5
Methoden
GET
Pflichtparameter
8
Schema-Referenzen
5
{
"platform": "LinkedIn",
"endpoint": "linkedin-company",
"method": "GET",
"path": "/linkedin/company/{id}",
"auth": "apiKey"
}Verwandte Use Cases
Use Cases
Mit der LinkedIn API über dokumentierte Crawlora-Endpunkte öffentliche Unternehmens-, Profil- und Suchdaten als strukturiertes JSON für B2B-Datenanreicherungs-Workflows sammeln.
Mit LinkedIn-Endpunkten verwandelst du unternehmensdatenanreicherung in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit LinkedIn-Endpunkten verwandelst du karriereforschung in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit LinkedIn-Endpunkten verwandelst du b2b-discovery in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-LinkedIn-Endpunktkatalog — 5 Endpunkte, 12 dokumentierte Request-Parameter und 5 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
5 documented LinkedIn endpoints, grouped into 4 request families — Product, Company and Products, plus 1 more.
12 request parameters are documented across those LinkedIn endpoints, 8 of them required — the full input contract is public before you write any integration code.
5 of the 5 LinkedIn endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
LinkedIn endpoints document their error responses (400, 429, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
5 hosted MCP tools back the LinkedIn endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/linkedin/product/{id}
/linkedin/company/{id}
/linkedin/products/search
/linkedin/showcase/{id}
Endpunktkatalog
/linkedin/company/{id}Returns detailed company information by LinkedIn ID.
MCP-Tool linkedin_company
/linkedin/product/{id}Returns detailed product information from LinkedIn by product ID.
MCP-Tool linkedin_product
/linkedin/product/categoriesReturns the standardized product categories accepted by the products/search endpoint's category_id filter. With a keyword, returns matching categories from LinkedIn's own category search. Without one, returns every known category.
Hinweise zur Response
- `categories[].id` is the numeric id to pass as `category_id` to `/linkedin/products/search`. - `categories[].link` is the category's own public LinkedIn page. - Results are sorted alphabetically by `name`. - The full (no-keyword) list changes rarely and may be served from a cache for up to a week. Example response: ```json { "code": 200, "msg": "OK", "data": { "categories": [ { "id": "1017", "urn": "urn:li:standardizedProductCategory:1017", "name": "Customer Relationship Management (CRM) Software", "universal_name": "customer-relationship-management-software", "link": "https://www.linkedin.com/products/categories/customer-relationship-management-software" }, { "id": "1620", "urn": "urn:li:standardizedProductCategory:1620", "name": "Healthcare CRM Software", "universal_name": "healthcare-crm-software", "link": "https://www.linkedin.com/products/categories/healthcare-crm-software" } ], "total": 2 } } ```
MCP-Tool linkedin_product_categories
/linkedin/products/searchReturns one page of LinkedIn's public product directory search results, optionally scoped to a keyword and/or category. Keyword matching is on word prefixes. start is an upstream card offset advanced by the previous response's next_start; LinkedIn's guest search stops returning results at offset 1200.
Hinweise zur Response
- `total` is only populated on the first page (`start=0`), read from LinkedIn's server-rendered result count for the same keyword/category scope. - `next_start` is present when another page exists and omitted once LinkedIn's guest search stops returning results. - `logo` is an empty string when a card has no product image. Example response: ```json { "code": 200, "msg": "OK", "data": { "products": [ { "id": "linkedin-sales-navigator", "name": "LinkedIn Sales Navigator", "link": "https://www.linkedin.com/products/linkedin-sales-navigator", "category_name": "Sales Intelligence Software", "category_link": "https://www.linkedin.com/products/categories/sales-intelligence-software", "organization_name": "LinkedIn", "description": "Sales Navigator helps sellers have high-quality conversations with the people that matter, at scale.", "logo": "https://media.licdn.com/dms/image/v2/D4E33AQFKTZDLqpinzQ/productpage-logo-image_100_100/B4EZX4WGqkHUAY-/0/1743628299227/linkedin_sales_navigator_logo" } ], "start": 0, "next_start": 10, "total": 145986 } } ```
MCP-Tool linkedin_products_search
/linkedin/showcase/{id}Returns detailed information about a LinkedIn showcase page by ID.
MCP-Tool linkedin_showcase
Verwandte APIs
Business & Market Intelligence
Turn public GitHub ecosystem signals into structured data for developer-market research, open-source intelligence, recruiting, and AI-agent workflows.
Business & Market Intelligence
Collect public TrustMRR startup marketplace and leaderboard data as normalized JSON for startup research, SaaS discovery, and market intelligence workflows.
Business & Market Intelligence
Add website and competitive intelligence signals from SimilarWeb to research pipelines.
So scrapst du LinkedIn
LinkedIn versteckt die meisten Daten hinter einem Login, aber öffentliche Unternehmens-, Produkt- und Showcase-Seiten enthalten sammelbare Unternehmensinfos. Crawloras LinkedIn-Endpunkte liefern diese Daten als strukturiertes JSON — kein Login nötig, kein anfälliges DOM-Scraping.
Unternehmensseite, Produktseite oder Showcase-Seite — alles öffentlich ohne Login auf LinkedIn zugängliche Seiten.
Übergib die öffentliche URL oder Kennung an Crawloras LinkedIn-Endpunkt — kein Session-Cookie-Management nötig.
Erhalte Name, Branche, Unternehmensgröße, Hauptsitz, Follower-Anzahl, Beschreibungstext und Fachgebiete als sauberes JSON.
Kombiniere die Unternehmenswebsite mit der Contact API für E-Mails, oder lass es periodisch neu laufen, um Änderungen an Unternehmensinfos zu verfolgen.
FAQ
Sende eine öffentliche LinkedIn-Unternehmens-, Produkt- oder Showcase-URL an Crawloras LinkedIn-Endpunkt und erhalte strukturiertes JSON — Name, Branche, Größe, Hauptsitz, Follower-Anzahl, Fachgebiete — ohne Login oder HTML-Parsing. Sammle nur öffentliche Daten und halte dich an LinkedIns Bedingungen.
Ja — Crawloras LinkedIn-Endpunkt funktioniert als Unternehmensdaten-API und liefert öffentliche Unternehmensinfos (Name, Branche, Unternehmensgröße, Hauptsitz, Follower-Anzahl, Beschreibungstext und Fachgebiete) als normalisiertes JSON. Kombiniere die Unternehmenswebsite mit der Contact API für B2B-Datenanreicherung. Nur öffentliche Unternehmensdaten, keine privaten Mitgliederprofile.
Crawlora zielt auf öffentliche Unternehmens-, Produkt- und Showcase-Seiten, nicht auf private Mitgliederprofile hinter einem Login. Es loggt sich nicht ein und greift nicht auf authentifizierungspflichtige Daten zu — nutze es für öffentliche Unternehmensinfos, nicht für Profilscraping.
Das Sammeln öffentlich zugänglicher Unternehmensdaten ist in der Regel zulässig, aber du musst LinkedIns Nutzungsbedingungen, robots-Direktiven, Ratenlimits und geltendes Recht einhalten. Dieses Tool dient dem Sammeln öffentlicher Daten, auf die du Zugriffsrecht hast.