/scraper

Web scraper with AWS lambda to fetch the job posting data from monster.com

Primary LanguagePython

Web Scraping with AWS serverless

GitHub last commit GitHub pull requests GitHub issues GitHub stars

In this project, we implement the web scraper with AWS lambda to fetch the job posting data from monster.com.

Table of contents

Description

We implement the web scraper with AWS serverless to fetch the job posting data from monster.com and store the structural data into database.

We use AWS lambda (i.e., Serverless Compute Service) to run the code and Amazon DynamoDB (i.e., fully managed proprietary NoSQL database service) to store structural data.

Conclusion

In this project, we implemented web scraper with AWS serverless to to fetch the job posting data from monster.com.