# Super Lawyers   Top Attorney in AZ

**Use case:** 

Export super lawyers - top attorney in AZ — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract super lawyers - top attorney for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "AZ"
  ],
  "city": "",
  "enrichProfiles": false,
  "maxItems": 200
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "practice_areas": {
    "label": "Practice Areas",
    "format": "array"
  },
  "award": {
    "label": "Award",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Super Lawyers Scraper - Top Attorney Directory](https://apify.com/jungle_synthesizer/superlawyers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/superlawyers-scraper) to learn more, explore other use cases, and run it yourself.