Blog > Programming

Scraping programming tutorials with code examples


Beautiful Soup: Build a Web Scraper with Python

In this article, we have seen how easy it is to get started and create your own web scraper. With pycURL and BeautifulSoup, you can create the most advanced web scrappers for your needs without any complications. 

Posted by Vlad Mishkin | December 11, 2023

Essential Python Libraries for Web Scraping: Harness Data Like a Pro

Imagine being able to extract vast amounts of data from the web in a matter of minutes, turning a sea of information into valuable insights. This is the power of Python libraries for web scraping, a skill that opens doors to limitless possibilities in the data-driven world. Ready to dive in?

Posted by Vlad Mishkin | December 11, 2023

Essential JavaScript and NodeJS Libraries for Web Scraping: A 2023 Guide

This blog post will shine a light on the top JavaScript and NodeJS libraries for web scraping in 2023 and guide you on how to leverage them effectively.

Posted by Vlad Mishkin | December 11, 2023

Top Ruby Libraries for Web Scraping: A 2023 Toolkit Guide

Ruby - a high-level, multiparadigm programming language that brings a new dimension to web scraping. With its simplicity, productivity, and a rich ecosystem of Ruby libraries for web scraping, Ruby stands tall as a robust ally in your web scraping endeavors. Get ready to dig deeper into the art of web scraping with Ruby!

Posted by Vlad Mishkin | December 11, 2023

How to Implement User Agent Rotation for Web Scraping

Web scraping is a powerful tool for acquiring valuable data from the internet. However, it often entails overcoming obstacles like bot detection and IP blocking. One possible solution to these challenges is user agent rotation. This blog post will explore the importance of user agents in web scraping, the need for rotating user agents, and various techniques to implement user agent rotation in Python

Posted by Vlad Mishkin | October 2, 2023
Web Scraping with Python and Selenium

Web Scraping with Python and Selenium

In this post, we are going to look at how we can scrape data using Selenium, Chrome Web Driver, and Python

Posted by Vlad Mishkin | March 12, 2023
Web Scraping with Python

Web Scraping with Python

A tutorial about web scraping in Python with examples. We will take a look at the most popular Python tools for web scraping: Requests, BeautifulSoup, lxml and others.

Posted by Vlad Mishkin | February 5, 2023
Web Scraping with PHP

Web Scraping with PHP

A tutorial about web scraping in PHP with examples. We will take a look at the most popular PHP tools for web scraping: Requests, BeautifulSoup, lxml and others.

Posted by Vlad Mishkin | February 5, 2023
Web Scraping with JavaScript

Web Scraping with JavaScript

A tutorial about web scraping in JavaScript with examples. We will take a look at the most popular JavaScript tools for web scraping: Puppeteer, Selenium, Nightmare, Axios, Cheerio, JSDom and others.

Posted by Vlad Mishkin | February 5, 2023