Generic job listings scraper with baseline dedupe and optional Netlify cache submission.
Project description
Generic Job Listings Scraper
This scraper accepts one or more business websites, infers careers/listings structure, extracts candidate job listings, and writes:
- all scraped rows
- rows not found in the April 2026 JobPool baseline dataset
It can also POST unique rows to the Netlify cache function for review.
Run
py scripts/generic_job_listings_scraper.py `
--business-url https://mossyhonda.hireology.careers/ `
--company-name "Mossy Honda" `
--output output/mossy-scraped.csv `
--unique-output output/mossy-unique.csv
Send Unique Rows To Netlify Cache
py scripts/generic_job_listings_scraper.py `
--business-url https://mossyhonda.hireology.careers/ `
--company-name "Mossy Honda" `
--cache-endpoint https://<your-netlify-site>/api/scrape-cache `
--output output/mossy-scraped.csv `
--unique-output output/mossy-unique.csv
The scraper infers user_name from local environment/git config and sends:
user_namerequest_timestampsource_business_urlslistings(including the standard listing fields and any additional fields present)
Cache API
POST /api/scrape-cachestores a scrape request payload.GET /api/scrape-cache?limit=25&user_name=<name>returns recent cached submissions.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 pooled_job_scraper-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pooled_job_scraper-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
664cb2a51834ab49b6750d7206b94bc0398765371d0b06bc26336d56b6079438
|
|
| MD5 |
ffeb538e8331ac2320622eb1b3719ba5
|
|
| BLAKE2b-256 |
ff5a72606e891070dec783d6157217794d86d2a6d8614fa485199a1a4e2230c0
|