# Texas Notary Commission Records — State Open Data

**Use case:** 

Export Texas notary commission records from data.texas.gov: name, commission number, expiration date, address, email, surety company, and bonding agency. 558K+

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "states": [
    "TX"
  ],
  "maxItems": 100,
  "filterRON": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "commission_state": {
    "label": "Commission State",
    "format": "string"
  },
  "commission_number": {
    "label": "Commission Number",
    "format": "string"
  },
  "commission_expires": {
    "label": "Commission Expires",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "RON_authorized": {
    "label": "Ron Authorized",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [US State Notary Directory Scraper](https://apify.com/jungle_synthesizer/us-state-notary-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/us-state-notary-directory-scraper) to learn more, explore other use cases, and run it yourself.