This project uses Cheerio and Axios to scrape data from a zameen.com website. It is built using TypeScript and utilizes PNPM as the package manager.
The project includes a Cronjob that runs daily at 4:00 AM (UTC) using the following schedule: 0 4 * * *
. To start the Cronjob, run the following command:
pnpm start-cronjob
To run the scraper directly without the Cronjob, use the following command:
pnpm start
- Clone the repository and navigate to the project directory
- Run pnpm install to install dependencies
- Run pnpm start-cronjob to start the Cronjob or pnpm start to run the scraper directly