Metadata-Version: 2.3
Name: bdjobs-scraper
Version: 0.1.2
Summary: A Python package to scrape job details from bdjobs.com
Author: Rahat Morshed Nabil
Author-email: 61773809+imrmnabil@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: beautifulsoup4 (>=4.13.5,<5.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Description-Content-Type: text/markdown

# bdjobs-scraper

A Python package to scrape job details from bdjobs.com.

## Installation

```bash
pip install bdjobs-scraper
```
## Usage
```python
from bdjobs_scraper import scrape_by_url

scrape_by_url("<BDJOBS_JOBLINK>") #e.g. https://jobs.bdjobs.com/jobdetails/?id=112233
```

