Python – Intermediate

scrape google search result page using Python

How to Scrape Google Search Result Page using Python

One of the most difficult pages to scrape is the Google Search Result (SERP) pages. I have tried different modules such as Selenium, Requests, and Urllib, but creating a robust Google Search Result scraper is almost impossible. Therefore, I recommend you to use an API, such as Scale SERP. I have used other APIs such …

How to Scrape Google Search Result Page using Python Read More »

How to use Google Analytics API reporting with Python

How to use the Google Analytics API Reporting with Python

If you are using Google Analytics, you might want to retrieve data programmatically. I have used the Google Analytics API to get data from more than 100 properties. Alternatively, you might have a script that gets your data on a repeated basis and sends an email based on this data. Within this article, I will …

How to use the Google Analytics API Reporting with Python Read More »