Skip to content

Repository files navigation

job-api-aggregator

Reusable job aggregation library: pluggable source plugins, normalized output, no scoring or DB dependencies.

PyPI version CI Python versions License: MIT

Installation

pip install job-api-aggregator

Quickstart

# List available plugins and whether credentials are configured
job-api-aggregator sources

# Fetch listings from no-auth sources and enrich with full descriptions.
# Run `job-api-aggregator sources` to see which plugins need credentials —
# the example below excludes the four credentialed plugins so it runs
# out of the box without a credentials file.
job-api-aggregator jobs --query "python developer" --hours 24 \
  --exclude-sources adzuna,jooble,jsearch,usajobs \
  | job-api-aggregator hydrate > full.jsonl

Each line of full.jsonl after the first is a normalized job record. The first line is the output envelope (see docs/output_schema.md for the full field reference).

# With credentials for paid/keyed sources
job-api-aggregator jobs --credentials providers.json --sources adzuna,jooble --hours 24 \
  | job-api-aggregator hydrate > full.jsonl

See docs/credentials_format.md for the credentials file format and per-plugin field requirements.

Documentation

  • Output Schema — envelope structure, record fields, description_source truth table, versioning policy, and supported sources.
  • Plugin Authoring Guide — how to write and register a new source plugin.
  • Credentials Format — credentials file format and per-plugin field requirements.

Status

Stable. The public API, output schema, and credentials format are covered by semantic versioning — see CHANGELOG.md.

About

Reusable job aggregation library: pluggable source plugins, normalized output, no scoring or DB dependencies. Provides a structured data source for any job-evaluation tool.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages