Scrapingdog

Company Profile Scraper

Scrape publicly available LinkedIn company profiles by their company ID. Pass type=company along with the company's LinkedIn ID to retrieve full company data. Each successful request costs 10 credits.

Endpoint: https://api.scrapingdog.com/profile

API Parameters

🔑

Scrapingdog Parameters

  • api_key Required
    Your personal API key. Available on your dashboard.

    Type: String
🏢

Company

  • id Required
    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: String
  • type Required
    Defines the type of profile to scrape. Set to company for company profiles or school for educational institutions.

    Type: String

API Examples

Code to Integrate
curl "https://api.scrapingdog.com/profile?api_key=APIKEY&type=company&id=amazon"