facebook-scraper
facebook-scraper copied to clipboard
Can't find full page info
Is it possible to get the subscriber count from this "weighbridgesoftware" page?
from facebook_scraper import *
from pprint import pprint
html = get_page_info("weighbridgesoftware", cookies="cookies.txt")
pprint(html)
{'about': 'Category\n'
'Software Company\n'
'Contact info\n'
'Ahmedabad, India\n'
'Address\n'
'/weighbridgesoftware\n'
'Facebook\n'
'Basic info\n'
'Birthday\n'
'Page transparency\n'
'See all\n'
'Facebook is showing information to help you understand the purpose '
'of this Page.\n'
'July 6, 2011\n'
'Creation date\n'
'Admin info\n'
"This Page doesn't have any other admins. Additional admins may have "
'permission to post content, comment or send messages as the Page.\n'
'This Page is not currently running ads.\n'
'Life events',
'name': 'Imagic Solution'}
Process finished with exit code 0
Sure, try latest master branch, https://github.com/kevinzg/facebook-scraper/commit/c0e38bfacb7ba6759f64672fbb4ec7c94c304ac2 should fix extraction for this page