How to Scrape Retropie Games? (Auto & manual)
Scraping games is a fancy way of saying collecting metadata, specifically the cover art, for your games in Retropie. It’s not done automatically by default, and it rarely works the first time you try it manually. In this post, I’ll show you how to solve this problem for good.
Scrapers services are available by default in RetroPie’s Start menu. They can be used to download cover images for installed games. It’s also possible to manually add custom images for the other games.
In this post, I’ll start with the automatic way to do this, as it’s the easiest solution. Then I’ll show you how to do it manually if the first way doesn’t work or if you want to add a custom image.
By the way, if you’re looking for some great retro games, I’ve got a list of my 24 favorites for Retropie, Recalbox, or Lakka. It’s packed with screenshots, descriptions, and download links to make it easy for you. Grab the list for free here!
Automatically scrape on Retropie
Introduction
You probably found it in the menu, but as you may have noticed, the default scraper does not work (at least it never works for me). This is the first problem you might have.
So, I will show you how to do this successfully
Use the default scrapers
By default, two scrape sources are available:
Bonus tip: Once everything is set up, you’ll want a few good games to try right away. I listed some of the best ones with download links. Grab the list here.
If you want a clearer path than jumping from tutorial to tutorial, my book gives you a step-by-step roadmap to really understand your Raspberry Pi.
Check the book here- TheGamesDB
- ScreenScraper
The first one never works for me, so the first thing you can try is to use ScreenScraper:
Check this: Pi5 vs. Pi4: I tested them, here's the result
- From the main menu, click on the “Start” button
- Enter the “Scraper” submenu (press “A”).
- Change the “Scrape From” field to “ScreenScraper“:

- Then click on “Scrape Now“.
- Now you need to configure 3 things:
- Filter: Select if you want to search for missing images or all games.
- Systems: Same thing for the systems you use.
- User decides on conflicts.
- Once ready, click on “Start” to process.
- For each game, the tool will display the corresponding information like this:

- If the result is ok for you, press A to download it.
If there is no result, or you don’t want to use it, click on “Skip“. - You can also click on “Input” to change the game name.
Or “Stop” to close the scraping process.
That’s it for Screenscraper.
For the most popular games, you will automatically get everything you need.
Once done, the game will look like this with the default theme:

Or install another scraper
Another solution (still automatic) is to install other scraper sources.
You can find them in the Retropie setup menu.
My favorite is Skyscraper, here is how to install it:
- Go to the Retropie options.
- Click on Retropie Setup
- Start by updating the Retropie-Setup script.
- Then go to Manage Packages > Manage optional packages.
- Find “skyscraper” in the list (near the end), and install it from binary (Press A or Enter twice):

- After a few seconds/minutes, the package is installed.
Get back to the main menu (ESC or B).
Now, the process for using Skyscraper is a bit different, as there is no integration with EmulationStation.
Here is what you need to do:
You can get answers from real experts in minutes.
Get help with your setup
- Quit EmulationStation.
Press Start > Quit > Quit EmulationStation. - You now have access to command lines.
You can also use SSH if you prefer. - Type the following command:
sudo ./RetroPie-Setup/retropie_setup.sh
The same windows as for the installation shows up. - Go to Configuration / Tools > Skyscraper.
You get a configuration menu like this:
- From here you can configure everything you want.
Then click on “Gather resources” to start the process.
Pick the systems you want to scrape and click OK. - If you see game descriptions on your screen, that’s good news.
But you won’t be able to choose if you want to keep the current information or overwrite it. - You can now exit this tool and reboot your Raspberry Pi:
sudo reboot
Tip: Command lines can be a pain to memorize. I put the essential Linux commands on a printable cheat sheet so you don't have to keep googling them. You can grab the PDF here if you want to save some time.
After the reboot, you will see in Emulationstation the new information.
Here is the same example with Mortal Kombat:

As you can see, the picture is not the same, it’s often better quality with this service.
Manually scrape on Retropie
Ok, so maybe you already knew how to do this automatically, but you were not happy with the result. Or maybe you want to use custom images.
Bonus tip: Once everything is set up, you’ll want a few good games to try right away. I listed some of the best ones with download links. Grab the list here.
You might also like: 7 Hidden Raspberry Pi Features You Should Be Using
Here is how to scrape manually on Retropie:
- Connect to your Raspberry Pi by using SFTP.
You can do this with FileZilla or WinSCP.
Check this post if you don’t know how to do this (once connected, continue here). - Go to the Emulation Station folder in the home directory (.emulationstation).
(It’s generally a symbolic link to /opt/retropie/configs/all/emulationstation, you’ll be redirected to it). - Then go to downloaded_media folder and pick a console.
Pictures are in the screenshots folder.
So, for example, the full remote path might be:/opt/retropie/configs/all/emulationstation/downloaded_media/snes/screenshots
I can see here the 3 pictures corresponding to my games for the Nintendo SNES.
Now, you have two cases:
- Update an image (if you don’t like the automatic one):
- Download the current picture (Right-click > Download with Filezilla).
- Open it with your favorite image editor, and change everything you want.
- Upload it with the same name and same extension (.png) in this folder.
- Create an image for another game:
- Create a new empty picture in your editor.
The size of my screenshots are 640×480, so use the same. - Save it with the same name as the ROM file, with a PNG format (transparency allowed).
- Upload it in the corresponding screenshots folder.
- Create a new empty picture in your editor.
Here is an example with a custom image for the same game again:

Still stuck after following this guide? Drop your question in the RaspberryTips Community — real Pi users answer fast. Post your question here.
Conclusion
That’s it, I hope this was useful for you, and that you finally find out how to use a scraper effectively (both automatic and manual solutions).
There are other sources available, consider reading the official wiki on Github, or search in Google for “retropie scraper sources”.
If you want to go a bit further and improve Retropie’s default interface, I highly recommend checking out the best themes for Retropie in this other article. And if you are new to Retropie, I suggest you check out these related posts:
Not getting the same result?
Even when you follow every step, small differences in OS version, hardware or config can change the outcome. Instead of wasting time guessing, get help from people who have already fixed the same kind of issue.
- Get help on your exact issue
- Access step-by-step videos for tricky setups
- Browse the website without ads
