{
  "_meta": {
    "description": "Scraper configuration. Each entry is consumed by scripts/scraper-*.js. Set enabled:false to skip. last_run is updated by the scraper on each invocation.",
    "last_updated": "2026-07-01"
  },
  "news": [
    {
      "id": "ieee-spectrum-robotics",
      "type": "rss",
      "url": "https://spectrum.ieee.org/feeds/topic/robotics.rss",
      "frequency": "daily",
      "keywords": [],
      "enabled": true,
      "last_run": "2026-07-01"
    },
    {
      "id": "techcrunch-robotics-tag",
      "type": "rss",
      "url": "https://techcrunch.com/category/robotics/feed/",
      "frequency": "daily",
      "keywords": [],
      "enabled": true,
      "last_run": "2026-07-01"
    },
    {
      "id": "the-robot-report",
      "type": "rss",
      "url": "https://www.therobotreport.com/feed/",
      "frequency": "daily",
      "keywords": [],
      "enabled": true,
      "last_run": "2026-07-01"
    },
    {
      "id": "reddit-robotics",
      "type": "reddit-json",
      "url": "https://www.reddit.com/r/robotics/.json",
      "frequency": "daily",
      "keywords": [
        "funding",
        "startup",
        "deployment",
        "raises",
        "humanoid",
        "foundation model",
        "series"
      ],
      "enabled": true,
      "notes": "Enabled with keyword filter — only ingest posts mentioning funding/deployment/humanoid signals.",
      "last_run": "2026-06-23"
    },
    {
      "id": "hacker-news-robotics",
      "type": "hacker-news-search",
      "url": "https://hn.algolia.com/api/v1/search_by_date?query=robotics+humanoid+funding&tags=story&numericFilters=created_at_i",
      "frequency": "daily",
      "keywords": [
        "robot",
        "robotics",
        "humanoid",
        "automation",
        "physical ai"
      ],
      "enabled": true,
      "notes": "Hacker News Algolia search API — free, no auth. Filters to robotics/humanoid stories from the last N days.",
      "last_run": "2026-07-01"
    },
    {
      "id": "federal-register-robotics",
      "type": "federal-register-search",
      "url": "https://www.federalregister.gov/api/v1/documents.json?conditions[term]=robot",
      "frequency": "weekly",
      "keywords": [
        "robot",
        "automation",
        "humanoid"
      ],
      "enabled": true,
      "last_run": "2026-07-01"
    }
  ],
  "companies": [
    {
      "id": "yc-robotics",
      "type": "scrape",
      "url": "https://www.ycombinator.com/companies?industry=Robotics",
      "frequency": "weekly",
      "enabled": false,
      "notes": "Defer until we have a confirmed-curator workflow.",
      "last_run": null
    },
    {
      "id": "crunchbase",
      "type": "api",
      "url": "https://api.crunchbase.com/api/v4/",
      "frequency": "weekly",
      "enabled": false,
      "notes": "Paid API — not enabled.",
      "last_run": null
    }
  ],
  "policies": [
    {
      "id": "congress-gov",
      "type": "api",
      "url": "https://api.congress.gov/v3/bill",
      "frequency": "weekly",
      "keywords": [
        "robot",
        "automation",
        "humanoid",
        "manufacturing"
      ],
      "enabled": false,
      "notes": "Requires CONGRESS_API_KEY env var. Free, but rate-limited.",
      "last_run": null
    },
    {
      "id": "federal-register-policy",
      "type": "federal-register-search",
      "url": "https://www.federalregister.gov/api/v1/documents.json?conditions[term]=robotics",
      "frequency": "weekly",
      "keywords": [
        "robot",
        "automation"
      ],
      "enabled": true,
      "last_run": "2026-07-01"
    },
    {
      "id": "arpa-e",
      "type": "scrape",
      "url": "https://arpa-e.energy.gov/news-and-media/press-releases",
      "frequency": "monthly",
      "enabled": false,
      "notes": "Manual review for now — solicitation cadence is monthly+.",
      "last_run": null
    },
    {
      "id": "usaspending",
      "type": "api",
      "url": "https://api.usaspending.gov/api/v2/search/spending_by_award/",
      "frequency": "monthly",
      "keywords": [
        "robot",
        "humanoid",
        "autonomous"
      ],
      "enabled": false,
      "notes": "Free, no auth. Enable once we wire a results-handler.",
      "last_run": null
    }
  ]
}
