Help

Fetching an external API (yelps API) with airtable

Topic Labels: API
1975 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Cristian_Romero
4 - Data Explorer
4 - Data Explorer

Hi,

I want to fetch yelp API just how I would fetch it in postman and save every contact in the excel sheet.

does anyone have a youtube tutorial or step by step how to?

3 Replies 3
Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

The newly introduced Scripting Block would be able to help you connect to the Yelp API.

Check out this link for a more detailed explanation as to how the Scripting block works.

If the requirement is to push Airtable data into Microsoft Excel, the Excel sheet must exist as an addressable entity, namely in Office365 which exposes the target sheet via this API.

But your question is in conflict with the title of this post. The title suggests you want to move data between Yelp and Airtable, but the text asks about Microsoft Excel. Did you really mean Airtable? Or Excel?

In any case, you can approach this in many ways including Script Blocks and the Airtable API in modern scripting languages.

Hey Bill, I am sorry I meant Airtable.

The idea is to fetch the data from Yelp - and store the values I need in my Airtable tab.

but i havent found much luck putting a nice solution together.