Is it possible to retrieve posts where an organization is mentioned through the LinkedIn API?
I found some information in the API documentation (link below) that indicates that it is possible, but there is no information on which endpoint should be used or available details.
https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/social-access-control#retrieving-posts-with-organizational-mentions
Thanks!
No linkedin api, does not have feature to retrieve posts based on keyword.
Related
I want to show's the user their activity & statistics of their profile.
But unfortunately, I couldn't find any API endpoint related to this data on LinkedIn API documentation.
Thank you.
I tried on this link: https://learn.microsoft.com/en-us/linkedin/
The Compliance APIs may provide what you're looking for, at least in terms of activity.
Goodmorning,
I’ve been looking into the documentation for the linkedin API.
I'm interested in the compliance solution, in particular the following APIs:
Organization Lookup API
Company Search API
Organization Access Control API
Some APIs of the People integration
I didn't understand if the compliance solution is accessible or not and if I should apply for it.
I've posted this question on the microsoft docs Q&A section and they told me to post it here where the linkedin API team can help me.
Thank you,
Giovanni.
Apparently, it is not possible to request access to the Compliance API, see here: https://docs.microsoft.com/en-us/linkedin/shared/authentication/getting-access#compliance-closed
I realized that LinkedIn from the service voyager use
link is related to Voyager
https://linkedin.api-docs.io/v1.0/messaging/RMTx5GgWKsMivwQ7m
But sending messages is not mentioned in this document
ــــــــــــــــــــــــــــــــــــــــــــــــــ
You should go to this link and register a ticket and say that you want to use this access
https://linkedin.zendesk.com/hc/en-us/requests/new
Company/Organization Name
Brief Summary of what the organization does.
Precise use case for Compliance APIs
List of Compliance APIs that you intend to use for your Compliance-related activities.
Complete the information for the LinkedIn development team to review
The UGC Post API of LinkedIn is characterized as
an upcoming API that will eventually replace the Shares
API. UGC Post is currently best suited for creating and fetching video
posts. The Shares API does not support video. 1
When comparing the results of fetching posts via Shares API and UGC Post API it seems that all posts retrieved by the Shares API are also included in the UGC Post API. But since this is not stated in the documention it's difficult to rely on. Is this the case?
Can fetching the Shares API be replaced by fetching the UGC Post API by now?
Furthermore, the UGC Post API seems to drop the activity-id/urn. Does that mean activities are deprecated? Should referencing of posts via activity-id/urn be abandoned in favor of post urns of type "urn:li:ugcPost"/"urn:li:share"?
See:
https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api
Is there a way to fetch Admin profile details/Company page owner details using Companies API?
or Vice-versa, to fetch Company Pages the user owns (Not his employers) using Profile API?
I read the documentation and could find a way for it, any help is highly appreciated.
http://developer.linkedin.com/documents/company-lookup-api-and-fields
http://developer.linkedin.com/documents/profile-fields
According to the LinkedIn API docs (last example in the Overview section), you can get all the companies a use is an admin for with the following call:
https://api.linkedin.com/v1/companies?is-company-admin=true
Hie
I am using linkedin-j apis and trying to search the available public feeds for a set of keywords say oracle and google. That is, i should get all the feeds which mentions either oracle or google in it.
It is possible in facebook and twitter. Is it doable in linkedin-j as well? I could not find apis other then search people, job and companies.
If yes please guide which api to use? site does not seems to have relevant docs.
I found from documentation that linkedIn does not allow all that. It only can pull information specific to the authenticated user.