📚 Bookmark Exporter
Export all your X/Twitter bookmarks to JSON or CSV.
📋 What It Does
- Goes through your bookmarks page
- Extracts all bookmark data
- Includes engagement metrics
- Exports to JSON and/or CSV
🌐 Browser Console Script
// Go to: x.com/i/bookmarks
// Open Console (Ctrl+Shift+J) and paste the script from:
// src/scrapers/bookmarkExporter.js
⚙️ Configuration
const CONFIG = {
MAX_BOOKMARKS: 1000, // Max bookmarks to export
SCROLL_DELAY: 1500, // Delay between scrolls
FORMAT: 'both', // 'json', 'csv', 'both'
};
📊 Output
Each bookmark includes:
- Tweet text
- Author handle and display name
- Tweet URL
- Timestamp
- Likes, retweets, replies, views
- Image URLs
- External links
📁 Files Downloaded
bookmarks_[timestamp].json- Full databookmarks_[timestamp].csv- Spreadsheet format
💡 Use Cases
- Backup your bookmarks
- Search bookmarks in a spreadsheet
- Build a content library
- Migrate to another tool
⚠️ Notes
- Works only on your own bookmarks
- May take a while for large collections
- X doesn't provide an official export, so this fills that gap!
⚡ Ready to try Bookmark Exporter?
XActions is 100% free and open-source. No API keys, no fees, no signup.
Browse All Scripts