Scrape Profiles from Post Comments
Use this module to source leads from LinkedIn post comments. Lets say you want to source the profiles of active contributors to your competitors posts, you can scrape them with this module.
Last updated
{
"sessionId": "string",
"data": [
{
"name": "string",
"linkedin_url": "string",
"image_url": "string",
"tagline": "string",
"comment": "string",
"likes": "string",
"replies": "string",
"relation": "string"
}
],
"message": "string",
"image_url": "string",
"credits_used": "integer"
}