Web scraping

Comehere123

Newbie
Joined
Aug 21, 2023
Messages
2
Reaction score
0
Hey,

I’m looking for an onlyfans experts or software dev. Got two questions.

1. Is there a way to find onlyfans models based on their country/city ?

2. Is there a way to filter onlyfans accounts by the amount of subscriptions they have or likes received?

Maybe some sort of web scrapping tool would help with that ? Anyone got any idea how to achieve that?
 
Not sure if OF has a captcha. But with python you can pull any html with the python requests library. Parse it with beautifulsoup, and extract what ever data you need. It's pretty agnotistic over all websites, not just OF.

You could also try using selenium
 
You need headerless browser libraries (choose one for your language). Also you could use some of SaaS scraping API.
 
It depends on what language are you using. For this particular purpouses you can use selenium(for python), puppeteer for Node. there are also few libraries to bypass captcha for them
 
Back
Top