LATEST nuxtjs ARTICLES

Latest nuxtjs Articles curated daily by the community.

Web Scraping with Nuxtjs using Puppeteer

By . Updated Mon Apr 24 2023

Web Scraping with Nuxtjs using Puppeteer is intended to demonstrate how to set up and configure Puppeteer for web scraping to work properly with Nuxtjs and how to use it to Scrape a job listing website and display them on your website.

Since Puppeteer is a Server-side Node package, it becomes very difficult to set it up to work properly with a Client-Side library like Vue.js and there are not many tutorials online on how to set this up properly using “puppeteer for web scraping”.

This article is intended to demonstrate how I solve the problem in my client’s project using Nuxt.js and Puppeteer.

Web Scraping with Nuxtjs using Puppeteer

Web scrapping can sound very strange at first but it’s really a very simple term to understand.