Skip to main content
GET
/
api
/
linkedin
/
management
/
company
/
mentions
/linkedin/management/company/mentions
curl --request GET \
  --url https://api.anysite.io/api/linkedin/management/company/mentions \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "company": {
    "type": "<string>",
    "value": "<string>"
  },
  "timeout": 300,
  "count": 1
}
'
[
  {
    "date": 123,
    "text": "<string>",
    "profileorcompany_urn": {
      "type": "fsd_profile",
      "value": "<string>"
    },
    "@type": "LinkedinManagementCompanyMention",
    "post_urn": {
      "type": "<string>",
      "value": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
account_id
string<uuid>
required

Can be obtained on the accounts page: https://app.horizondatawave.ai/accounts

company
LinkedinURN[Literal[<LinkedinURNPrefix.fsd_company: 'fsd_company'>]] · object
required

Linkedin Company URN

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
count
integer | null

Max result count

Required range: x > 0

Response

Successful Response

date
integer
required
text
string
required
profileorcompany_urn
LinkedinURN[Literal[<LinkedinURNPrefix.fsd_profile: 'fsd_profile'>, <LinkedinURNPrefix.fsd_company: 'fsd_company'>]] · object
required
@type
string
default:LinkedinManagementCompanyMention
post_urn
LinkedinURN[Literal[<LinkedinURNPrefix.activity: 'activity'>]] · object