Metadata-Version: 2.4
Name: ny_salary_scanner
Version: 0.0.1
Summary: A library that synchronously scrapes and downloads salary data from [seethroughny.net](https://seethroughny.net/) in a csv format.
Project-URL: Homepage, https://github.com/JackBorah/nySalaryScanner
Project-URL: Issues, https://github.com/JackBorah/nySalaryScanner/issues
Author-email: Jack Borah <borahjack@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# NY Salary Scanner
A library that synchronously scrapes and downloads salary data from [seethroughny.net](https://seethroughny.net/) in a csv format.

## Example


## Workflow
Playwright opens chrome and searches using the provided parameters. Then, it will click "Load More Results" repeatedly until there is no additional data to load. This step is throttled to be respectful to the website. Now the HTML is saved and downloaded where it will be parsed by BeautifulSoup4 and saved as a CSV.

## Technology
- Playwright
- BeautifulSoup4
- Python
