linkedin

TBD

TOOLLI_COMPANY_REQUEST

LinkedIn Company Request

Parameters for the LinkedIn company request.

Required attributes

  • Name
    company_identifier
    Type
    string
    Description

    Public identifier, ID, or URN of the company.

    1 length 50

  • Name
    account_id
    Type
    string
    Description

    Account ID for making the request.

    1 length

Optional attributes

  • Name
    timeout
    Type
    integer
    Description

    How long to wait for results before timing out. Default is 30 seconds, but can be increased if we are willing to wait longer in exchange for a better success ratio.

    30
    

Function Call

TOOL
LI_COMPANY_REQUEST
#### LI_COMPANY_REQUEST
```json
{
  "account_id": "user123",
  "company_identifier": "microsoft"
}
```

Response

#### Success

TOOLLI_SEARCH

Parameters for the LinkedIn search request.

Required attributes

  • Name
    url
    Type
    string
    Description

    URL for searching LinkedIn.

    5 length 1000

  • Name
    account_id
    Type
    string
    Description

    Account ID for making the request.

    1 length

Optional attributes

  • Name
    timeout
    Type
    integer
    Description

    How long to wait for results before timing out. Default is 30 seconds, but can be increased if we are willing to wait longer in exchange for a better success ratio.

    30
    

Function Call

TOOL
LI_SEARCH
#### LI_SEARCH
```json
{
  "account_id": "user123",
  "url": "https://www.linkedin.com/search/results/people/?keywords=software%20engineer"
}
```

Response

#### Success

Was this page helpful?