by linkedin.com
The #Parser is written on #Python3 using the #scrapy library.
It makes a search on the site by keywords (Tags) and collects information about the jobs.
Parser can work in two modes. The first is the collection of all vacancies for a certain period (for example, for the last 3-6 months) or the collection of current vacancies that appeared on the site on that day.
It is possible to upload data to files such as: json, csv, xlsx, xml.
There is also the possibility to upload data to a database, such as: #Postgres, #MySQL5, #sqlite, with a built-in admin to view the collected data.
Together with the parser goes documentation on its installation and launch.
It makes a search on the site by keywords (Tags) and collects information about the jobs.
Parser can work in two modes. The first is the collection of all vacancies for a certain period (for example, for the last 3-6 months) or the collection of current vacancies that appeared on the site on that day.
It is possible to upload data to files such as: json, csv, xlsx, xml.
There is also the possibility to upload data to a database, such as: #Postgres, #MySQL5, #sqlite, with a built-in admin to view the collected data.
Together with the parser goes documentation on its installation and launch.