facebook-scraper icon indicating copy to clipboard operation
facebook-scraper copied to clipboard

Scrape Facebook public pages without an API key

Results 232 facebook-scraper issues
Sort by recently updated
recently updated
newest added

after run "write_posts_to_csv" it show "Couldn't get any posts" (please see the detail as below) . could you please suggest me what should I do next to solve its. Thank...

Hello I tried to scrap a group facebook. It is this groupid : https://www.facebook.com/groups/353587895099778/. It is a public group. there is my code for post in get_posts(groups/353587895099778/, pages = 10,...

When scraping a page's data, `post_text` key value is missing and only returns a blank string. Back in December, I was able to pull all posts from the page that...

Hello, since today, extractors.py raises an unmanaged KeyError exception in correspondance of line 1229: `data_ft_json = self.element.attrs['data-ft'].replace("\\\\", "\\")` The exception should have been caught by the KeyError handler placed below....

Hello there, thank you very much for the work on the scraper. I was wondering if it was possible to provide such a link as this https://www.facebook.com/media/set/?set=a.132891135604090&type=3 and have the...

``` def extract_individual_post(self, post_url, cookie): start_url = None def handle_pagination_url(url): global start_url start_url = url posts_df_list = [] comments_df_list = [] replies_df_list = [] fbpage_id = post_url pi=0 all_posts =...

Hey all, Apologies if this is a simple question to answer, but I was wondering how I could assign a specific part of the output of "getprofile" for instance: a...

Hi, Thanks for the module, it is versatile. I can make it work as expected in Windows, but when I move my script to Ubuntu, it cannot run with warning...

I don't know if anyone have encountered this issue or it's a problem of mine, but for some profiles, I see that they have friends in their profile (_facebook.com/{profile}/friends/_) but...

Hi, Is there a way of getting the email addresses of public Facebook pages? get_page_info extract all other information from the about section except email in my case, so is...