Profiles pictures in bulk

PinnerMe

Junior Member
Joined
Nov 19, 2014
Messages
142
Reaction score
32
I'm looking for some profiles pictures in bulk, I was searching for a method to get these images from Instagram of facebook. but I didn't find anything.
Anyway... Does anyone out there have an archive or source of mass amounts of male/female photo images to use for profile pics in social sites? It would be great to find a resource to share.

PM me. please! thanks
 
Just go to thispersondoesnotexist dot com and start saving photos.

I'm sure you can figure out how to automate this so that you can have them in "bulk"
 
Just go to thispersondoesnotexist dot com and start saving photos.

I'm sure you can figure out how to automate this so that you can have them in "bulk"

This person does not exist is really cool but, if I remember correctly a lot of their images have HUGE deformations with areas of peoples faces being fuzzy and possibly inverted (teeth can be creepy).With that being said they are a pretty high resolution so you could just compress them to remove some of the bad. If you go to their website with /image at the end it will generate the page as an image and im sure you could find or make a page scraper that pulls images on a loop.
 
Some years ago I used the "russian facebook" vk.com to scrape profile pictures. They have some nice search features like: show only profiles with pictures, search specific countries, show only from specific age ranges etc.
 
with simple python or selenium script you can scrape pics from thispersondoesnotexist.com
1. get image by DOM element
2. refresh the page
3. get image by DOM element
repeat
 
I suggest a custom python script that scrapes the SM site of your choice. Use a super proxy and thread/pool the script and you can scape TONS of whatever you want.
 
Back
Top