I use Zapier to regularly get last posts of my company page on Linkedin using the rest API but some posts are not seen. To be more precise, when I ask for the last 10 posts, I only get 8, and all of them are well within the last 10 posts. In other words, the api seems to see the 2 missing posts and count them among the 10, but does not return their content.
I use the following url :
https://api.linkedin.com/rest/posts?q=author&author={organization urn}&isDsc=false&count=10
Linkedin documentation : https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api
The only guess I can have so far is that these posts all appear to contain a an image from a web link , but they have nothing else in particular that I know of.
Is this a limitation of the linkedin api or should we use another endpoint?