mirrored listing x402 eip155:8453

Skim Signal: entity formations — new film/TV production-company registrations from officia

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.

Do you run skim402.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
5000 (raw units)
price
7
calls / 30d
1
unique payers
2026-09-17
updated

Provider

skim402.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x63AE98f3363B346a94Fcc1CBcB621F1C2B1Fcddc",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "limit": 50
        },
        "type": "http"
      },
      "output": {
        "example": {
          "asOf": "2026-08-02T12:00:00Z",
          "count": 1,
          "crawl": {
            "durationMs": 2400,
            "lastCrawlAt": "2026-08-02T12:00:00Z",
            "status": "ok"
          },
          "degradedSources": [],
          "feed": "entity-formations",
          "items": [
            {
              "at": "2026-08-02T12:00:00Z",
              "id": 1601,
              "kind": "entity-formation",
              "payload": {
                "country": "US",
                "entityName": "BLUE HARVEST PRODUCTIONS LLC",
                "entityNumber": "7981000",
                "entityType": "DOMESTIC LIMITED LIABILITY COMPANY",
                "filingDate": "2026-07-30",
                "jurisdiction": "NY",
                "official": true,
                "publishedAt": "2026-07-30T00:00:00.000Z",
                "registeredAgent": "Sloane & Partners LLP",
                "sourceUrl": "https://data.ny.gov/resource/n9v6-gdp6.json?dos_id=7981000"
              },
              "source": "ny-dos",
              "summary": "BLUE HARVEST PRODUCTIONS LLC filed in NY on 2026-07-30; registered agent: Sloane & Partners LLP. Official registry record.",
              "title": "BLUE HARVEST PRODUCTIONS LLC — new NY DOMESTIC LIMITED LIABILITY COMPANY",
              "url": "https://data.ny.gov/resource/n9v6-gdp6.json?dos_id=7981000"
            }
          ],
          "ttlSeconds": 21600
        },
        "type": "json"
      }
    },
    "schema": {
      "$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"
    }
  }
}

Use it

curl

curl "https://skim402.com/api/v2/signal/entity-formations/latest"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://skim402.com/api/v2/signal/entity-formations/latest");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://skim402.com/api/v2/signal/entity-formations/latest")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6453.json, and this resource appears in /discovery/resources and /discovery/search.