# Track California AI Legislation 2025-2026 Session

**Use case:** 

Pull all artificial intelligence bills from California's 2025-2026 session via Open States API — sponsors, actions, votes, and bill text version links.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "apiKey": "***",
  "jurisdiction": "California",
  "session": "2025-2026",
  "subject": "artificial intelligence",
  "query": "",
  "classification": "",
  "updatedSince": "",
  "sortOrder": "updated_desc",
  "includeVotes": true,
  "includeActions": true,
  "includeVersions": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "session": {
    "label": "Session",
    "format": "string"
  },
  "bill_number": {
    "label": "Bill Number",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "subjects": {
    "label": "Subjects",
    "format": "string"
  },
  "primary_sponsor": {
    "label": "Primary Sponsor",
    "format": "string"
  },
  "latest_action_date": {
    "label": "Latest Action Date",
    "format": "string"
  },
  "latest_action_description": {
    "label": "Latest Action Description",
    "format": "string"
  },
  "openstates_url": {
    "label": "Openstates Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenStates Legislation Crawler - 50-State Bill Tracker](https://apify.com/jungle_synthesizer/openstates-legislation-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/openstates-legislation-crawler) to learn more, explore other use cases, and run it yourself.