linkedin_company_profile
Scrape LinkedIn company or school profiles by providing the profile ID and type. Retrieve details such as description, industry, website, location, and employee count.
Instructions
Scrape publicly available LinkedIn company (or school) profiles by their company/school ID. Uses the same endpoint as the person profile scraper, differentiated via the type parameter. [Credits: 10 credits per successful request] Notes: Shares the /profile endpoint with the Person Profile Scraper; the type value ('company' or 'school') determines which entity is scraped. No premium/webhook params are documented for this variant. Returns: No example response is published in the Scrapingdog documentation for this endpoint. Expected to be an object with company/school profile fields such as name, description/about, industry, website, headquarters/location, company size, specialties, and follower count -- exact field names are not confirmed by the docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the company or school profile. It is the last part of the profile URL, e.g. 'amazon' from /company/amazon or 'mit' from /school/mit. | |
| type | Yes | Defines the type of profile to scrape. Set to 'company' for company profiles or 'school' for educational institutions. |