GET
/
api
/
v1
/
company
/
profile
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/company/profile \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "id": "10649600",
    "name": "Rapid",
    "universal_name": "rapidapi",
    "description": "RapidAPI is the world’s largest API Hub where millions of developers find and connect to tens of thousands of public APIs...",
    "linkedin_url": "https://www.linkedin.com/company/rapidapi",
    "website_url": "https://RapidAPI.com/",
    "phone": null,
    "active": true,
    "archived": false,
    "follower_count": 24383,
    "employee_count": 351,
    "employee_count_range": {
      "start": 51,
      "end": 200
    },
    "verification": {
      "verified": true,
      "last_modified_at": "2023-09-12T18:18:31.454Z"
    },
    "founded_on": {
      "day": 1,
      "month": 1,
      "year": 2015
    },
    "headquarter": {
      "country": "United States",
      "country_code": "US",
      "city": "Austin",
      "geographic_area": "Texas",
      "line1": "111 Congress Ave",
      "line2": "111 Congress Ave",
      "postal_code": "78701"
    },
    "locations": [
      {
        "country": "United States",
        "country_code": "US",
        "city": "Austin",
        "geographic_area": "Texas",
        "line1": "111 Congress Ave",
        "line2": "111 Congress Ave",
        "postal_code": "78701",
        "latitude": 30.2672,
        "longitude": -97.7431,
        "name": "Austin"
      }
    ],
    "logo": [
      {
        "width": 400,
        "height": 400,
        "url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
        "expires_at": 1748476800000
      }
    ],
    "cover": [
      {
        "width": 1128,
        "height": 191,
        "url": "https://media.licdn.com/dms/image/v2/D4E3DAQE7GzWAY8oQqw/image-scale_191_1128/image-scale_191_1128/0/1673607409141/stelvio_group_cover?e=1743404400&v=beta&t=SVZsPNKFMAMIKIlgUgJ8NXFkS_9-GL2StdBztrq52vs",
        "expires_at": 1748476800000
      }
    ],
    "specialities": [
      "API",
      "REST API"
    ],
    "industries": [
      "Information Technology & Services"
    ],
    "hashtags": [
      {
        "name": "#dev",
        "follower_count": 12598
      }
    ],
    "funding_info": {
      "number_of_funding_rounds": 7,
      "organization_url": "https://www.crunchbase.com/organization/rapidapi",
      "funding_rounds_url": "https://www.crunchbase.com/organization/rapidapi/funding_rounds/funding_rounds_list",
      "updated_at": "2023-09-12T18:18:31.454Z",
      "last_funding_round": {
        "type": "Series D",
        "money_raised": {
          "amount": "150000000",
          "currency": "USD"
        },
        "url": "<string>",
        "investors_url": "<string>",
        "number_of_other_investors": 123,
        "announced_on": {
          "day": 123,
          "month": 123,
          "year": 123
        }
      }
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

company
string
required

Company name.

Example:

"rapidapi"

Response

200
application/json
Success

The response is of type object.