Author name: Tohfa Akib

I am a Python developer. I am doing web scraping, scripting, automation, web and API development with python. I have found my passion for Python because I can play with my imagination through this. I love to automate my daily stuff and any boring thing that can be automated. I do web scraping with Scrapy, Selenium & BeautifulSoup4 in Python and Puppeteer, Cheerio etc in Node Js. Besides my full-time job, I love to do some pet projects. One of my projects was a Bangla News Aggregator(play store link: https://play.google.com/store/apps/details?id=com.softaholik.bdnewstoday&hl=en&gl=US), that collects data from 15+ websites every hour and serves the news in the mobile app.

web scraping with browsers network tab

How to Use the Browser Network Tab for Web Scraping with Python

  Introduction to Browser Network Tab for Web Scraping with Python Web scraping is an essential tool for extracting data from websites, enabling you to gather valuable information efficiently. In this article, we’ll explore how to use browser network tab for web scraping with python. At the end of this article we will be able […]

How to Use the Browser Network Tab for Web Scraping with Python Read More »

Set up a Tor Proxy Server with Docker for Web Scraping

How to Set Up a Tor Proxy Server with Docker for Web Scraping

    Introduction In the modern, data-driven world, individuals and organizations actively use web scraping to gather critical information from the web for market research, trend analysis, and other varied purposes. However, traditional methods of web scraping often face bottlenecks such as IP blocks or rate limitations. A practical way to overcome these challenges is

How to Set Up a Tor Proxy Server with Docker for Web Scraping Read More »

Google Maps Business Data Scraping with Python and Selenium

  Google Maps has become an essential tool for businesses to showcase their locations, services, and contact information. However, manually collecting these data from Google Maps can be a tedious and time-consuming process. That’s where web scraping comes in handy. Web scraping is the process of extracting data from websites automatically using software tools. Python

Google Maps Business Data Scraping with Python and Selenium Read More »