So I’ve been doing a lot of side project work lately – mostly building out a personal portfolio site and a couple of demo apps I want to show recruiters. The problem I keep running into is images. Specifically, I want decent stock photos for mockups and UI demos, and I keep landing on Getty Images in Google results, clicking through, and then finding out I can’t use anything without paying a licensing fee I definitely can’t afford as a student.
I started looking into whether there were any workarounds or downloader tools – the kind of thing where you paste a URL and get the file. Turns out this is a whole rabbit hole.
The short version of what I found: most dedicated “Getty downloader” tools that pop up in search results are either dead, sketchy as anything, or just scraping the preview watermarked version anyway. The watermarked low-res version is technically freely visible in the browser, so some tools just grab that, which isn’t really useful for anything professional.
Here’s the thing though – the question of why people want this in the first place is worth talking about. Most of the time it’s not to steal commercial photos. It’s because:
- Someone needs a reference image for a mockup or prototype
- A designer wants to check composition before licensing
- A dev like me just needs something placeholder-quality for a demo
For actual commercial or portfolio use, the risk-reward on unofficial download tools is not worth it. Getty’s legal team is known to be aggressive. They’ve sent invoices to people who used watermarked images – even accidentally – and the invoices are not small.
The better paths I’ve found:
Unsplash and Pexels are obvious starting points. Free, high quality, actually licensable. The selection isn’t as massive as Getty but for most standard categories it’s more than enough.
Adobe Stock free tier – less known, but Adobe offers a batch of free images monthly if you have a Creative Cloud subscription. Even the free tier gets you some usable shots.
Wikimedia Commons – surprisingly good for editorial and historical images, especially if your project has that kind of angle.
Google Images filtered by license – most people don’t know you can filter by “Creative Commons licenses” directly in the Tools menu. Not perfect, but useful for quick searches.
For scraping Getty previews specifically: yes, tools exist. Some browser extensions, some Python scripts floating around on GitHub. But the watermark is embedded and the resolution is low – it’s not actually useful for anything beyond a rough mood board. And even that is legally grey territory.
Anyone here actually solved the “I need decent stock photos for non-commercial personal projects” problem in a way that doesn’t involve either paying or risking a legal letter? Curious what workflows people use.