// Articles by Mazen Ramadan
How to Track Competitor Prices Using Web Scraping
In this web scraping guide, we'll explain how to create a tool for tracking competitor prices using Python. It will scrape specifi...
Intro to Using Web Scraping For Sentiment Analysis
In this article, we'll explore using web scraping for sentiment analysis. We'll start by defining sentiment analysis and then walk...
Using API Clients For Web Scraping: Postman
In this article, we'll explore the use of API clients for web scraping. We'll start by explaining how to locate hidden API request...
Intro to Parsing HTML and XML with Python and lxml
In this tutorial, we'll take a deep dive into lxml, a powerful Python library that allows for parsing HTML and XML effectively. We...
Use Curl Impersonate to scrape as Chrome or Firefox
Learn how to prevent TLS fingerprinting by impersonating normal web browser configurations. We'll start by explaining what the Cur...
FlareSolverr Guide: Bypass Cloudflare While Scraping
In this article, we'll explore the FlareSolverr tool and how to use it to get around Cloudflare while scraping. We'll start by exp...
Web Scraping with CloudProxy
One of the most common challenges encountered while web scraping is IP throttling and blocking. Learn about the CloudProxy tool, h...
How to use Headless Chrome Extensions for Web Scraping
In this article, we'll explore different useful Chrome extensions for web scraping. We'll also explain how to install Chrome exten...
How to Use Cache In Web Scraping for Major Performance Boost
Introduction to web scraping caches. How caching can significantly reduce scraping costs and drastically improve performance.
How to Parse XML
In this article, we'll explain about XML parsing. We'll start by defining XML files, their format and how to navigate them for dat...
How to Build a Price Tracker Using Python
Extracting price data from websites is a popular web scraping use-case for e-commerce businesses. Learn how to create a price scra...
How to Scrape Bing Search with Python
In this scrape guide we'll be taking a look at scraping Bing search results. It's the second biggest search engine in the world an...