Backloggd Scraper + Random Game Picker
2026-03-17
- Open your Backloggd game list page (optionally sort by "Game Rating" to scrape that too)
https://backloggd.com/YOUR_USERNAME/games?sort=rating
- Open the browser DevTools console (by pressing F12 or right-click > "Inspect" > "Console" tab).
- Paste the following code into the console and press "Enter"
javascript: void (document.body.appendChild(
document.createElement("script"),
).src = "https://merd.neocities.org/js/projects/backloggd-scraper.js");
- A JSON file will be downloaded, containing all the backlog games.