Web Scraping in Google Sheets! (IMPORTXML FUNCTION)

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 181

  • @mrado12
    @mrado12 Рік тому +2

    I have been looking for YEARS for a formula that would help me pull NBA win totals automatically -- this finally did it. Thank you so much!

  • @KnowArt
    @KnowArt Рік тому +2

    doesn't seem to work on views on youtube videos or instagram etc etc. But does work on the data you show in the video. How come?

  • @trader_gian
    @trader_gian 2 роки тому +13

    Hi! I’ve tried the formula to import the full xpat section but now the cell return #N/D so can’t find the object at the url. Any suggestions?

    • @sanjayvaradharajan
      @sanjayvaradharajan Рік тому +1

      did you find a fix? im getting the same issue

    • @EmanzASR12
      @EmanzASR12 11 місяців тому +1

      Remember to check the correctness of the URL and XPath. Additionally, keep in mind that some websites may prevent or restrict access through the IMPORTXML function due to security restrictions or to prevent unauthorized web scraping.
      If the issue persists, it might be helpful to verify whether the website in question allows access and data extraction using the IMPORTXML function. Also, consider using more advanced tools such as APIs or scripts for extracting data from web pages.

  • @tp8706
    @tp8706 2 роки тому +5

    This is great but I tried this and for some reason it says “Imported Content is Empty”. Then I tried the same thing you did for Kobe but got the same error. Is yours still working?

  • @ianbraganza5795
    @ianbraganza5795 Рік тому +6

    Great video!
    I'm blown away by this feature. Didn't realize it was that easy to scrape without using code

  • @damithdilan364
    @damithdilan364 28 днів тому

    Amazing video!

  • @mikepuno2000
    @mikepuno2000 3 місяці тому

    i have been looking this function for a long time thanks alot for sharing this wonderful ideas

  • @LuxPools
    @LuxPools 10 місяців тому +1

    How can you pull variable data from a webpage? example: Only business addresses from a listing page that gives you multiple addresses and full descriptions of each address in between the addresses. How do you scrap specific variable data like that into a spreadsheet keeping it organized and separate from the other data?

    • @AS_AK24
      @AS_AK24 24 дні тому

      Maybe you add the unfiltered data first then add another formula to delete the stuff that is not nessesary

  • @jmr
    @jmr 9 місяців тому

    Modern tools make this so much easier!

    • @MohitBadgotra-of7xu
      @MohitBadgotra-of7xu 8 місяців тому

      WHICH TOOLS PLEASE TELL ME

    • @jmr
      @jmr 8 місяців тому +1

      @@MohitBadgotra-of7xu In this case the "tool" is Google sheets. In the past I had to write programs and use functions like split or import libraries like beautiful soup and requests. Then you have to deal with error handling. One change to the page or a 404 and your entire program might crash. Often I had to reformat the data and correct character sets too. That really sucks because the errors you see aren't obvious. There is a strange version of the quotation mark you run into a lot when scraping the web. It looks the same to the untrained eye but will break stuff if you don't catch it. Google sheets in this case makes it MUCH easier.

    • @MohitBadgotra-of7xu
      @MohitBadgotra-of7xu 8 місяців тому +1

      @@jmr thank you for such a great information

    • @jmr
      @jmr 8 місяців тому

      @@MohitBadgotra-of7xu You're welcome. I hope it helps.

  • @KnowArt
    @KnowArt Рік тому

    yasss this is what I was looking for (I think... let's see if it actually works)

  • @thswan
    @thswan Рік тому +9

    nice video, thanks for posting! I've got two questions. 1) I get a N/A cell and the error is "could not fetch the url". What is the cause of this and is there any workaround? 2- Is there any way with this method to see the values changing in real time? thank you!

    • @sawyersahagun2073
      @sawyersahagun2073 Рік тому +1

      Is the site you’re trying to pull from password protected?

    • @ricardoortiz6000
      @ricardoortiz6000 Рік тому +1

      @@sawyersahagun2073 i get the same error, and yes the site is password protected

    • @alfarasyiedsyahrizad5395
      @alfarasyiedsyahrizad5395 4 місяці тому

      To make it change value in realtime, you may need to use Google Apps Script extension, and write a simple code to refresh formula.

  • @BrianBenkert
    @BrianBenkert Рік тому +1

    What would you do in the case that a website you're pulling prices from requires a log in? I have the login for the specific site i'm referencing, but what if you don't as well? More curious on how to do it if you have the login. For example, if I get specialty pricing from a hardware store that's only visible via my login, how would I automate that extraction?

  • @antonlindberg7117
    @antonlindberg7117 2 роки тому +2

    Mindblowing stuff! I just managed to web scrap off another website based on the principles here! Thanks for teaching me something new!

  • @skenderaxe5968
    @skenderaxe5968 2 роки тому +2

    Nice! What about the 'Statistics' tab? It doesn't seem to allow me access to the Xpath on, say EV/EBITDA

    • @skenderaxe5968
      @skenderaxe5968 2 роки тому

      I have a similar issue with the financecharts site

  • @sandeepkumar-js3gi
    @sandeepkumar-js3gi 2 роки тому +3

    Thanks , your video is very good. But when I use this formula, error come is - import data is empty...Pls help

  • @jennifertao5885
    @jennifertao5885 2 роки тому +4

    When I use the same function, but the cell shows"N/A". Do you have any idea what is the problem with it? Thank you!

    • @Dividendology
      @Dividendology  2 роки тому

      This may be an error on yahoo finance send as I occasionally run into this.

    • @jtporter89
      @jtporter89 2 роки тому +2

      @@Dividendology I am having the same issue scraping from any website. Any idea where I may be going wrong? Thank you

    • @listen4159
      @listen4159 Рік тому

      @@jtporter89 same issue here

    • @avrohomgurevich6951
      @avrohomgurevich6951 Рік тому

      ​@@DividendologyI couldn't even get the price for Microsoft does this still work

    • @printmohit3600
      @printmohit3600 6 місяців тому

      Yes same issue

  • @JustinWaite
    @JustinWaite Рік тому +6

    Thanks for the video but this doesn't work for me and I've seen other people get the same #N/A Error Resource at URL not found - please help.

    • @Synthetic-cs9ez
      @Synthetic-cs9ez 8 місяців тому

      Same here, the Kobe example worked but not the MSFT one. Did you figure it out?

  • @zimmamania5313
    @zimmamania5313 Рік тому

    does this update real time? If not do you know how to make it do so?

  • @sureshkumar-gy1ye
    @sureshkumar-gy1ye 4 місяці тому

    Excellent guiding video. Thanks.

  • @mikkelhansen782
    @mikkelhansen782 2 роки тому +1

    Quick question, what if the stocks I want to look at is not a US stock and the stock is listed on an other stockexhange? then the stock have a little more to its ticker, but when I try to add CO/CPH (it's a danish stockexhance) then the scraping just says Error or N/A
    what to do?

  • @jivepatrol6833
    @jivepatrol6833 2 роки тому +5

    This is a great video and I appreciate you putting it together! Thank You 🙂🙂

    • @Dividendology
      @Dividendology  2 роки тому +1

      You are welcome! I’m glad you enjoyed.

  • @Sanctimonious007
    @Sanctimonious007 5 місяців тому

    Smooth as it can be. Excellent. Liked, subscribed. 🫡

  • @naresht350
    @naresht350 3 місяці тому

    Thank you for this informative video.
    How about extracting live indicator data ,say at a particular timestamp??

  • @dérénétix
    @dérénétix 8 місяців тому

    Thank you for this helpful tutorial but is there a way to automatically update the data ?

  • @tradesbyj7112
    @tradesbyj7112 Рік тому +1

    can you make something showing how to pull a specific portion of a financial statement. For example, free cash flow. I am trying to pull that from yahoo finance and it keeps giving me an error Resource url not found. I have followed your step by step instructions. Spent countless hours and can't find any help. Can you help? I see that in one of your tables you had the price to free cash flow auto populating so I figured you would now how to at least pull free cash flow. Please help.

  • @TheWinghochui
    @TheWinghochui 9 місяців тому

    Thanks for your sharing!

  • @hotdoggyboomboom411
    @hotdoggyboomboom411 Рік тому

    thanks but some sites like similar web wont let to scrape data any methods for that . ?

  • @luiscastroalcala7576
    @luiscastroalcala7576 Рік тому

    Thank you so much from Perú . you re the best.

  • @theDemolisher13
    @theDemolisher13 Рік тому

    Great. Though I got a question what would you do if you got to a store front page that offered a price range that varies based on different options the user could pic but selecting the different options don't change the URL?

  • @globalworldmigrant
    @globalworldmigrant 11 місяців тому

    Tell me, this function works for Facebook, I need to get the number of participants from the list of groups, the name of the group description is the number of participants, it doesn’t work.?

  • @TheCPelsor
    @TheCPelsor 2 роки тому +1

    You've got to be kidding me... This is next level awesome. THANK YOU!!!

  • @earbitter
    @earbitter 11 місяців тому

    I'm running into an error. It says "imported content is empty". I've done this two or three times now and it worked for another site, but the yahoo finance site won't let me pull the data. Any thoughts?

  • @rymelo2405
    @rymelo2405 Рік тому

    I'm getting error: Resource at url not found. and as far as I can tell I'm doing exactly the same thing. Any suggestions?

  • @hameesahmedsiddiqui
    @hameesahmedsiddiqui 2 роки тому +1

    Hi bro, I want to import amazon product prices using URLs. But no matter what I do , my content is always empty. Can you help/

  • @pincer2885
    @pincer2885 Рік тому

    hey what if there's a quotation mark in the path? Can't figure it out

  • @TheCompoundingInvestor
    @TheCompoundingInvestor 2 роки тому +1

    Very interesting and useful. Will it auto refresh the page so you can see it update in real time? Or do you have to manually refresh the page somehow?

    • @Dividendology
      @Dividendology  2 роки тому +5

      Google sheets automatically refreshes typically around every 20 minutes.

  • @sadashivb5100
    @sadashivb5100 2 роки тому

    Nice video...but more than 100 ticker its take to mach time to update so any other idea to track revenue details.....

  • @erincvarol4888
    @erincvarol4888 7 місяців тому

    Hello i dont know if you ever see my message but is seems google has changed something in their settings, the inspec option is not working as one unit but it shows all text so i can not scrape anything lately... am i wrong??

  • @fedepasco8309
    @fedepasco8309 2 роки тому

    Buenos días. Consulta, porque al traer un dato de una pagina de cotizaciones, redondea el mismo y además no coincide en cantidad. El dato es 151.00 y me trae 1.600.000. Gracias

  • @jg5479
    @jg5479 2 роки тому +2

    Hey man, really like you videos so keep it up. Also like the other i too am having an error with yahoo. I have been trying to import tables off their site and when i copy paste the site and find the table number it works. However when i delete the url to input the cell where i change the ticker symbol, all of a sudden it shows N/A. I have looked at all your videos on web scrappiing ect. and tried on my own with no success on inputting the cell with the ticker. And also with the xml fuction i am also not able to scape the differnt items from yahoo or other sites. i am on a chrombook but figured that would not matter to much, and also read that it might be a javascript problem but disabled that and tried but nothing seems to work. I am not a code writer so dont know what else to try, so if you are able to find a solution please post another video. Thanks

  • @CrescentCaribou
    @CrescentCaribou Рік тому

    When I try to pull prices from Etsy, it comes up as "Price: $1.70 Loading" instead of "$1.70". Is there a way to get just the price, or will I just have to deal with it?
    It also only works sometimes with Etsy, the xpath doesn't seem to be the same on every page and I can't always find the right part to highlight... It's similar with Amazon, if the price is $5.27 the $, 5, and 27 seem to be on different parts of the code so I can't figure out what to paste

  • @Tsu-WeiYang
    @Tsu-WeiYang 5 місяців тому

    Thank you. But I cannot web scrap some ETF like GLD (gold). Can you help ?

  • @JatilenggerTV
    @JatilenggerTV 2 роки тому +1

    Very interesting and useful. Great content for all of us data nerds. Thanks!

  • @bonchanz
    @bonchanz 9 місяців тому

    Thank you nice, on the Home Screen in Yahoo its work, but not for the Split statistic. Can you make this for maybe divident yield...😊

  • @lmac222
    @lmac222 Рік тому

    Thanks for making this. It helps tremendously. My one question is, is it a different function to pull in a chart/graph of a stocks trend? I tried importxml and followed the steps and i get an error (formula parse error). Any help?

  • @muhammadkashifrashidawan9417
    @muhammadkashifrashidawan9417 2 роки тому

    great video I learn a lot but this term is not successfully applied in my scenario because i am looking to pull meta description but my code shows me "empty data" what is the solution? thanx

  • @IndianDividendInvestor-sm3xc

    Thanks brother much appreciated simple and quick.

  • @giovannicapuano9729
    @giovannicapuano9729 Рік тому

    hello, what can i do when the website doen't allow the web scraping?
    how can i import table in this case? thanks

  • @TheCrazyCartModChannel
    @TheCrazyCartModChannel Рік тому

    Do you know why some of these import take ages to load or just never load?

  • @RajatSonakiya
    @RajatSonakiya Рік тому

    can we do same web scrapping for prices of articles listed on amazon???

  • @TheReader6
    @TheReader6 Рік тому

    I cant figure out how to get levered cash flow. It doesn't seem to work for me.

  • @MuhammadAbyWicaksono
    @MuhammadAbyWicaksono Рік тому +1

    how if website need login ?

  • @cosmicnature
    @cosmicnature 4 місяці тому

    can you post a video with the formula that works? I copied the exact formula you used in the video but didn't worked at all

  • @federico-donatone
    @federico-donatone 11 місяців тому

    Does this work with linkedin?

  • @shekharb2981
    @shekharb2981 2 роки тому

    If I want chart,this method won’t work..what should I do to import stock chart pl inform

  • @looshenq
    @looshenq Рік тому

    Is webscraping a live function?

  • @johnbezos4171
    @johnbezos4171 2 роки тому

    Hey any idea how importing google trends values for a period works?

  • @dbarrantescr
    @dbarrantescr Рік тому +4

    Has anyone tried scraping from YH subsection pages like "Statistics" or "Financials" sections? I have tried scraping from there using importhtml and importxml and both seem to fail (only working in summary page)

    • @xyungn9860
      @xyungn9860 Рік тому

      Cant get it to work either

  • @davidmyre965
    @davidmyre965 2 роки тому +1

    Great content for all of us data nerds. Thanks!

  • @kyh9229
    @kyh9229 Рік тому

    Hi I wonder why it doesnt work when i do this with copying the youtube website title? Thank you.

  • @rathinmondal2001
    @rathinmondal2001 8 місяців тому

    Thanks for this video. I am able to fatch data from any site to sheet. This is very helpful . Thanks again.

  • @opportunityseeker-dm6yp
    @opportunityseeker-dm6yp 9 місяців тому

    damn!thank you for this brother super super great information

  • @raaariru
    @raaariru Рік тому

    Why it can't work on me although i do the same function ? literally same like what happened in this video, on me its always turn out either N/A or ERROR. IDK HWY ARHGGGGG

  • @Reza_Audio
    @Reza_Audio 2 роки тому

    Hi, do you know why it is not working for some stocks like RETC, INND ,... ?

  • @MsMarcelinjo
    @MsMarcelinjo 2 місяці тому

    First thanks but for me , wasn't working i had to use ; for separate now works good

  • @trustan3079
    @trustan3079 Рік тому

    Thank you for this! :)

  • @demoix
    @demoix 2 роки тому

    How to fx an error "Imported Content is Empty"?

  • @dogtown1ewok
    @dogtown1ewok 8 місяців тому

    Thanks lad!

  • @sandeepkumar-js3gi
    @sandeepkumar-js3gi 2 роки тому

    Hi, great video, pls tell link will auto updated....

  • @PapeySapote
    @PapeySapote 2 роки тому

    Would I be able to use this to add ROIC to your complete valuation model?

  • @woodywood9161
    @woodywood9161 2 роки тому

    good stuff! i'm looking for a way to pull option chain data for stocks/indexes that i trade but have been unable to figure out a way....can you help?

    • @Dividendology
      @Dividendology  2 роки тому

      I haven't tried that before. I'll have to look into it.

    • @woodywood9161
      @woodywood9161 2 роки тому

      @@Dividendology any luck figuring this out?

  • @chrissis111
    @chrissis111 2 роки тому

    You have the best stock videos for beginners!

  • @mk05022
    @mk05022 2 роки тому

    Awesome, thank you!

  • @robertogalvan5887
    @robertogalvan5887 2 роки тому

    Thank you so much for this!!!

  • @chrisscotthall
    @chrisscotthall Рік тому

    Hello, I've tried using Safari and Firefox to find Full XPath but it's not showing for either browser. Any thoughts on how to find Full XPath?

    • @Squilly4
      @Squilly4 Рік тому

      In Firefox it just gives you the option for XPath, but thankfully that is the exact same result as choosing Full XPath in Chrome.

  • @CrescentCaribou
    @CrescentCaribou Рік тому

    My spreadsheet frequently changes prices that were working previously into #N/A with the message "Error, could not fetch URL: [url]", even before I turned on the auto-update feature. Would you happen to know why this happens, and how to fix it?

    • @Dividendology
      @Dividendology  Рік тому +1

      I’m getting ready to post an update! Stay on the look out!!

  • @ttone2330
    @ttone2330 2 роки тому

    Big Thumbs up to you.... Thanks

  • @stathisgeo7979
    @stathisgeo7979 2 роки тому

    Great content. I follow the steps but it keeps say ERROR into the cell. I can't find what i'm doing wrong

    • @Dividendology
      @Dividendology  2 роки тому

      What are you trying to webscrape?

    • @stathisgeo7979
      @stathisgeo7979 2 роки тому

      @@Dividendology just like you i've tried to enter prices fron yahoo finance

    • @Dividendology
      @Dividendology  2 роки тому

      Yahoo finance has been a little finicky lately when it comes to webscraping using importantxml. I’ve noticed some elements not webscraping properly as well. I’m looking into solutions.

    • @stathisgeo7979
      @stathisgeo7979 2 роки тому +2

      @@Dividendology did you find any solution?

    • @xenonvy8857
      @xenonvy8857 2 роки тому

      @@Dividendology Leaving comment to keep update for solution, having same issues too, appreciate and thanks in advance, subscribed.

  • @ottomatictrade1579
    @ottomatictrade1579 Рік тому

    Great video, Wondering if anybody got the n/a message and how to fix it…? Thanks.

  • @Oreox4
    @Oreox4 Рік тому

    wow what the heck this is awesome

  • @JL1009
    @JL1009 11 місяців тому

    too bad my triggers don’t work to auto update the sheet :(

  • @jeanphi0078
    @jeanphi0078 2 роки тому

    Thank you but It seems that it does not work, may be some update from Yahoo finance. In my case I receive: "N/A". Any help from you would be very nive as this function is very powerfull

    • @Dividendology
      @Dividendology  2 роки тому

      I’ll have to look into this as it has worked for me in the past. Yahoo finance can be finicky at times, so maybe it’ll be a short term problem that gets fixed in the near future.

    • @jeanphi0078
      @jeanphi0078 2 роки тому

      @@Dividendology yes please if you Can have a look...

  • @prins1991
    @prins1991 Рік тому

    I didn't know this was possible. Thank you for this tutorial! 🤗🤗

  • @MatangSaxena-z3h
    @MatangSaxena-z3h Рік тому

    showing an error: Resource at url contents exceeded maximum size.

  • @itoha3
    @itoha3 11 місяців тому +1

    I tried it. Doesn't work.

  • @mubeenkhan8877
    @mubeenkhan8877 2 роки тому

    Thank you so much you saved my whole month 😘

  • @willbreece
    @willbreece 2 роки тому +1

    Very interesting

  • @cgc2300
    @cgc2300 11 місяців тому

    hello I am an Amazon seller, do you think I could retrieve the 2020 history in a Google sheet?

  • @toxichelix2340
    @toxichelix2340 Рік тому

    i cant get it too work

  • @SerdarTokcan
    @SerdarTokcan Рік тому

    Thank you :)

  • @Aadyaaaq
    @Aadyaaaq 10 місяців тому

    How to pull list of company names around one building from google sheets

    • @Dividendology
      @Dividendology  10 місяців тому

      you can use the tools at Tickerdata.com !

  • @hrmn9385
    @hrmn9385 4 місяці тому

    always error parsing formula -,-

  • @Naveen-if8kr
    @Naveen-if8kr Рік тому

    Awesome video with simple steps.. Thanks a lot.

  • @BlueRider-t4u
    @BlueRider-t4u 3 місяці тому

    It didn't work for me as demonstrated.

  • @AylakBakkal-k1h
    @AylakBakkal-k1h 11 місяців тому

    Ty so much

  • @neilormelo6069
    @neilormelo6069 2 роки тому

    Very good! I tried with reuters site and I didn't get.

  • @saraflores338
    @saraflores338 Рік тому +1

    Also keep getting #N/A :(

  • @mohamedsalam7462
    @mohamedsalam7462 6 місяців тому

    I can only find copy XPATH - I cant find copy full xpath

  • @SC-bi6my
    @SC-bi6my Рік тому

    Its not working..Can you check again?

  • @Henry_Nunez
    @Henry_Nunez 2 роки тому

    Very good 👉🔔