This is a Chrome extension that extracts posts from your LinkedIn feed and saves them as a JSON file. It's useful for data analysis or for creating a personalized feed for your LinkedIn feed.
- Clone this repository to your local machine.
- Open Chrome and go to
chrome://extensions
. - Enable Developer Mode by clicking the toggle switch in the top right corner.
- Click "Load Unpacked" and select the folder where you cloned the repository.
- Open your LinkedIn profile.
- Scroll down to load the posts you want to extract.
- Click the extension icon in the top right corner.
- Wait for the script to finish extracting your posts.
- The extracted posts will be saved as a JSON file in your downloads folder.
The extracted data includes the following fields:
date_posted
: The date and time when the post was posted.content
: The text content of the post.reactions
: The number of reactions to the post.comments
: The number of comments on the post.impressions
: The number of impressions (views) on the post.
The script will skip any posts that are reposts or have a small text content. (under 100 characters)
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.