# New York Bankruptcy Lawyer Directory Scraper

**Use case:** 

Scrape Lawyer.com directory results for New York bankruptcy lawyers with names, firms, locations, profile URLs, and contact-ready lead data.

## Input

```json
{
  "searchQuery": "bankruptcy",
  "locationQuery": "New York, NY",
  "listingUrls": [
    "https://www.lawyer.com/new-york-bankruptcy-debt-lawyer-ny.htm"
  ],
  "maxResults": 25,
  "maxPages": 2,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "firmName": {
    "label": "Firm",
    "format": "text"
  },
  "profileType": {
    "label": "Type",
    "format": "text"
  },
  "sourceLocation": {
    "label": "Location",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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