Skim Signal: film incentives — new state film-incentive award rounds and allocations acros
Skim Signal: film incentives — new state film-incentive award rounds and allocations across California, New York, Georgia, New Mexico, and Texas as structured items: official California Film Commission and Texas Governor announcements plus incentive-focused press coverage per state, tagged with the state they cover. Optional ?states= filter. Refreshed on a 30-minute cycle.
5000 (raw units)
price
9
calls / 30d
3
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,
"states": "CA,GA"
},
"type": "http"
},
"output": {
"example": {
"asOf": "2026-07-30T12:00:00Z",
"count": 1,
"crawl": {
"durationMs": 2600,
"lastCrawlAt": "2026-07-30T12:00:00Z",
"status": "ok"
},
"feed": "film-incentives",
"items": [
{
"at": "2026-07-30T12:00:00Z",
"id": 1601,
"kind": "incentive",
"payload": {
"official": true,
"outlet": "California Film Commission",
"publishedAt": "2026-06-23T17:05:00Z",
"state": "CA",
"stateName": "California"
},
"source": "cfc-news",
"summary": "[CA] 41 new film projects to receive California's Film & T.V. Tax Credit; first year of expanded program projected to bring $6.6 billion in economic impact (official: California Film Commission)",
"title": "Lights, camera, action! 41 new film projects to receive California's Film & T.V. Tax Credit",
"url": "https://film.ca.gov/2026/06/23/41-new-film-projects/"
}
],
"ttlSeconds": 1800
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Maximum number of items to return (default 50, no upper cap). Newest-first.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"states": {
"description": "Optional comma-separated two-letter state filter. Tracked states: CA, NY, GA, NM, TX.",
"type": "string"
}
},
"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/film-incentives/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/film-incentives/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/film-incentives/latest")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6450.json, and this resource appears in /discovery/resources and /discovery/search.