{
 "$schema": "https://datapackage.org/profiles/2.0/datapackage.json",
 "name": "bikoosh-datawork",
 "title": "DataWork Watch - paid AI data-collection programs",
 "description": "Live, sourced tracker of paid AI data-collection programs: application status, pay claimed vs reported, countries and payment methods, each fact with its source and verified-at date.",
 "version": "2026-09-11",
 "homepage": "https://bikoosh.com/datawork",
 "created": "2026-08-19T00:00:00Z",
 "keywords": [
  "ai",
  "data-annotation",
  "data-work",
  "gig-platforms"
 ],
 "licenses": [
  {
   "name": "CC-BY-4.0",
   "path": "https://creativecommons.org/licenses/by/4.0/",
   "title": "Creative Commons Attribution 4.0"
  }
 ],
 "contributors": [
  {
   "title": "Bikoosh",
   "path": "https://bikoosh.com",
   "roles": [
    "publisher"
   ]
  }
 ],
 "resources": [
  {
   "name": "datawork-csv",
   "path": "https://bikoosh.com/datawork/data.csv",
   "format": "csv",
   "mediatype": "text/csv",
   "encoding": "utf-8",
   "title": "DataWork Watch - paid AI data-collection programs (CSV)",
   "hash": "sha256:0d0b6a3e5ca5fc6e02129934bbd123e736bd9e3c9b110abcceeeefa7c81032da",
   "schema": {
    "fields": [
     {
      "name": "slug",
      "type": "string",
      "description": "stable identifier; program page at /datawork/<slug>"
     },
     {
      "name": "name",
      "type": "string",
      "description": "program name as published by the operator"
     },
     {
      "name": "operator",
      "type": "string",
      "description": "operating company as published on the program's own page"
     },
     {
      "name": "url",
      "type": "string",
      "description": "program's own site"
     },
     {
      "name": "apply_url",
      "type": "string",
      "description": "operator's own application page"
     },
     {
      "name": "application_status",
      "type": "string",
      "description": "open, waitlist, closed or unknown; set only by an explicit phrase match on the program's own page or a manual sourced review, never inferred"
     },
     {
      "name": "legit_status",
      "type": "string",
      "description": "verified or unreviewed_public on public surfaces; every non-default verdict is evidence-backed"
     },
     {
      "name": "work_types",
      "type": "string",
      "description": "pipe-separated: annotation, rating, expert, coding, voice, video_recording, egocentric, home_scan, transcription, other"
     },
     {
      "name": "countries_mode",
      "type": "string",
      "description": "global, allowlist or blocklist (see countries), or unknown"
     },
     {
      "name": "countries",
      "type": "string",
      "description": "pipe-separated ISO 3166-1 alpha-2 codes"
     },
     {
      "name": "payment_methods",
      "type": "string",
      "description": "pipe-separated payment methods stated by the operator"
     },
     {
      "name": "pay_claimed",
      "type": "string",
      "description": "operator-claimed pay as JSON text with its source, or empty when no sourced figure exists"
     },
     {
      "name": "verified_at",
      "type": "datetime",
      "description": "last time the checker re-verified the program's own page"
     }
    ],
    "primaryKey": [
     "slug"
    ]
   }
  },
  {
   "name": "datawork-json",
   "path": "https://bikoosh.com/datawork/data.json",
   "format": "json",
   "mediatype": "application/json",
   "encoding": "utf-8",
   "title": "DataWork Watch - paid AI data-collection programs (JSON)",
   "hash": "sha256:a06b9e0fc342139f8a5768ea2113ae6d49a1a4efe7250be301fd55eb08762113"
  }
 ]
}