# Lawyer Legion in WY

**Use case:** 

Export lawyer legion in WY — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract lawyer legion for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "WY"
  ],
  "maxItems": 200,
  "maxPages": 0
}
```

## Output

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

## About this Actor

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