Hey , is there a way through clay we can see if a lead is engaging on LinkedIn outside of the posted in 30 days. We want to know if they are just active, even if it's them liking or commenting on a post.
The Find Recent posts should have a date filter you can use, perhaps it could miss a few posts in between since it's not using your active session or cookies, but it will return posts beyond 30 days if found... you can also provide a date as a reference. Other than that, perhaps doing a regex of the person's profile to get the recent activity URL from their profile like -> https://www.linkedin.com/in/arturo-orozco-/recent-activity/all/ could help... you could prompt the formula generator to programmatically add this to each person's personal LI link and then ask Claygent to check that page for posts beyond a certain date if it can scrape it.Hope that helps!