Jul 10, 2019 09:40 AM
Hi Airtable Community,
I’m looking to pull Facebook engagement metrics for URLs in a view of my Airtable base. I have the URL field in Airtable, and I would like a second field that pulls the total likes, comments, shares, etc.
Any ideas on how to do this with free or paid solutions? Ideally, I’m looking to not be reliant on a paid subscription. Many thanks!
Column A | Column B
URL A | 100 shares
URL B | 50 shares
Resources:
Graph API Engagement
Jul 10, 2019 08:59 PM
My gut says that either Zapier or Integromat could be used to pull in this data. Both have free accounts, and both have means to let you call external APIs and process the returned data. Integromat also has some built-in Facebook integration (including an action called “Get Post Reactions” that may be useful). Zapier has some Facebook-related actions, though by their names they don’t look relevant to what you want. You may be better off just calling Facebook’s own API and processing the return.
Mar 25, 2021 02:36 AM
I’m also interested to know if this is possible with scripts. If one of the experts could pitch in on the feasibility, I’d be more than glad to be involved in creating one
Mar 25, 2021 09:32 AM
I haven’t tested it, but my gut says that a script should work, either in the Scripting app or via a script action in an automation. It’s like any other API call. Pass the proper request and it should return the desired result.