DEV Community

Discussion on: Scraping Facebook groups using Python? Avoid getting blocked with Crawlbase

Collapse
 
ashishshetty profile image
AlphaSierra • Edited

That's why I said to use selenium. It fools servers to think that an actual user is browsing. Although this will not be feasable if your internet connection is too slow. Here checkout this project of mine where I have used selenium to scrape amazon: github.com/Shetty073/amazon-top-de...

Edit: Also instead of scraping please checkout facebook's API, you might get what you want easily without scraping.

Thread Thread
 
yellow1912 profile image
yellow1912

I'm not sure. Perhaps my use case is different. I scrap Instagram images for my users (scrap their own accounts). Since there are so many users, so many accounts, I always end up going over rate limit.

Thread Thread
 
pushkarsingh32 profile image
Pushkar Kathayat

selenium is slow af