Skip to main content

Update data from external links (Instagram, Twitter, Spotify...)

  • February 7, 2023
  • 5 replies
  • 394 views

Forum|alt.badge.img+2

Hello, I have built a table with links to spotify, Instagram, twitter and tik tok and I also include the number of followers of each of the artists in the table. I update this data by hand and I would like to know if there is a way to automate this update or to do it on demand for a previously selected group of artists. Thank you!

5 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Hm, you could potentially do this with a webscraping service, but you'd need to have a fair amount of JavaScript knowledge to deal with that I reckon.  Super interested to hear options from other people though!


Forum|alt.badge.img+1
  • New Participant
  • June 12, 2025

That’s a great project! Automating follower counts for platforms like Spotify, Instagram, Twitter, and TikTok is definitely possible using their respective APIs (Spotify, for instance, has a well-documented public API). You could write a script to fetch and update the data either on a schedule or on demand for selected artists. It’ll save you a ton of manual work in the long run!


Forum|alt.badge.img

You can try using APIs from each platform with a tool like Make or Zapier to fetch follower counts and update Airtable automatically. Might need some token setup, but it's doable and saves a ton of manual work.


ibayub
Forum|alt.badge.img+10
  • Participating Frequently
  • January 2, 2026

i’ve helped a few social media agencies do this - depending on your technical level there are a few options. easiest would be using Apify for social media platforms and data fetcher or make/zapier and you could run an airtable automation on a schedule (e.g. every day, week, etc.) to call the API and update the relevant fields. spotify you can do direct. 

 

happy to jump on a call if helpful!


  • New Participant
  • March 20, 2026

I’ve actually worked on something similar, and manually updating follower counts can get tedious really quickly. What helped me was using APIs or simple automation scripts to pull data from platforms like Spotify and Twitter, though some platforms like Instagram and TikTok have more restrictions. I usually set it up so I can refresh the data on demand for a selected list of artists instead of doing it manually every time. If you’re managing everything through this website, you could integrate a backend script or use third-party tools to fetch and update the follower counts automatically.