DEV Community

Tarantino
Tarantino

Posted on

Facebook Scraper to access public data

Kevin Zúñiga’s Facebook Scraper is a handy tool for tech aficionados that enables them to quickly and conveniently gather data from Facebook without obtaining an API key. This Python code can be downloaded from Github and is customizable, allowing users to select the speed of the scraping, filter results, and scrape data from a profile’s about section, friends, admins, members and groups. Moreover, it can also generate RSS feeds from Facebook pages.

Facebook Scraper project github link: GitHub – kevinzg/facebook-scraper: Scrape Facebook public pages without an API key

Also here you can read about why Facebook Scraping is useful for businesses and why people do that: Facebook Scraper: Scrape public Facebook data with Python easily

Top comments (0)