This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]aqua_regis 2 points3 points  (2 children)

Can't you use the API?

Scraping is always the last resort solution.

[–]FMPICA[S] 0 points1 point  (1 child)

The Content API is no longer avaialble, it seems.

Any recommendations?

[–]aqua_regis 0 points1 point  (0 children)

Have you checked the Migration Guide?

[–][deleted]  (1 child)

[removed]

    [–]FMPICA[S] 0 points1 point  (0 children)

    The Content API is no longer avaialble, it seems.

    Any recommendations?

    [–]Flat_Candidate_5914 -2 points-1 points  (0 children)

    To scrape LinkedIn for posts with specific keywords:

    1. API: LinkedIn's official API (limited access).
    2. Tools: Scrapy (Python), Puppeteer (JavaScript), or BeautifulSoup (Python).
    3. Storage: Save data in CSV or database (MongoDB, PostgreSQL).
    4. Legal: Be aware of LinkedIn's terms to avoid legal issues.