A package to scrape job postings.
Project description
Job Scrapers
This is a project that can pull job listing information from careers pages. Currently there is only support for Workday based careers pages with more support coming soon!
Feel free to use this! (But also try not to be spammy with requests)
Requirements
- Required python packages (Will be installed when installing from the .whl file)
- WebDriver. This will be specific to your browser. You can download here: https://www.selenium.dev/documentation/webdriver/
Job Information
Scraped information about a job will be formatted in JSON with the following information:
scraped_url:str- the url that was scraped for information.
scrape_successful:bool- Whether information was extracted from
scraped_urlsuccessfully. IfFalsethe following fields may not be added to the job.
- Whether information was extracted from
title:str- The title of the position. E.g. "Software Engineer II"
job_id:str- The ID of the job. This is a string of numbers and letters.
date:str- The date the job was posted.
employment_type:str- Type of employment specified by employer. E.g. "FULL_TIME"
description:str- A description of the position.
country:str- The country where the position will be.
city:str- The city where the position will be.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jobscrapers-0.0.6.tar.gz.
File metadata
- Download URL: jobscrapers-0.0.6.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41a89d12d26473d0a68dc0c5da7a24a8402871dade4f32db9998a10ae6f5bbc3
|
|
| MD5 |
279900098d60bd5638778cac0dbcff84
|
|
| BLAKE2b-256 |
3e4a58d5ebd9fafc24d983cf9a3e73354dd2877bba28828afc2646285cfc6886
|
File details
Details for the file jobscrapers-0.0.6-py3-none-any.whl.
File metadata
- Download URL: jobscrapers-0.0.6-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b05f0aba6a341f0737737a5f7073c1dc445224b460dbeef396b626d13e544e8
|
|
| MD5 |
3f58e3a49a60762a6c92170f8df6bda7
|
|
| BLAKE2b-256 |
bb63756a173ca4197c7ccf7b0a2635b5f5ef93d750861395fd550f422c5be356
|