Add Your Heading Text Here

I am the founder of Scrapingdog, with blogs I write on here, I try to give unique ideas that you can use while scraping. Each blog is a recipe blended with my experience in this domain. Now I am not an expert, since it is a vast field, it keeps growing, and I just write what I have learned. And if you like my work, do share on social media.

building job board using web scraping

Latest

In this read, we are going to scrape major job platforms to build our own job board.
send post requests with python

How To Send A Post Requests with Python?

Build Web Crawler with Python (Complete Guide)

Scrape Yellow Pages

Web Scraping Yellow Pages using Python | Yellow Pages API

web scraping yellow pages for business data.
Web scraping with XPath

Web Scraping with Xpath and Python

In this post, we are going to learn the concept of Xpath for scraping web pages using Python.
Web scraping with Ruby

A Comprehensive Guide on Web Scraping with Ruby

In this post, we are going to scrape job postings using Ruby and Nokogiri.
How To Parse HTML with Regex

How to Quickly Parse HTML with Regex (Complete Guide)

We will be using Regex to clean HTML. We have used Python for this blog.