Chambers and Partners Scraper
Extract ranked lawyer and law firm data from Chambers.com including band rankings, practice areas, editorial reviews, contact details, and years ranked across 185 jurisdictions.
Scrape ranked lawyer profiles from Chambers and Partners — the legal industry's authoritative ranking publication. Extract band rankings, editorial reviews, contact details, and career data for 80,000+ lawyers across 185 jurisdictions and 18 publication guides.
The actor crawls Chambers' profile sitemap, parses the Angular server-side rendered HTML (no browser required — data is embedded as JSON in the page), and delivers structured records ready for analysis or enrichment.
What Data You Get
Each record represents one ranked lawyer profile.
Summary View
Field
Description
lawyer_name
Full name
law_firm
Current firm affiliation
highest_band
Best band achieved across all rankings (e.g., "Band 1", "Star Individual")
total_rankings_count
Number of practice areas ranked in
total_years_ranked
Total years appearing in Chambers rankings
publication_guide
Guide name (e.g., "USA", "UK", "Global")
publication_year
Publication year (e.g., 2025)
email
Direct email address (when published by the lawyer)
phone
Direct phone number (when published by the lawyer)
Full Profile View
All summary fields plus:
Field
Description
first_name
First name
last_name
Last name
firm_website
Firm website URL
rankings
Array of rankings — each formatted as `Band
chambers_review
Editorial review written by Chambers researchers
strengths
Quoted peer and client assessments
practice_areas_described
Practice area description provided by the lawyer
career
Career history
professional_memberships
Bar memberships and professional affiliations
publications_authored
Legal publications authored by the lawyer
personal
Education and background
profile_url
Source Chambers.com profile URL
Band ranking hierarchy
From most to least prestigious: Star Individual, Eminent Practitioner, Senior Statespeople, Band 1, Band 2, Band 3, Band 4, Band 5, Band 6, Up and Coming, Associates to Watch, Recognised Practitioner.
A single lawyer may hold rankings across multiple practice areas. All are captured in the rankings array. highest_band surfaces the top rank for easy filtering.
How to Use It
Option 1: Scrape by publication guide
Select a guide and set a limit. The actor discovers profile URLs from the Chambers sitemap and crawls them in batches.
{
"publicationGuide": "usa-5",
"maxItems": 500,
"proxyConfiguration": {
"useApifyProxy": true
}
}
Leave publicationGuide empty to crawl all guides.
Option 2: Scrape specific profiles
Provide individual /lawyer/ URLs directly. This bypasses sitemap discovery and is the fastest path for targeted enrichment or monitoring a known list.
{
"profileUrls": [
{ "url": "https://chambers.com/lawyer/paul-balen-uk-1:50" },
{ "url": "https://chambers.com/lawyer/jane-smith-usa-5:1234" }
],
"maxItems": 0
}
Input parameters
Parameter
Type
Description
publicationGuide
String (select)
Publication guide to crawl. Default: usa-5. Leave blank for all guides.
profileUrls
Array
Direct /lawyer/ profile URLs. Bypasses guide crawl when provided.
maxItems
Integer
Cap on profiles scraped. Set to 0 for unlimited. Default: 100.
proxyConfiguration
Object
Proxy settings. Datacenter proxies work for this actor.
Available publication guides
Guide ID
Name
usa-5
USA
uk-1
UK
global-2
Global
europe-7
Europe
asia-pacific-8
Asia-Pacific
canada-20
Canada
latin-america-9
Latin America
uk-bar-14
UK Bar
brazil-95
Brazil
france-121
France
germany-122
Germany
greater-china-region-116
Greater China Region
high-net-worth-21
High Net Worth
fintech-49
FinTech
newlaw-94
NewLaw
crisis-risk-management-96
Crisis & Risk Management
litigation-support-58
Litigation Support
usa-spotlight-120
USA: Spotlight
Sample Output
{
"lawyer_name": "Paul Balen",
"first_name": "Paul",
"last_name": "Balen",
"law_firm": "Freeths LLP",
"firm_website": "https://www.freeths.co.uk",
"email": "paul.balen@freeths.co.uk",
"phone": "0115 939 9369",
"publication_guide": "UK",
"publication_year": 2026,
"rankings": [
"Senior Statespeople | Clinical Negligence: Mainly Claimant | Midlands (19 years)",
"Senior Statespeople | Product Liability: Mainly Claimant | UK-wide (21 years)"
],
"highest_band": "Senior Statespeople",
"total_rankings_count": 2,
"total_years_ranked": 29,
"chambers_review": "Consultant Paul Balen has extensive experience representing claimants in complex clinical negligence and product liability matters.",
"strengths": [
"Notable for his deep expertise in clinical negligence, particularly complex cases involving catastrophic injury."
],
"practice_areas_described": "Clinical negligence and product liability claims; inquest representation.",
"career": "Joined Freeths 1975. Qualified 1977. Partner 1980. Consultant 2011.",
"professional_memberships": "APIL Clinical Negligence Specialist; AVMA Honorary Panel Solicitor",
"publications_authored": "General Editor, Clinical Negligence (LexisNexis, 3rd ed. 2018)",
"personal": "Born 25 February 1952. Educated Nottingham High School and Cambridge University.",
"profile_url": "https://chambers.com/lawyer/paul-balen-uk-1:50"
}
Use Cases
• Legal recruiting — identify Band 1–3 partners for lateral hire targeting; filter by practice area, location, and years ranked
• Law firm business development — benchmark ranked attorney counts against competitors; track band movements across editions
• Corporate counsel — build shortlists of ranked specialists by jurisdiction and practice area before outside counsel selection
• Legal market research — analyze ranking distribution by firm, geography, or specialty across all 18 guides
• LegalTech platforms — enrich attorney databases with Chambers band, editorial review, and years-ranked data
• Expert witness identification — find ranked practitioners in specialist guides such as Litigation Support and High Net Worth
Pricing
This actor uses pay-per-result (PPE) pricing. You are charged per lawyer profile successfully extracted.
Approximate costs:
• 100 profiles (test run or targeted list): ~$0.30
• 1,000 profiles (single practice area): ~$3.00
• 10,000 profiles (full guide): ~$30.00
• Full dataset (80,000+ profiles): ~$240.00
Apify platform costs (compute, proxy) are billed separately at standard Apify rates.
Technical Notes
No browser required. Chambers profile pages are Angular server-side rendered. The structured data is embedded in a <script id="serverApp-state"> JSON block in the HTML. The actor extracts this directly using an HTTP client and HTML parser — no Playwright or Puppeteer, which keeps runs fast and memory-efficient.
Datacenter proxies work. Because the actor makes plain HTTP requests (not browser automation), datacenter proxies are sufficient. Residential proxies are not required and will not improve reliability.
Memory allocation. 512 MB minimum, 2 GB recommended for large runs of 10,000+ profiles.
Concurrency. The crawler runs at 2–5 concurrent requests with automatic rate limit handling and 3 retries per URL.
Coverage gaps. Profiles from superseded guide editions may return "This profile no longer exists." These are skipped automatically. The sitemap reflects the current live edition for each guide.
Contact field coverage. Email and phone are only present when the lawyer has published them on their Chambers profile. Coverage varies by guide and region — expect partial coverage, not complete contact data.
Multi-ranking lawyers. A single lawyer may hold rankings in multiple practice areas and locations. All are captured in the rankings array as formatted strings.
Ready to get started?
Try Chambers and Partners Scraper free on the Apify platform.