/get-company-pages-people-also-viewedGet Company Pages People Also Viewed
Company
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Discover companies that LinkedIn users also view when visiting a given company page. This is a powerful signal for competitive mapping — it reveals which companies your targets consider alternatives, peers, or adjacent players in their market.
Use cases
Map competitive landscapes automatically
Discover adjacent companies for market expansion research
Build 'similar companies' recommendations for sales prospecting
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| username | query | string | optional | —Default: google |
Responses
200
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"universalName": {
"type": "string"
},
"tagline": {
"type": "string"
},
"description": {
"type": "string"
},
"type": {
"type": "string"
},
"phone": {
"type": "string"
},
"Images": {
"type": "object",
"properties": {
"logo": {
"type": "string"
},
"cover": {
"type": "string"
}
}
},
"staffCount": {
"type": "integer"
},
"headquarter": {
"type": "null"
},
"locations": {
"type": "null"
},
"industries": {
"type": "null"
},
"specialities": {
"type": "null"
},
"website": {
"type": "string"
},
"founded": {
"type": "null"
},
"callToAction": {
"type": "null"
},
"followerCount": {
"type": "integer"
},
"staffCountRange": {
"type": "string"
},
"crunchbaseUrl": {
"type": "string"
}
}
}
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Company_Pages_People_Also_Viewed",
"method": "get",
"path": "/get-company-pages-people-also-viewed",
"summary": "Get Company Pages People Also Viewed",
"description": "Get Company Pages People Also Viewed",
"parameters": [
{
"name": "username",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "google"
}
}
],
"responses": [
{
"statusCode": "200",
"description": "200",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"universalName": {
"type": "string"
},
"tagline": {
"type": "string"
},
"description": {
"type": "string"
},
"type": {
"type": "string"
},
"phone": {
"type": "string"
},
"Images": {
"type": "object",
"properties": {
"logo": {
"type": "string"
},
"cover": {
"type": "string"
}
}
},
"staffCount": {
"type": "integer"
},
"headquarter": {
"type": "null"
},
"locations": {
"type": "null"
},
"industries": {
"type": "null"
},
"specialities": {
"type": "null"
},
"website": {
"type": "string"
},
"founded": {
"type": "null"
},
"callToAction": {
"type": "null"
},
"followerCount": {
"type": "integer"
},
"staffCountRange": {
"type": "string"
},
"crunchbaseUrl": {
"type": "string"
}
}
}
}
}
},
"example": {
"success": true,
"message": "",
"data": [
{
"id": "1586",
"name": "Amazon",
"universalName": "amazon",
"tagline": "",
"description": "",
"type": "",
"phone": "",
"Images": {
"logo": "",
"cover": ""
},
"staffCount": 0,
"headquarter": null,
"locations": null,
"industries": null,
"specialities": null,
"website": "",
"founded": null,
"callToAction": null,
"followerCount": 0,
"staffCountRange": "",
"crunchbaseUrl": ""
},
{
"id": "1035",
"name": "Microsoft",
"universalName": "microsoft",
"tagline": "",
"description": "",
"type": "",
"phone": "",
"Images": {
"logo": "",
"cover": ""
},
"staffCount": 0,
"headquarter": null,
"locations": null,
"industries": null,
"specialities": null,
"website": "",
"founded": null,
"callToAction": null,
"followerCount": 0,
"staffCountRange": "",
"crunchbaseUrl": ""
},
{
"id": "162479",
"name": "Apple",
"universalName": "apple",
"tagline": "",
"description": "",
"type": "",
"phone": "",
"Images": {
"logo": "",
"cover": ""
},
"staffCount": 0,
"headquarter": null,
"locations": null,
"industries": null,
"specialities": null,
"website": "",
"founded": null,
"callToAction": null,
"followerCount": 0,
"staffCountRange": "",
"crunchbaseUrl": ""
}
]
}
}
}
}
]
}Pricing
$0.01per successful request
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.
similar companies APIcompetitive mapping APIrelated companies LinkedInLinkedIn APILinkedIn data APILinkedIn scraper API