Jun 19, 2019 08:32 AM
Hi,
I’m new to Airtable programming, so I apologize if this is obvious for the most of you…
Is it possible to directly retrieve external data from another website (through their API) ?
I’m working on a personal movie db, and it would be nice, that if I give in a column the unique IMDB id, it will get me the IMDB rating automatically in another column ?
If not possible via Formula, how should I proceed ?
Thx for any helpfull reply
Dec 14, 2020 12:43 PM
Where is the link to the step-by-step video?
Oct 02, 2021 10:56 PM
Worked well with you solution. Thank you.
Im using OMDB based on your instruction to grab a lot of metadata from IMDB id (for ex: rating from tt3896198)
Another guide is grabbing image attachment instead of URL can be found here by user SDOK_Blog
Nov 14, 2021 11:37 AM
@W_Vann_Hall - thanks for this, I managed to create a flow whereby I complete a task (in this case a movie) on Todoist and the flow populates Airtable with the movie details and my comments on it and in one click, the Airtable creates a nice page with everything on it! Great!
I do have one issue however, and that is I have to change the title on Todist to just the movie name, as opposed to a link for it to work. What I’d like to do is get Integromat to pull out the title from some code. So for example, the code is: The Courier, I just want to extract “The Courier”, I can not for the life of me figure it out! Can anyone provide any advice?
Apr 01, 2022 05:26 PM
This has been a great thread thus far. I followed the steps above to get something similar going for a volunteer-operated theatre’s website.
You can alter the Zapier zap slightly by creating a button within Airtable to trigger the zap. This worked much better for my situation.
Here’s a script tutorial you can follow to add to your scripting app within your base: airtable-send-data-to-webhook.js · GitHub
Change your trigger within Zapier to catch a webhook. Paste your Zapier webhook into your script and follow the rest of the instructions both above regarding OMDB, and the script instructions I posted above.
Oct 26, 2022 02:21 AM
Awesome guide!
Another way to easily import external data into Airtable is the free Data Fetcher extension. It’s got dozens of Airtable integrations you can use to import data without code.
You can also use custom requests to connect to any REST API.