# RON-Authorized Notaries — Remote Online Notarization

**Use case:** 

Filter US notary commission records to Remote Online Notarization (RON) authorized notaries across OR, CO, and DE with commission number and expiration date.

## Input

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

## 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.