Help

Pull Facebook Metrics for URLs into Airtable with Graph API

1517 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Jared
4 - Data Explorer
4 - Data Explorer

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:

899ea69903f16640e7d0de23a84d39e993880c33.png

Graph API Engagement - Documentation - Facebook for Developers

Graph API Engagement


https://www.sharedcount.com/api-docs/getting-started

3 Replies 3

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.

Jarvis
7 - App Architect
7 - App Architect

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

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.