# Chambers And Partners — Full Export

**Use case:** 

Scrape the full chambers and partners dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract chambers and partners for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "publicationGuide": "usa-5",
  "maxItems": 200
}
```

## Output

```json
{
  "lawyer_name": {
    "label": "Lawyer Name",
    "format": "string"
  },
  "law_firm": {
    "label": "Law Firm",
    "format": "string"
  },
  "highest_band": {
    "label": "Highest Band",
    "format": "string"
  },
  "total_rankings_count": {
    "label": "Total Rankings Count",
    "format": "number"
  },
  "total_years_ranked": {
    "label": "Total Years Ranked",
    "format": "number"
  },
  "publication_guide": {
    "label": "Publication Guide",
    "format": "string"
  },
  "publication_year": {
    "label": "Publication Year",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  }
}
```

## About this Actor

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