# Florida Bankruptcy Attorneys Contact List

**Use case:** 

Extract contact details for up to 100 bankruptcy attorneys in Florida. Data includes firm names, phone numbers, and ratings.

## Input

```json
{
  "practiceArea": "bankruptcy",
  "location": "fl",
  "startUrls": [
    "https://www.avvo.com/divorce-lawyer/ny.html"
  ],
  "fetchProfileDetails": false,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "firm": {
    "label": "Firm",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "practiceAreas": {
    "label": "Practice areas",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

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