Epic Games Bulk Library Exporter
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Epic Games Bulk Library Exporter solves a common gaming challenge: exporting your Epic Games library data for analysis, sharing, or backup is tedious when done manually. While Epic Games shows your library games individually, there is no native way to select multiple games and export their details in a structured format. This tool reads your current Epic Games library page, detects all visible games, and displays them in a scrollable checklist with game titles, acquisition date, playtime, and status. You can select multiple games and export their library data as CSV or JSON. The tool supports filtering games by status (available, included/free, installed) and lets you choose which fields to include in the export. A preview shows your selection before exporting.
WHERE IT RUNS
This extension panel runs directly inside your browser as an overlay on any Epic Games library page. It works on the Epic Games web client and library views. The tool extracts game data from the page's DOM. It requires no additional API keys or permissions beyond the BotGentz extension.
HOW TO USE
After installing the BotGentz extension and activating Epic Games Bulk Library Exporter, navigate to your Epic Games library page. Click the extension icon in your browser toolbar to open the panel. The tool automatically detects all games displayed on the current page. Each game appears with its title, acquisition date, playtime, and status alongside a checkbox. Use the filter dropdown to view only available, included/free, or installed games. Toggle which fields to include in the export: Acquisition Date, Playtime, and Status. Use "Select All" or individually check games. The preview section shows how many games are selected. Click "Export Selected" to copy the data to your clipboard in CSV or JSON format.
TECHNICAL OPERATION — DOM-Based Game Data Extraction
This tool extracts game data from the Epic Games library page by scanning for elements containing game information. It uses selectors like `[data-game-id]`, `.gameItem`, and `.library-game` to identify games, then extracts titles from title elements, acquisition dates from date elements, playtime from playtime elements (parsing hours and minutes), and status from status elements. Playtime is converted to hours for consistent analysis. The tool filters games based on status and allows selection of export fields. Results can be exported as CSV with proper field quoting for Excel compatibility, or as structured JSON for programmatic use. The tool detects all games visible on the current page; you may need to scroll to load all games before using the tool.
THE PANEL
The extension panel is fully draggable and remembers its position per site session. It snaps to the nearest edge of the browser viewport when dragged within 50 pixels of any side. You can collapse the panel to a compact title bar using the minimize button, preserving your selection state. The panel resizes vertically by dragging the bottom edge. Press the Escape key to close the panel instantly. The results update in real-time as you apply filters or select games.
PLEASE NOTE
This tool requires the free BotGentz extension to function. The script extracts game data from the page's DOM and does not transmit or log any game data, acquisition dates, or user activity. All operations are performed locally in your browser session. The tool only sees games that are currently rendered in the page's DOM — scroll to load all games before using the tool. Epic Games may update its DOM structure over time, which could affect game detection; we monitor and release compatibility updates as needed. The tool does not access Epic Games' backend API and uses only the data visible on the page. Export formats include CSV and JSON for maximum compatibility with analysis tools. Status detection is based on text matching and may vary across different Epic Games interface versions. Make sure you're on your Epic Games library page for the tool to detect games correctly.