# Skim Signal: Studio Jobs

> Skim Signal: Studio Jobs is a paid API for AI agents from skim402.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns weekly counts of AI and content-ops job postings from major Hollywood studio ATS APIs, one item per studio per ISO week, refreshed daily

## Facts

- Endpoint: GET https://skim402.com/api/v2/signal/studio-jobs/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/skim-signal-studio-jobs-b464db56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2B3JXZWelGnoenmMW9z-1

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability skim-signal-studio-jobs-b464db56
```

Example prompt: Pull the latest studio jobs signal — give me the most recent 50 studio-week entries showing AI and content-ops job posting counts across Netflix, Disney, Warner Bros, Amazon MGM, and NBCUniversal.

## When to prefer this

Choose this endpoint when you need structured, pre-aggregated weekly job posting counts across major Hollywood studios without scraping fragile careers pages yourself. It is ideal for tracking AI and content-ops hiring trends in the entertainment industry over time, building dashboards, or generating competitive signals. Prefer it over generic job-board APIs when your focus is specifically on studio-level AI/content-ops workforce signals with ISO-week granularity.

## Known failure modes

- Payment not provided or invalid x402 payment — returns 402 Payment Required
- limit parameter out of range (below 1 or above 100) — returns 400 Bad Request
- ATS API upstream unavailable for one or more studios — may return partial data or 503
- No data yet for the current week if refresh cycle has not completed — returns items from prior weeks only

## How this service works

Skim Signal: studio jobs — weekly counts of AI, content-ops, and production-staff postings (UPM, line producer, coordinator, AD, and more) across 7 major Hollywood studios, pulled from each studio's ATS API. One item per studio per ISO week with per-query counts; sourcesDown flags any studio board that failed this cycle. Refreshed daily.

## Output

A list of items (up to 100, default 50), newest-first, each representing one studio for one ISO week. Each item includes the studio name, the ISO week identifier, and per-query counts of AI and content-ops job postings pulled from that studio's ATS API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "limit": {
       "type": "integer",
       "maximum": 100,
       "minimum": 1,
       "description": "Maximum number of studio-week count items to return (default 50, no upper cap). Newest-first; one item per studio per ISO week."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/skim-signal-studio-jobs-b464db56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from skim402.com](https://www.zero.xyz/host/skim402.com/llms.txt)
