Skip to content

v1.0.17

Choose a tag to compare

@sergebulaev sergebulaev released this 16 Jul 09:43

Fixes the post read layer. The previous Apify post actor (supreme_coder/linkedin-post) started returning empty results for every URL, which broke every skill that reads a post body: comment-drafter, hook-extractor, reply-handler, and the reshare parent lookup added in v1.0.16.

  • Swapped to apimaestro/linkedin-post-detail (no cookies, reputable author, same vendor already used for comments). Its nested response is normalized to the existing flat contract (text, authorName, urn, shareUrn, canShare, numLikes, numComments, numShares, reactions, postedAtISO), so no skill changed.
  • A private / removed / login-walled post now raises cleanly, so skills fall back to asking the user to paste the text.
  • Verified live end to end: post body, author, reactions, and the shareUrn reshare parent all resolve and match the reference.
  • Pay-per-event and cheap; Apify's $5/month free credit keeps the read layer free to try.