I want to add a scrapper for Indeed that will allow one to fetch company details that include functions for CEO Name, Company size and revenue, Industry associated with, and locations where the job is available.
This is a beneficial idea as it would allow one to choose among many companies by comparing the right pieces of information.
Add ScreenShots
To collect only the required data from this site.
Record
[X] I agree to follow this project's Code of Conduct
Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.
Describe the feature
I want to add a scrapper for Indeed that will allow one to fetch company details that include functions for CEO Name, Company size and revenue, Industry associated with, and locations where the job is available. This is a beneficial idea as it would allow one to choose among many companies by comparing the right pieces of information.
Add ScreenShots
To collect only the required data from this site.
Record