GET
/
api
/
v1
/
company
/
affiliated-pages
Get Company Affiliated Pages
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/company/affiliated-pages \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "id": "791962",
      "name": "Adometry (acquired by Google)",
      "universal_name": "adometry",
      "linkedin_url": "https://www.linkedin.com/company/adometry",
      "type": "Subsidiary",
      "speciality": "Advertising Services",
      "follower_count": 19126,
      "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
        }
      ]
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

company_id
string

Company ID

Example:

"1441"

company
string

Company name. Enabling this option will consume an additional 1 request.

Example:

"google"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]

Company Affiliated Pages