You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release introduces a new experimental feature to retrieve contact information of employees.
You can enable the feature using the CLI parameter --include-contact-infos. Just be aware that this will send an additional request per employee to LinkedIn's GraphQL API. So it is quite request intensive. Also forces JSON output. Moreover, contact infos are most often empty and not accessible by anonymous users. This heavily depends on a target user's privacy settings and your connection to the account.
If set though, you obtain valid data points such as firstname, lastname, address, phone number and birthdate.
Features
add experimental feature to retrieve contact infos (c680871)