Current Google Search Packages using Python3.7: A Simple Tutorial.

Introduction

Saleh Alkhalifa
Towards Data Science
7 min readNov 26, 2019

--

This article summarizes the current common libraries and packages when it comes to implementing Google search queries using Python 3.7. The motivation for this article derives from an unusually large number of requests that I have received or seen regarding the topic. The underlying reason for this is the discontinuation of Google’s SOAP and AJAX API s — both of which were designed for this exact purpose. There are many areas around data-science and python that are very well documented, but I have…

--

--