scaffold
This commit is contained in:
8
jobsource/sources/apify_source.py
Normal file
8
jobsource/sources/apify_source.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Apify ingestion provider (alternative, paid) — implements JobSource.
|
||||
|
||||
Scaffold stub -- not implemented yet.
|
||||
"""
|
||||
# TODO (Stage 1): implement ApifySource per CLAUDE.md "Stage 1 — Ingest".
|
||||
# Drop-in alternative to JobSpySource; same JobSource interface.
|
||||
# Uses apify-client; actor ID from config (APIFY_ACTOR env var).
|
||||
# Map Apify actor output fields → RawJob; same dedup key (LinkedIn jobPostingId).
|
||||
Reference in New Issue
Block a user