Retrieve posts from a public Facebook page?

Hello,

I would like to know if it is possible to retrieve messages with their link, posts from a public Facebook page?
I have tried many times with electroneek, I have never succeeded.

Thanks in advance

Hi @laclac,

To automate data extraction from Facebook, you have two options:

  1. Use the official Facebook API:
    You must follow Meta’s requirements and enable the API for developers. It is essential to review the official Facebook documentation on how to use the Graph API to capture data from posts and comments.
    More details about API calls and available parameters are in the reference documentation.
    You can use the HTTP Request activity from Studio Pro to fetch the necessary Facebook data.

  2. Automate the web interface (Web UI):
    Use the Web UI activities offered by Studio Pro, such as Web Scraping and Scrape Structured Data, to capture the necessary data directly from the public Facebook page using the UI.

I hope this information is useful to you!