# Martindale Law Firm in California

**Use case:** 

Find and extract Martindale Law Firm in California. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "practiceArea": "Personal Injury",
  "location": "California",
  "zipCode": "10001",
  "freeConsultation": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US",
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "firmName": {
    "label": "Firm Name",
    "format": "text"
  },
  "firmListingId": {
    "label": "Firm Listing ID",
    "format": "number"
  },
  "orgId": {
    "label": "Organization ID",
    "format": "number"
  },
  "attorneys": {
    "label": "Attorneys",
    "format": "array"
  },
  "practiceAreas": {
    "label": "Practice Areas",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "callTracking": {
    "label": "Call Tracking",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "peerRating": {
    "label": "Peer Rating",
    "format": "object"
  },
  "clientRating": {
    "label": "Client Rating",
    "format": "object"
  },
  "firmSize": {
    "label": "Firm Size",
    "format": "number"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "freeConsultation": {
    "label": "Free Consultation",
    "format": "boolean"
  },
  "acceptsCreditCards": {
    "label": "Accepts Credit Cards",
    "format": "boolean"
  },
  "tagLine": {
    "label": "Tag Line",
    "format": "text"
  },
  "isSubscriber": {
    "label": "Subscriber",
    "format": "boolean"
  },
  "segment": {
    "label": "Segment",
    "format": "text"
  },
  "resultType": {
    "label": "Result Type",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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