Automate Google Search API in Python

preview_player
Показать описание
Today we learn how to automate Google Search using the Custom Search API in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Рекомендации по теме
Комментарии
Автор

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

DataNovelties
Автор

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!
✌😎👍

thomasgoodwin
Автор

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

whatcanyouteach
Автор

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

SebSoGa
Автор

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!

moondevonyt
Автор

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

whatcanyouteach
Автор

This is fantastic!! Thanks for posting.

arthurwilton
Автор

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

dwayneamewu
Автор

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

xyz_
Автор

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

adityadhee
Автор

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 ?

shayansep
Автор

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

alexdin
Автор

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??

FIBONACCIVEGA
Автор

where can i find detailed syntax for this ?

amoghbakhle
Автор

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

AnyReskin
Автор

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

musopedia
Автор

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

booktoot
Автор

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'}}

eddymeshack
Автор

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

time
Автор

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

yacineseba