# JurisPro Expert Witness — Full Export

**Use case:** 

Scrape the full jurispro expert witness dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract jurispro expert witness for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "areas_of_expertise": {
    "label": "Areas Of Expertise",
    "format": "array"
  }
}
```

## About this Actor

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