Automate Google Search API in Python

Sdílet
Vložit
  • čas přidán 17. 08. 2023
  • Today we learn how to automate Google Search using the Custom Search API in Python.
    Google Cloud Console: console.cloud.google.com/
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine.com/services
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
  • Věda a technologie

Komentáře • 33

  • @DataNovelties
    @DataNovelties Před 11 měsíci +5

    The idea of presenting use of Free APIs with python was great. Hopefully you'd make more of such videos.

  • @whatcanyouteach
    @whatcanyouteach Před 3 měsíci +1

    golden golden golden. not enough recomended for anyone wanting to understand it fully at once the "how" step by step. Great. Simply just great. This video is eaxactly what I was needing right now to help me understand the before and after and Im to you really grateful for it. Thank you

  • @SebSoGa
    @SebSoGa Před 5 měsíci

    Just what I was looking for. Someone experienced playing around, showing what is possible. Thanks mate!

  • @thomasgoodwin2648
    @thomasgoodwin2648 Před 11 měsíci +3

    Extremely cool. Your extent of practical coding skills is 🤯. Not only do you seem to know every api and library in the book, you have them pared down to just the essential elements needed to make them work amazingly well. Rare skills indeed.
    Glad to see you have found a way for it to support you without having to hand them over to some monolithic megacorp. Freedom is a beautiful thing.
    The fact the you use it to share your skills so directly is a monument to the best qualities of humanity.
    In the strange journey we face as a species in the coming years, I can only hope that such attitudes become the norm rather than the exceptions. Until then, keep the faith and preach on Brother!
    ✌😎👍

  • @moondevonyt
    @moondevonyt Před 11 měsíci

    mad respect for breaking down the google custom search API with python, the way you made it seem smooth
    but gotta say, relying too much on third-party APIs can sometimes box you in with limitations and dependency
    it's not always the best move for scalability and flexibility
    however, for beginners looking to dabble, this tutorial is straight fire
    keep it up!

  • @whatcanyouteach
    @whatcanyouteach Před 3 měsíci

    you just sparked my drive to go deeper into learning Paython. Thank you abundantly

  • @dwayneamewu3963
    @dwayneamewu3963 Před 5 měsíci

    exactly what i was looking for ....thanks a lot ...you just got one more subscriber

  • @arthurwilton958
    @arthurwilton958 Před 7 měsíci

    This is fantastic!! Thanks for posting.

  • @Hyunduk_Yu
    @Hyunduk_Yu Před 2 měsíci

    Great tutorial! Thanks!

  • @aditya03dhee
    @aditya03dhee Před 9 měsíci

    Thanks a lot man. This solution was lot better than the solution provided by chat gpt for automating Google search.

  • @user-vj9zs8pq5z
    @user-vj9zs8pq5z Před 18 dny

    Thank you so much twin

  • @aymanaourik887
    @aymanaourik887 Před 3 měsíci

    thank you sir you are a life saver

  • @davidl3383
    @davidl3383 Před 4 měsíci

    thank you !

  • @alexdin1565
    @alexdin1565 Před 11 měsíci

    Thanks, please can you add more about google services for example google keyword planner to get search volume

  • @FIBONACCIVEGA
    @FIBONACCIVEGA Před 8 měsíci

    You got your super like Spartan Great video. I have a question . How can I extract 2 specifics keys to match in. each website found but the generated dataframe is automatically stored in the Google cloud??

  • @AnyReskin
    @AnyReskin Před 11 měsíci

    That was cool, can you make video about get volume search for each keywords? Like tools paid thst give us cpm of keywords and number of search for each keyword... Ect

  • @xyz_366
    @xyz_366 Před 11 měsíci

    Please what extension did you use to name the two files API_KEY and SEARCH_ENGINE_ID

  • @musopedia5590
    @musopedia5590 Před 4 měsíci

    thankyou for the information but which operating system it is linux i know which distro?

  • @shayansep755
    @shayansep755 Před 12 dny

    hello
    what if i have an image of a product and i want to use the engine to search for similar products and show me the links ? what should i do in this case ?

  • @booktoot9053
    @booktoot9053 Před 9 měsíci +1

    Is it possible to obtain more than 10 results in one query?

  • @kingfunny4821
    @kingfunny4821 Před 11 měsíci +1

    can make how use bard API with python

  • @amoghbakhle7944
    @amoghbakhle7944 Před 15 dny

    where can i find detailed syntax for this ?

  • @eddymeshack
    @eddymeshack Před 7 měsíci

    Can anyone help why i am getting this: {'error': {'code': 404, 'message': 'Requested entity was not found.', 'errors': [{'message': 'Requested entity was not found.', 'domain': 'global', 'reason': 'notFound'}], 'status': 'NOT_FOUND'}}

    • @bharatkumarnaik54
      @bharatkumarnaik54 Před 7 měsíci

      Make sure you have internet connectivity to your device

  • @yacineseba5462
    @yacineseba5462 Před 11 měsíci

    Hey, looks like when using chatgpt , he put "yes" as restrictDate parameter value ans note a date, maybe there is a little confusion here
    Thx for your videos , very interesting and usefull as usual

  • @time1969
    @time1969 Před 8 měsíci

    Thank you for this beautiful tutorial.
    I have this error, and I try many methods but didn't work😞
    {
    "error": {
    "code": 400,
    "message": "Request contains an invalid argument.",
    "errors": [
    {
    "message": "Request contains an invalid argument.",
    "domain": "global",
    "reason": "badRequest"
    }
    ],
    "status": "INVALID_ARGUMENT"
    }
    }
    PLEASE HELP ME

    • @flyingwhale7614
      @flyingwhale7614 Před 8 měsíci

      Maybe you made a typo in writing the parameters?

    • @time1969
      @time1969 Před 8 měsíci

      @@flyingwhale7614
      I checked but didn't work!

  • @elgeempire493
    @elgeempire493 Před 7 měsíci

    Its an advertising but its really nice hiding

  • @albinmiftari1832
    @albinmiftari1832 Před 5 měsíci

    The limit seems to be 100 requests per day :(

  • @taimoorneutron2940
    @taimoorneutron2940 Před 8 měsíci

  • @whoknowswhatishappening2537
    @whoknowswhatishappening2537 Před 11 měsíci +1

    Oh btw, the only real football is football not american football and soccer doesn't exist

  • @lxvi4322
    @lxvi4322 Před 11 měsíci

    Hi, great...is there a complete list of available parameters?