Incremental ingestion
Fetch only changes within a time window or after your saved cursor.
JOB FEED API
Static job dumps become stale immediately. Praxy Jobs exposes separate lifecycle feeds so downstream products can ingest new openings, update changed fields, and remove closed roles without repeatedly downloading the entire corpus.
Fetch only changes within a time window or after your saved cursor.
Receive stable identifiers and closure context for jobs that are no longer open.
Cursor-based pagination makes scheduled imports easier to resume and observe.
01
Select the initial slice of jobs your product needs through search or active feeds.
GET /v1/feed/active02
Persist the response cursor after each successfully processed page.
next_cursor03
Apply modified records and retire identifiers emitted by the expired feed.
GET /v1/feed/expiredSearch retrieves records matching filters. Feeds are designed for recurring synchronization and expose jobs by lifecycle event or time window.
The expired feed returns stable job identifiers with closure timestamps and close reasons where available.
Yes. Consumers can persist cursors and continue after the last successfully processed page.
The complete production API is included; plans differ by the monthly number of jobs returned.
Start at 100,000 jobs returned per month. Upgrade when your product grows.