# Martindale in CA

**Use case:** 

Export martindale in CA — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract martindale for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "states": [
    "CA"
  ],
  "maxPagesPerCity": 5,
  "enrichWithEmail": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "practice_area": {
    "label": "Practice Area",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

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