linkout-scraper icon indicating copy to clipboard operation
linkout-scraper copied to clipboard

Linkedin Automation Bot with every possible scraping! (2024)

Results 6 linkout-scraper issues
Sort by recently updated
recently updated
newest added

- use javascript URL to build a safe absolute URL for comments from the comment href. Fixes: #8

I'm seeing data like the following: ```json "comments": [ { "name": "Austin Coker", "link": "https://www.linkedin.comhttps://www.linkedin.com/in/ACoAABsxgfQB76Eg2AeUe-WkFGp0HwpzjNddMi4", "comment": "I appreciate the honesty." }, ``` It seems this is the faulty line: https://github.com/linkoutapp/linkout-scraper/blob/1078ae4ef9e0c21043f0411d454092031bee51c6/lib/linkedin/linkedin.posts.with.comments.js#L79

Currently supported placeholders: - {{firstName}} - {{lastName}} - {{fullName}} Req: - {{companyName}}

Req: - Text Optional: - Media

Issue description: Close current message tab after sending message in Linkout.services.message Root cause: Keeping all message tabs opens can send message to wrong person. Disturbs mouse clicks of other services....

I have several warnings when installing this in Windows 10 Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\WINDOWS\system32> npm install linkout-scraper...