Skip to main content
POST
/
api
/
linkedin
/
google
/
company
/linkedin/google/company
curl --request POST \
  --url https://api.anysite.io/api/linkedin/google/company \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "keywords": [
    "<string>"
  ],
  "timeout": 300,
  "with_urn": false,
  "count": 100
}
'
[
  {
    "url": "<string>",
    "urn": {
      "type": "<string>",
      "value": "<string>"
    },
    "alias": "<string>",
    "title": "<string>",
    "description": "<string>",
    "@type": "LinkedinGoogleCompany"
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
keywords
string[]
required

Company keywords. For example, company name or company website

Maximum array length: 15
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
with_urn
boolean
default:false

If you need to include urns to the response. It increases execution times.

count
integer
default:100

Max result count

Response

Successful Response

url
string
required
urn
LinkedinURN[Literal[<LinkedinURNPrefix.company: 'company'>]] · object
required
alias
string
required
title
string
required
description
string
required
@type
string
default:LinkedinGoogleCompany