Automate Google Search API in Python

Поділитися
Вставка
  • Опубліковано 17 сер 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
  • Наука та технологія

КОМЕНТАРІ • 33

  • @DataNovelties
    @DataNovelties 11 місяців тому +5

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

  • @thomasgoodwin2648
    @thomasgoodwin2648 11 місяців тому +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!
    ✌😎👍

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

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

  • @whatcanyouteach
    @whatcanyouteach 3 місяці тому +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

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

    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!

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

    This is fantastic!! Thanks for posting.

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

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

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

    Great tutorial! Thanks!

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

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

  • @user-vj9zs8pq5z
    @user-vj9zs8pq5z 21 день тому

    Thank you so much twin

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

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

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

    thank you !

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

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

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

    thank you sir you are a life saver

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

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

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

    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 11 місяців тому

    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

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

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

  • @shayansep755
    @shayansep755 15 днів тому

    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 ?

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

    can make how use bard API with python

  • @amoghbakhle7944
    @amoghbakhle7944 18 днів тому

    where can i find detailed syntax for this ?

  • @booktoot9053
    @booktoot9053 9 місяців тому +1

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

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

    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 7 місяців тому

      Make sure you have internet connectivity to your device

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

    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 8 місяців тому

    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 8 місяців тому

      Maybe you made a typo in writing the parameters?

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

      @@flyingwhale7614
      I checked but didn't work!

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

    Its an advertising but its really nice hiding

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

    The limit seems to be 100 requests per day :(

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

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

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

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

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