FAQ
Frequently asked questions about JobDataPool
Quick answers for builders, researchers, and AI agents evaluating the Job Pool ecosystem. For a deeper read, the docs hub, JPE-RFC-0001, and JPE-RFC-0002 are the source of truth.
What is JobDataPool?
JobDataPool is the canonical data infrastructure layer of the Job Pool ecosystem. It hosts the public /v1 REST API, OpenAPI 3.1 contract, JSON Schemas, versioned CSV datasets, and architecture RFCs that downstream consumer products, transparency surfaces, and contributor tooling read from.
Is the JobDataPool API free and public?
Yes. The /v1 API is public and no-auth, rate-limited per IP and origin (5 requests per 60 seconds, 50 listings per request, 200 listings per 60 seconds). Endpoints include /v1/jobs, /v1/sources, /v1/launch-metrics, and /v1/health. Cache aggressively — canonical responses are immutable for the duration of their Cache-Control header.
How is JobDataPool different from mewannajob.com, thehiringcafe.com, and jobpool.live?
JPE-RFC-0002 splits the Job Pool ecosystem across four cooperating domains: mewannajob.com and thehiringcafe.com are the consumer job-search products, jobpool.live is the transparency layer with bulk downloads and scraper outputs, datapool.work runs ingestion operations, and jobdatapool.com is the canonical data infrastructure where the API, schemas, and reviewed datasets live.
How do I become a job data source for the pool?
Three documented integration paths: expose a structured feed for JobPoolBot to crawl, submit a reviewed scraper on jobpool.live/docs/submissions, or upload a CSV that conforms to job-listing.schema.json. The full submission guide lives at /docs/data-sources/.
Is the job listings dataset openly downloadable?
Yes. Versioned CSV snapshots are published openly under /datasets/, with DVC pointers and source metadata exposed via /v1/sources. Use the API for live query behavior and the CSVs for bulk bootstrap, reproducible demos, or offline analysis.
Can my job board publish a preferred-access signal toward JobDataPool?
Yes. Publishers expose preferred-access signals through robots.txt comments, HTTP Link headers (RFC 8288), HTML metadata, verification tokens, and feed descriptors. JobDataPool is positioned as a cooperative structured alternative — never as exclusive access, mandatory usage, or an authorization mechanism. See /rfc/#publishers for the full pattern.