LinkedIn API to search public posts based on Hashtag
Asked Answered
T

2

12

Hashtags become more and more popular on LinkedIn:

Is LinkedIn plan to deliver an API to search public posts based on hashtag?

Thanks

Tracy answered 25/6, 2018 at 9:20 Comment(1)
Is there anything similar to this available now in 2022? I wanted to fetch public LinkedIn posts based on hashtags using Python, but I am not sure if it is possible now?Lingonberry
C
1

It doesn't look like this is possible since Microsoft took over and redid the API in May 2018. You can look at the limited schema and object types here: https://developer.linkedin.com/docs/ref/v2

I would imagine that they stopped this practice because if people are reading LinkedIn posts on YOUR website, they are not trapped in LinkedIn's walled-in ad garden, and not making LinkedIn any money.

Chilton answered 12/2, 2020 at 1:51 Comment(1)
Thanks for the answer. It could be done as other plateformes allow to search and use their content. See Twitter, Instagram, Facebook, ... They could force some constraints (rate limit, display constraints, ...) ... But anyway, has you say, it's not possible ... yet.Tracy
R
0

You can't make this type of query. The LinkedIn API does not allow this kind of query.

Here are all the stuff you can do with it: https://www.linkedin.com/developers/products

Restless answered 11/2, 2020 at 21:10 Comment(4)
Thanks for the answer. I know it's not possible. My question was about any information about a potential roadmap for the release of that feature.Tracy
You can do it with a bot which scraps the desired content of any page.Appendage
scrapping is not a viable solution when you want to run a business based on their API :)Tracy
Yeah it depends of your project. However LinkedIn filters the data they wanna share in their API. So you may not have the choice.Appendage

© 2022 - 2024 — McMap. All rights reserved.