Linkedin Company Detail (No Cookies) avatar
Linkedin Company Detail (No Cookies)

Pricing

$5.00 / 1,000 results

Go to Store
Linkedin Company Detail (No Cookies)

Linkedin Company Detail (No Cookies)

Developed by

API Maestro

API Maestro

Maintained by Community

Extract detailed LinkedIn company data instantly. Get company overview, employee count, locations, funding info, and more. Perfect for market research, lead generation, and competitor analysis. Clean, structured data ready for your business needs.

5.0 (2)

Pricing

$5.00 / 1,000 results

29

Total users

297

Monthly users

134

Runs succeeded

>99%

Issue response

1.5 hours

Last modified

7 days ago

🚀 LinkedIn Company Detail Scraper

Extract detailed information from LinkedIn company pages including company overview, employee count, locations, and industry details.

For other LinkedIn actors, check: https://apify.com/apimaestro

🔧 Simple Usage

Provide a company identifier (name or LinkedIn URL) to get complete company details. For example:

  • Using company name: google
  • Using LinkedIn URL: https://www.linkedin.com/company/google/

✨ Key Features

  • No account needed: Don't risk your account security by sharing your cookies and don't get your account restricted or banned!- Basic company information
  • Employee count and statistics
  • Company locations
  • Industry details
  • Media (logo, cover images)
  • Company specialties
  • Funding information (if available)
  • Verification status

📦 Batch Processing

Process multiple companies at once by providing an array of identifiers: json{ "identifier": [ "google", "microsoft", "amazon" ] } You can process up to 100 companies in a single batch.

Output Preview

{
"basic_info": {
"name": "Google",
"description": "...",
"website": "https://www.google.com",
"industries": ["Technology", "Information Services"],
"specialties": ["Search", "Cloud Computing", "AI"]
},
"stats": {
"employee_count": 156789,
"follower_count": 123456
},
"locations": {
"headquarters": {
"country": "United States",
"city": "Mountain View",
"state": "California"
}
}
}