Linkedin Company Profile Scraper (No Cookies) avatar
Linkedin Company Profile Scraper (No Cookies)

Pricing

$20.00/month + usage

Go to Apify Store
Linkedin Company Profile Scraper (No Cookies)

Linkedin Company Profile Scraper (No Cookies)

A powerful Actor that scrapes comprehensive company data from LinkedIn company pages without requiring authentication.

Pricing

$20.00/month + usage

Rating

0.0

(0)

Developer

Dead

Dead

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

22 days ago

Last modified

Share

LinkedIn Company Scraper

A powerful Actor that scrapes comprehensive company data from LinkedIn company pages without requiring authentication.

πŸš€ Features

  • βœ… No Authentication Required - Scrapes publicly available data
  • βœ… Apify Proxy Integration - Built-in support for residential proxies
  • βœ… Comprehensive Data Extraction - 15+ data fields per company
  • βœ… Exact Employee Counts - Extracts precise employee numbers from LinkedIn
  • βœ… Batch Processing - Scrape multiple companies in one run
  • βœ… Error Handling - Robust error handling and retry logic
  • βœ… Debug Mode - Saves HTML snapshots for troubleshooting

πŸ“Š Extracted Data Fields

Company Information

  • Company name (official)
  • LinkedIn URL
  • Company logo URL
  • About/description
  • Tagline/slogan
  • Industry/sector
  • Specialties (array)

Employee Data

  • Exact employee count on LinkedIn (integer)
  • Employee range (min/max)
  • Total employees (formatted string)
  • Approximate employee count

Engagement Metrics

  • LinkedIn followers count
  • Posts count

Location & Contact

  • Headquarters location
  • All office locations (array)
  • Website URL
  • Phone number

Company Details

  • Company type (Public/Private/Non-profit)
  • Founded year
  • Stock symbol (for public companies)
  • Affiliated companies (array with URLs)

βš™οΈ Configuration

Input Schema

{
"companies": ["google", "microsoft", "apple"],
"max_concurrent_requests": 1,
"download_timeout": 60,
"min_delay": 5,
"max_delay": 10,
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Configuration Options

ParameterTypeDefaultDescription
companiesarray["google"]List of company names to scrape
max_concurrent_requestsinteger1Number of concurrent requests (1-5)
download_timeoutinteger60Page load timeout in seconds
min_delayinteger5Minimum delay between requests
max_delayinteger10Maximum delay between requests
proxy.useApifyProxybooleantrueUse Apify proxy service
proxy.apifyProxyGroupsarray["RESIDENTIAL"]Proxy type (RESIDENTIAL/DATACENTER)

πŸ“€ Output Example

[
{
"company_name": "Google",
"linkedin_url": "https://www.linkedin.com/company/google/",
"company_logo_url": "https://media.licdn.com/dms/image/...",
"linkedin_followers_count": 40140188,
"employees_on_linkedin": 250000,
"employee_range_min": 10001,
"num_of_employees": "10,001+",
"about_us": "A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone...",
"website": "https://google.com",
"industry": "Software Development",
"type": "Public Company",
"stock_symbol": "GOOGL",
"founded": "1998",
"headquarters": "Mountain View, California",
"specialties": ["Search", "Advertising", "Cloud Computing", "Software"],
"locations": [
"Mountain View, CA",
"New York, NY",
"London, UK"
]
}
]

πŸŽ›οΈ Advanced Configuration

Proxy Settings

Residential Proxies (Recommended)

{
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

No Proxy (Not Recommended)

{
"proxy": {
"useApifyProxy": false
}
}

Rate Limiting

For optimal results and to avoid blocks:

  • Conservative (Safer, Slower)

    {
    "min_delay": 8,
    "max_delay": 15,
    "download_timeout": 90,
    "max_concurrent_requests": 1
    }
  • Moderate (Balanced)

    {
    "min_delay": 5,
    "max_delay": 10,
    "download_timeout": 60,
    "max_concurrent_requests": 1
    }
  • Aggressive (Faster, Riskier)

    {
    "min_delay": 2,
    "max_delay": 5,
    "download_timeout": 60,
    "max_concurrent_requests": 2
    }

Common Issues

Issue: "Login wall or blocking detected"

  • Solution: Enable residential proxies
  • Increase delay between requests
  • Try different proxy countries

Issue: "HTTP 999 Request denied"

  • Solution: LinkedIn is blocking the request
  • Use residential proxies
  • Increase delays
  • Scrape during off-peak hours

Issue: "Timeout loading page"

  • Solution: Increase download_timeout to 90-120 seconds
  • Check proxy configuration
  • Try different proxy groups

Issue: "Minimal data extracted"

  • Solution: Company page may require login
  • Check HTML debug files
  • Some companies have limited public data

⚠️ Limitations

  1. Public Data Only: Can only access publicly visible information
  2. LinkedIn Rate Limits: May encounter blocks with aggressive scraping
  3. Login Walls: Some companies require authentication to view details
  4. Data Completeness: Not all companies have complete public profiles
  5. About Pages: Often return 999 errors (blocked by LinkedIn)