Transparency Layer Tooling

Downloads

Run pooled scraper workflows from desktop binaries or CLI packages. This surface is intentionally tooling-first: canonical API/schema/RFC docs live on jobdatapool.com, while consumer job search lives on mewannajob.com.

Section 01

Desktop Client(s)

Choose a platform tab to run the packaged desktop wrapper around the same `pooled-job-scraper` engine.

Pooled Job Scraper Desktop (macOS)

Single-file mac binary output: `desktop-app/dist/PooledJobScraperDesktop`. Build script also emits an app bundle on macOS and syncs this binary to `/pool/downloads/bin/macos/`.

cd livejobpool/desktop-app
bash build-macos.sh
./dist/PooledJobScraperDesktop

Pooled Job Scraper Desktop (Windows)

Single-file Windows output: `desktop-app\dist\PooledJobScraperDesktop.exe`, published at `/pool/downloads/bin/windows/` when available.

cd livejobpool\desktop-app
powershell -ExecutionPolicy Bypass -File .\build-windows.ps1
.\dist\PooledJobScraperDesktop.exe
Section 02

CLI Client(s)

Multiple CLI subsections can live here over time. Current distribution is the PyPI package.

Subsection 01

PyPI package

Install `pooled-job-scraper` from PyPI and run the `job-scraper` command directly.

macOS / Linux

python3 -m pip install --upgrade pooled-job-scraper

Windows

py -m pip install --upgrade pooled-job-scraper