# Avvo   US Lawyer & Attorney Profiles in TX

**Use case:** 

Export avvo - us lawyer & attorney profiles in TX — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract avvo - us lawyer & attorney profiles for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "TX"
  ],
  "practiceAreas": [
    "divorce-and-separation"
  ],
  "maxItems": 200,
  "includeReviews": false,
  "maxReviewsPerAttorney": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "attorney_name": {
    "label": "Attorney Name",
    "format": "string"
  },
  "primary_practice_area": {
    "label": "Primary Practice Area",
    "format": "string"
  },
  "avvo_rating": {
    "label": "Avvo Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

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