# SRA Solicitors Register — Full Export

**Use case:** 

Scrape the full sra solicitors register dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract sra solicitors register for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchTerms": [
    "Smith"
  ],
  "maxItems": 200,
  "maxResultsPerSearch": 200
}
```

## Output

```json
{
  "solicitor_name": {
    "label": "Solicitor Name",
    "format": "string"
  },
  "sra_id": {
    "label": "Sra Id",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "current_employer": {
    "label": "Current Employer",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

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