ToolAssay

Skim Signal

Skim Signal: entity formations — new film/TV production-company registrations from official registries in CA, NY, TX, NM, and the UK (production/post SIC codes only). Entity name, jurisdiction, filing date, registry ID, agent. Balanced across jurisdictions by default; ?jurisdictions= filter. New formations only. Refreshed every 6 hours.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://skim402.com/api/v2/signal/entity-formations/latest

CategoryCompany and compliance
Provider hostskim402.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days10 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 50
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "jurisdictions": {
              "description": "Optional comma-separated jurisdiction codes to include (NY, TX, NM, UK, CA). Example: jurisdictions=NY,CA. Omit for a balanced mix of all covered jurisdictions.",
              "type": "string"
            },
            "limit": {
              "description": "Maximum number of formation items to return (default 50, no upper cap). Newest-first by filing date. Without a jurisdictions filter, results are balanced: each jurisdiction is guaranteed a floor of newest rows (up to 25) so high-volume registries can't crowd the others out; use limit=100 for the fullest balanced window.",
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON