# Track Texas Healthcare Bills in the 2025 Session

**Use case:** 

Extract Texas healthcare legislation from the 2025 session via Open States API — bill number, title, primary sponsor, latest action, and passage date.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "apiKey": "***",
  "jurisdiction": "Texas",
  "session": "2025",
  "subject": "healthcare",
  "query": "",
  "classification": "",
  "updatedSince": "",
  "sortOrder": "latest_action_desc",
  "includeVotes": false,
  "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.