Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe 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.
typeYesDefines the type of profile to scrape. Set to 'company' for company profiles or 'school' for educational institutions.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses credit cost, endpoint sharing, absence of premium/webhook params, and lack of published example response. Acknowledges uncertainty about exact field names, providing honest expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with separate sections for credits and notes. Information is relevant, though slightly verbose; could be trimmed without losing clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, description provides reasonable expectations for return fields and acknowledges documentation gaps. Lacks details on error handling or authentication requirements, but adequate for a two-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear descriptions. Description adds minor context (e.g., id from URL), but does not significantly enhance understanding beyond the schema. Baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Explicitly states it scrapes LinkedIn company or school profiles by ID. Distinguishes from the sibling person profile scraper by noting the same endpoint but different type parameter. Verb 'scrape' and resource are clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Clearly indicates the tool is for company/school profiles and differentiates from the person profile scraper via the type parameter. However, lacks explicit 'when-to-use' versus other siblings like LinkedIn jobs or posts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alessandrobenigni/ScrapingDog-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server