I would like to know if it is possible to synchronize the number of followers of an Instagram or LinkedIn account with Make to Notion. Thanks in advance
I would like to know if it is possible to synchronize the number of followers of an Instagram or LinkedIn account with Make to Notion. Thanks in advance
For any Instagram public scraping, I suggest using a third-party API. This way you donât need a direct connection to those accounts.
Here are some Instagram APIs on RapidAPI: All Results For âinstagramâ
Use the HTTP âMake a Requestâ module:
Authentication type: API key
Connection: Reuse an existing RapidAPI connection, or add one:
x-rapidapi-key<YOUR_RAPIDAPI_KEY>URL: Copy the endpoint URL from the endpoint test page
â follow the Red underline/arrow shown in the screenshot
Header: Add a header with Name x-rapidapi-host, and the API Host as the Value
Copy the API Host from the endpoint test page
â follow the Blue underline/arrow shown in the screenshot
You can reuse this RapidAPI Credential âkeychainâ connection for all APIs on RapidAPI â youâll just need to change the x-rapidapi-host header value based on the API you are calling. One easy way to do this is simply copy/clone this module that youâve set up!
â @samliew
Thanks a lot, but when I run the scenario, I have this error : InvalidConfigurationError
Forbidden
{âmessageâ:âYou are not subscribed to this API.â}
Youâll need to go to the individual API page on RapidAPI and pick a plan too. Sorry this was implied if you want to use an API.. This is how they track usage.
You can do this by clicking on either of these to go to the pricing page:
Hope this helps! If you are still having trouble, please provide more details.
â @samliew
Thanks a lot.
Ok so now RapidAPI is set. But now I donât understand how to have suscribers numbers after, could you help me ? Thanks !
It depends on which API you used. Which was it?
Could you tell us more about what youâve done so far with your scenario?
It looks like your post has omitted how your scenario and modules are set up, and the data that is passing through those modules.
We need to see what youâre working with to give you the best advice. Screenshots are important because Make is a visual editor â a picture provides us with more context.
It would help us identify the issue by having screenshots of:
Please directly upload screenshots into the post editor. Using the forumâs image hosting allows for zooming in when clicked, and avoids third-party cookies or tracking.
Taking Screenshots
- Microsoft Windows: Take screenshots using the âWindows Snipping Toolâ, by pressing either PrtSc or WinShiftS keys on your keyboard.
- MacOS: Take screenshots by pressing CommandShift4 keys on your keyboard.
Uploading Images
Providing your scenario will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return. This would benefit you in implementing our suggestions as you can view screenshots of the changes or paste corrected modules back into your scenario.
A. Export Blueprint
In the scenario editor, click the three dots at the top-right, then select âExport blueprintâ.
You can upload files and images to this forum by clicking on the upload button:
Uploading an attachment here will look like this:
blueprint.json (12.3 KB)B. Create Public Share Link
In the scenario editor, click on the Share button:
Read more about the scenario sharing feature in the Help Centre.
Please provide the Output bundle of each of the relevant modules from the Scenario History, or by re-running the scenario.
Click on the white speech bubbles on the top-right of each module and select âDownload output (or input) bundlesâ.
A. Upload a Text File
Save each bundle contents in a plain text editor as a
moduleNumber-output.txtfile. Open the file to check if it has not added additional formatting or encoded the plain text.
You can upload files and images to this forum by clicking on the upload button:
Uploading an attachment here will look like this:
module1-input.txt (1.2 KB), module1-output.txt (3.4 KB)B. Insert a Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the bundles AND format them correctly with the âPreformatted Textâ (code) button in the rich-text editor. Otherwise the forum software will change the content, making them invalid!
Formatting IS Important!
Here are some ways to provide text content in a way that it wonât be modified by the forum.
Method 1: Type code fence manually â
Manually type three backticks```in a separate line before and after the content, like this,``` text goes here ```Method 2: Highlight the pasted content, then click the preformatted text/code button â
Method 3: Upload your file elsewhere and share the public link â
This method is only advised for large files exceeding the forum upload limit.
Providing the Output bundle will allow others to replicate what is going on, especially if there are complex data structures (like nested arrays and collections) and data from external services. This helps us with answering your question with valid examples, like mapping raw variable names (instead of the label/display name).
Sharing these details will help you get better answers, faster.
â @samliew