kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.27k stars 611 forks source link

Cant get Page Info (Followers) #983

Open LukeSetzer opened 1 year ago

LukeSetzer commented 1 year ago

Hello, i try to scrape the followers from the site but it only gives me the "name"

from pprint import pprint
from facebook_scraper import get_page_info

pprint(get_page_info('Oberrheinhandelsunion'))

output

{'name': 'Oberrhein-Handels-Union GmbH & Co. KG | Facebook'}

kevb10 commented 1 year ago

have you tried with cookies?