Skip to main content

A Python library for scraping job listings from company career pages

Project description

Job Scraper Library

Overview

This Python library allows users to automatically extract job listings from a company's career page. The library scrapes job postings and updates the data automatically to ensure real-time job availability.

Features

  • ✅ Extracts job listings from any career page URL
  • ✅ Automatically updates job data
  • ✅ Easy to integrate into job board websites
  • ✅ Uses Selenium and WebDriver-Manager for automation

Installation

Before using the library, install the required dependencies:

pip install selenium webdriver-manager

Usage

Here’s how to use the library to scrape job postings:

from job_scraper import JobScraper

# Initialize scraper with career page URL
scraper = JobScraper("https://www.google.com/about/careers/applications/jobs/results?has_remote=true")

# Get job listings
jobs = scraper.get_jobs()

# Print job details
for job in jobs:
    print(job)

Requirements

  • Python 3.7+
  • Google Chrome (Latest Version)
  • ChromeDriver (Managed automatically by webdriver-manager)

Troubleshooting

"ImportError: No module named 'selenium'"

Run:

pip install selenium webdriver-manager

"ChromeDriver Version Error"

If ChromeDriver version is outdated, update it:

pip install --upgrade webdriver-manager

Contributing

Feel free to submit pull requests for improvements or bug fixes.

License

This project is open-source under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

job_scraper_lib-0.1.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

job_scraper_lib-0.1-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file job_scraper_lib-0.1.tar.gz.

File metadata

  • Download URL: job_scraper_lib-0.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for job_scraper_lib-0.1.tar.gz
Algorithm Hash digest
SHA256 df48c88021f29998b00a1643918e9e9ee9446683cdac5b6f531ff8bbc72d7b71
MD5 c1d80ee488354ea252467f689f60a95c
BLAKE2b-256 2f49f024a5fbf0800a70ad5ff1b69e47ccf334b4810388c572b4509ef58b5a13

See more details on using hashes here.

File details

Details for the file job_scraper_lib-0.1-py3-none-any.whl.

File metadata

  • Download URL: job_scraper_lib-0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for job_scraper_lib-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a9b1abc4a73a6ebe53daf8b85366ee24c7b0b8df3a2154d0e01fb0eb987b9a76
MD5 3f3173940e369c584ee46338ad9b9bac
BLAKE2b-256 872ff1a1f2e0f4cd3d925aece7ec381f980b2e0676e13abcc2f9a7b06dadf926

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page