# Justia Lawyer in TX

**Use case:** 

Export justia lawyer in TX — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract justia lawyer for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "TX"
  ],
  "practiceAreas": [],
  "city": "",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "practice_areas": {
    "label": "Practice Areas",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "justia_rating": {
    "label": "Justia Rating",
    "format": "number"
  },
  "client_review_count": {
    "label": "Client Review Count",
    "format": "number"
  }
}
```

## About this Actor

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