Beginners Intro to Pulling API Data into Google Sheets [BONUS: Secret APIs]

  Рет қаралды 33,642

mixed analytics

mixed analytics

Күн бұрын

Пікірлер: 59
@ruud.de.groot.
@ruud.de.groot. 10 ай бұрын
Sir, you're a wizard. Thank you for this.
@jacquestroussard9857
@jacquestroussard9857 Жыл бұрын
This is a really well made video, well done. Side note, you've got the most epic eyebrows! =D
@synai9156
@synai9156 Жыл бұрын
What about if you need to log in into a page to get access, can you scrape the data from there somehow with auto log in as well or it's not possible?
@FancyZardosi
@FancyZardosi 3 ай бұрын
Liked and subscribed❤
@jamieukulele
@jamieukulele 3 жыл бұрын
Awesome video - in your previous video re transfer crypto info from coingecko to google sheets. How do i get info from one sheet into another sheet. Do I just copy and paste?
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Hellooo, Easiest way to do this dynamically from one sheet to another is use the =nameOfSheet!A:Z. If you want to send it to another spreadsheet (I mix the terms up constantly), use the =IMPORTRANGE() function
@Valnurat
@Valnurat 10 ай бұрын
Can you do a video on how to have authentication converted to base64?
@ucvietnguyen2115
@ucvietnguyen2115 3 жыл бұрын
please make a video for connecting API to get Facebook ads and Google ads into google sheets. I have read a few of your articles but it would be nice having a video about it to get more figure. Thank you so much
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Will do soon. Thanks for the suggestion!
@abdulhanan8852
@abdulhanan8852 3 ай бұрын
I want to connect Google sheets with custom chatgpt. Can you please explain the process of make video on it?
@shafaqagha
@shafaqagha 3 жыл бұрын
Very informative channel!
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Glad you think so! Got some more good stuff coming :)
@domerodriguez4588
@domerodriguez4588 3 жыл бұрын
Is there an option to run the API requests automated e.g. every day? I want to import data from a newsletter tool and subsequently import the data to data studio.
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Yes it's possible! Our premium plans allow for automation as frequently as hourly. It sounds like for your use case though, the Pro version should be sufficient. New users get 14-days free of pro mode, so give it a go :)
@hockeyOK
@hockeyOK 3 жыл бұрын
Thanks, this video is really great and simple
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Glad it was helpful!
@TheBuilder
@TheBuilder 3 жыл бұрын
I like your style
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Thanks :D Stay tuned for more!
@siddharthnibjiya
@siddharthnibjiya 2 жыл бұрын
hey your tool is really cool!
@mixedanalytics
@mixedanalytics 2 жыл бұрын
Thank you :):)
@tinkievonjin3893
@tinkievonjin3893 3 жыл бұрын
this is awesome, thanks!
@mixedanalytics
@mixedanalytics 3 жыл бұрын
You're welcome!
@desto3483
@desto3483 3 жыл бұрын
Thanks for the great tuto. Just subscribed! I have a request for you. Is it possible to pull the prior day's OHLC of all coins from Binance (or other easier exchange to avoid the Binance 403 error :) ) into google sheets? For example: Symbols PriordayOpen PriordayHigh PriordayLow PriordayClose BTC/USD 1.2 1.5 1.1 1.3 BTC/ETH 1.2 1.5 1.1 1.3 ETH/XRP 1.2 1.5 1.1 1.3 etc. How do you that?
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Thanks for following Desto! Got some more cool stuff coming :) That darn 403 error is giving like every developer headaches for both us and our users lol. It's just cause Binance's service is used so heavily, they have to put in super conservative traffic limits (I guess) to keep their servers online. Anyway, the above is possible using the kline /api/v3/klines endpoint here: binance-docs.github.io/apidocs/spot/en/#kline-candlestick-data but then you would also add &startTime={yesterdayDateUNIXtime} appended on the end
@MrMayankpasi
@MrMayankpasi 2 жыл бұрын
Hi i need some answers 1. I have an automatically calculations sheet and i need to sand it it answered values on my api link........ Plz halp
@Osirls
@Osirls 2 жыл бұрын
This looks great but I'm concerned about the security of the data if using a 3rd party tool. Do you have any tips how to achieve the same thing with just a script in Google sheet or at least an open source tool?
@mixedanalytics
@mixedanalytics 2 жыл бұрын
API Connector runs entirely through Sheets and is secure, but if you'd like to make your own script, I suggest checking Ben Collin's blog for tutorials on that.
@1971dejandim
@1971dejandim 2 жыл бұрын
Excellent
@emmanuelnyanful1433
@emmanuelnyanful1433 2 жыл бұрын
Great work and thank for this video. I will subscribe to your channel. Can it do that for all API?
@MarkPhipps-MochaVegan
@MarkPhipps-MochaVegan 3 жыл бұрын
Great video, thanks! I want to build a dashboard for my wife's digital marketing company. Right now she has multiple clients running multiple campaigns in FB ads that she manages. Is mixed analytics the way to go so that she can see things like cost per lead and have it update periodically instead of having to continuously go into FB to get information?
@mixedanalytics
@mixedanalytics 3 жыл бұрын
You can absolutely do that! We have a pre-built one that uses JMES path, but you could hack away another way by using a dump sheet from the API then routing the columns you want to a new sheet. Anyway, here is the dashboard we pre-built: mixedanalytics.com/knowledge-base/import-facebook-ad-data-to-google-sheets/#num11 Let me know if you have any other questions!
@cristianedeataide1
@cristianedeataide1 2 жыл бұрын
That’s was great! Thank you!
@alecthecatholic3380
@alecthecatholic3380 Жыл бұрын
Holy crap. Coding is awesome
@sergey-mihaylov
@sergey-mihaylov 2 жыл бұрын
Great app, just what I was looking for. May I ask how safe is it? If I provide keys and tokens and fetch a bunch of customer data - does the app developer have access to it? Or is end-to-end encrypted connection? Many thanks.
@mixedanalytics
@mixedanalytics 2 жыл бұрын
Thanks! The developer does not have access to your keys or tokens, all data is stored in your sheet only and requests run through Google's servers.
@sergey-mihaylov
@sergey-mihaylov 2 жыл бұрын
@@mixedanalytics thank you, in this case I will install it and give it a go. If it suits our needs, I may even go for the paid version. Thank you
@richardgao1882
@richardgao1882 3 жыл бұрын
Could you go over apis that require pagination? Ie. if the request returns 10 records, and a value for how many pages there are (ie. 5 pages) and the current page you are on (ie. page 1)
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Sure I could do! But you should be aware that pagination is a premium feature: mixedanalytics.com/knowledge-base/pagination-handling/
@GaryJones-wd5ve
@GaryJones-wd5ve 2 жыл бұрын
This doesn't appear to be working anymore. Is it possible that something changed for leetcode or the way google spreadsheet works?
@mixedanalytics
@mixedanalytics 2 жыл бұрын
What error messages are you seeing?
@Mr_MicDaniel
@Mr_MicDaniel 3 жыл бұрын
I have an API am trying to connect to but it needs username and Password to access, how can i get pass this
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Hey Mbazu, I'm not sure which API you are connecting to, so I can't really tell you how to connect without more details. I suggest head over to our Reddit channel and leave a post there with information about the domain and what you want to do so our support crew can help :) Here's the link: www.reddit.com/r/api_connector/
@emmanuelnyanful1433
@emmanuelnyanful1433 2 жыл бұрын
it give me error when I try doing the same tutorials you are doing. why?
@mixedanalytics
@mixedanalytics 2 жыл бұрын
What error do you see?
@52weekhigh11
@52weekhigh11 3 жыл бұрын
I got a 403 error; i'm not subscribed to this API. Any idea?
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Hmm, that's probably a rate limit you are hitting. If you check out our reddit page you can see if anyone else has been having a similar issue www.reddit.com/r/api_connector/
@palleter00
@palleter00 3 жыл бұрын
¿how to create a button to run the api in google sheets?
@mixedanalytics
@mixedanalytics 3 жыл бұрын
This is probably what you are looking for: mixedanalytics.com/knowledge-base/importapi-custom-sheets-function/#num6
@cosemp1286
@cosemp1286 3 жыл бұрын
Yes Great Video! I was wondering if you had a spreadsheet created with column A(Name), Column B(Street) and it has information on rows 1 thru 12 and you want to import the rows 13 and on with the API from Another site with the same A(Name), & B(Street) Column. will this populate from 13 on with the new information from the site. Or does this extension overwrite the other rows 1 through 12. Can you import into specific rows/fields? Goal is have a program that collect data from one source example appsheet that fills the rows with new information collected, and have another web site collecting data from the public and you wan to marry the two together. So both Website and appsheet add new information the rows. Example appsheet user have filled rows 1 thru 12 with Name & Street, I want to fill row 13 + with information from the website with Name and Street info. Is this possible to too?
@mixedanalytics
@mixedanalytics 3 жыл бұрын
Hi great question! So I've actually recently started tinkering with AppSheet and API Connector to see how well they play with each other. So theorereitcally you could just change the settings in API Connector from "overwrite" to "append" and you would be able to accomplish what you are talking about? As for specific fields/rows, there are two ways to accomplish that depending on the API you are pulling from. One, you could check the endpoint and filter it accordingly. The second option would be to use our built-in JMES path for filtering the raw JSON that comes back to you (read more here: mixedanalytics.com/knowledge-base/filter-specific-fields-values/). Please note that last option is a premium feature.
@gufranmirza7760
@gufranmirza7760 Жыл бұрын
This not working
@cgc2300
@cgc2300 7 ай бұрын
hello
Import Shopify Data to Google Sheets
10:12
mixed analytics
Рет қаралды 16 М.
Подключаемся к API с помощью Google Sheets Apps Script
28:19
Алексей Куличевский
Рет қаралды 47 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Apps Script UrlFetchApp API, Get JSON data, Build Google Sheets Function, Advanced Tutorial
47:18
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 152 М.
Use Python To Import Data to Google Sheets
14:40
Daniel Otto
Рет қаралды 12 М.
How to access an API with Google Apps Script
9:52
saperis
Рет қаралды 70 М.
10 INCREDIBLE things Google Sheets can do Right Now!
13:27
Jeff Su
Рет қаралды 74 М.
Import CoinMarketCap Data to Google Sheets
10:14
mixed analytics
Рет қаралды 52 М.
Convert Google Sheets into a REST API
14:10
Better Sheets
Рет қаралды 15 М.
Control Google Sheets with Node.js / JavaScript (v4 API)
25:51
James Grimshaw
Рет қаралды 125 М.