Tag

job-scraping

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 25, 2020 · Backend Development

Building a Node.js Web Crawler for Indeed Job Listings with MongoDB

This article details how to build a Node.js web crawler for Indeed job listings, covering entry page selection, HTML parsing with Cheerio, request handling, MongoDB task storage, and a modular architecture that extracts city, category, search, brief, and detail data for a searchable job engine.

backendindeedjob-scraping
0 likes · 15 min read
Building a Node.js Web Crawler for Indeed Job Listings with MongoDB