Basically what I’m trying to achieve is to have a contact property that is the amount of followers a contact has on Instagram. I wanted to ask is it possible to create custom contact properties that gets the source data from an external site/location in this case the number of Instagram followers a given contact has as a numerical value?
So yes, it's possible but it would require Custom Code.
But...
Because of all the privacy issues there's been lots of changes in what you can - or can't - access. It looks like Instagram is shutting down access to most of the API access and/or limiting it to business plans.
So, if you (or your developer) did go the Custom Code route you'll need to research what access is still available and how long for.
Let me know if my explanation is too geeky (I don't get out much ;o)
According to Instagram the APIs (used to get the account data) are no longer available:
...Instagram Legacy API permission ("Basic Permission") was disabled on June 29, 2020. As of June 29, third-party apps no longer have access to the Legacy API.
Zapier can't access anything other than posts.
Have a look at Fanpage Karma – you may get the information you want. But, from last time I checked, the way their API works it may be cost prohibitive.
As mentioned earlier the abuse by some companies has meant most of the APIs used to get user data have been shut down.
So yes, it's possible but it would require Custom Code.
But...
Because of all the privacy issues there's been lots of changes in what you can - or can't - access. It looks like Instagram is shutting down access to most of the API access and/or limiting it to business plans.
So, if you (or your developer) did go the Custom Code route you'll need to research what access is still available and how long for.
Let me know if my explanation is too geeky (I don't get out much ;o)
Before we jump on a call to learn more about your goals I will get one of our team to look at the Instagram API and just make sure we can get the information you need.
To clarify:
1. you enter the Instagram Name into HubSpot
2. the custom code auto-magically finds out the number of Instagram Followers and populates a Custom Property in HubSpot.
Thinking ahead it would be ideal if that number updated automatically daily/weekly (because the number of followers would change over time).
Question:
What version of HubSpot are you using? e.g. Marketing Pro
We're based in New Zealand so it will be later in the day (our day) before we get back to you.
That would be perfect please email me and would love to get this sorted. I can add the usernames of contacts but follower count is what I would need adding as a property that auto updates at least once a day
After Facebook's scandals around privacy they turned off most of the APIs (the method we use to pull data from Instagram). Even the APIs that return public data have been turned off.
However, we did find way...
No guarantees it won't be shut down in the future (Facebook makes the rules).
Keen to learn more about your goals (how you use the information) and if there's any other useful information we can save into HubSpot. I will send you a meeting link, and my contact details, in a private message.
According to Instagram the APIs (used to get the account data) are no longer available:
...Instagram Legacy API permission ("Basic Permission") was disabled on June 29, 2020. As of June 29, third-party apps no longer have access to the Legacy API.
Zapier can't access anything other than posts.
Have a look at Fanpage Karma – you may get the information you want. But, from last time I checked, the way their API works it may be cost prohibitive.
As mentioned earlier the abuse by some companies has meant most of the APIs used to get user data have been shut down.
Can you share the workaround you found for this please?
I need this for Instagram, Facebook and Twitter.
I was originally using syntax in a Google Sheet, that would pull this data. And then used Zapier to search for it and update a contact property in HubSpot. But that method isn't reliable and requires a ton of Zapier tasks to do.
Jun 30, 202411:46 PM - bearbeitet Jul 4, 20241:40 AM
Mitglied
Capture Instagram Information
lösung
What you're looking to achieve is definitely possible, but it requires a bit of technical setup. Here are the steps you would typically follow:
Instagram API Access: First, you need access to Instagram's API. You'll need to create an Instagram Developer account and register your app to get the necessary API keys.
Data Extraction: Using the API, you can extract follower count data for specific Instagram accounts. This requires programming knowledge in languages like Python, JavaScript, or similar, to make API calls and handle the data.
Integration with Your System: Once you have the follower data, you'll need a method to push this data into your contact management system. If your system supports custom contact properties and has an API, you can create a script or use a service like Zapier to automate this process.
Regular Updates: Since follower counts can change frequently, consider setting up a cron job or scheduled task to update this data at regular intervals.
If you're not familiar with programming or APIs, you might want to involve a developer or look into third-party services that offer social media data integration. It can be a bit complex, but once set up, it should run smoothly and provide the data you need.
Hope this helps! Let me know if you have any other questions.