Add Your Heading Text Here

Chief of Technology at Scrapingdog. Every new bug comes under my to-do list. Writing is not something I’m into, but I share my insights through the blogs I write. Coding is what I love to do. Happy to connect with you on my social handle!

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.