# Multi State Bar Association in NY

**Use case:** 

Export multi-state bar association in NY — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract multi-state bar association for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "NY"
  ],
  "searchName": "",
  "barNumber": "",
  "city": "",
  "barStatus": "",
  "maxItems": 200,
  "barNumberStart": 100000
}
```

## Output

```json
{
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "state_bar": {
    "label": "State Bar",
    "format": "string"
  },
  "bar_number": {
    "label": "Bar Number",
    "format": "string"
  },
  "bar_status": {
    "label": "Bar Status",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-State Bar Association Scraper](https://apify.com/jungle_synthesizer/multi-state-bar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/multi-state-bar-scraper) to learn more, explore other use cases, and run it yourself.