# Scrape Malaysian Bar Lawyers in Kuala Lumpur

**Use case:** 

Export all active advocates and solicitors in Kuala Lumpur (WPKL) from the Malaysian Bar Council directory with firm, phone, email, and admission date.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "recordTypes": [
    "lawyer"
  ],
  "states": [
    "WPKL"
  ],
  "alphabets": [],
  "maxItems": 500
}
```

## Output

```json
{
  "recordType": {
    "label": "Recordtype",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "firm": {
    "label": "Firm",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  }
}
```

## About this Actor

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