SEAK Expert Witness Scraper avatar

SEAK Expert Witness Scraper

Pricing

Pay per event

Go to Apify Store
SEAK Expert Witness Scraper

SEAK Expert Witness Scraper

Scrape over 3,000 Expert Witness profiles from seakexperts.com including contact info, specialties, education, and experience

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

1

Monthly active users

7 days ago

Last modified

Share

SEAK Expert Witness Directory Scraper

Scrapes expert witness profiles from seakexperts.com, the SEAK directory of over 3,000 litigation consultants and expert witnesses. Returns structured contact info, specialties, education, testimony history, and CVs — everything except the handshake.

SEAK Expert Witness Scraper Features

  • Extract full profiles including name, company, phone, website, and location
  • Pull specialty areas, keywords, education credentials, and years in practice — fields that would take hours to compile manually
  • Capture testimony and deposition counts from the last four years
  • Download CV links and profile photos where available
  • Handle Cloudflare protection automatically via CAPTCHA solving, with datacenter-to-residential proxy fallback
  • Process up to 3,000+ profiles with built-in concurrency throttling and retry logic

Who Uses Expert Witness Data Like This?

  • Litigation attorneys — find and vet expert witnesses by specialty, location, and testimony track record
  • Legal ops teams — build internal databases of qualified experts across practice areas, updated on a schedule rather than searched ad hoc
  • Jury consultants — research opposing experts' deposition history and credentials before trial
  • Insurance companies — maintain panels of pre-vetted experts for claims disputes and coverage litigation
  • Legal recruiters — identify experienced expert witnesses for placement with law firms and consulting groups

How SEAK Expert Witness Scraper Works

  1. Solves the Cloudflare challenge on seakexperts.com using a CAPTCHA-solving service, trying datacenter proxies first and falling back to residential if needed.
  2. Fetches the site's XML sitemap to discover all expert profile URLs — currently 3,000+ entries. Slices to your maxItems limit.
  3. Crawls profile pages in batches of 5 with staggered delays, parses each page with Cheerio, and pushes structured records to the dataset.

Input

{
"maxItems": 50,
"proxyConfiguration": {
"useApifyProxy": true
}
}
FieldTypeDefaultDescription
maxItemsinteger20Number of expert profiles to scrape. Set to 0 to scrape the entire directory (~3,000+).
proxyConfigurationobjectApify ProxyProxy settings. Required — seakexperts.com blocks datacenter IPs without Cloudflare clearance.

Scrape a Small Sample

{
"maxItems": 5
}

Scrape the Full Directory

{
"maxItems": 0,
"proxyConfiguration": {
"useApifyProxy": true
}
}

A full run of 3,000+ profiles typically takes 30–60 minutes depending on proxy latency and Cloudflare's mood.

SEAK Expert Witness Scraper Output Fields

Each record in the output dataset contains the following fields:

{
"id": "11771",
"name": "Khalid Sorensen",
"location": "Boston, MA",
"headline": "Mechanical Engineering Expert Witness",
"url": "https://www.seakexperts.com/members/11771-khalid-sorensen",
"key": "11771",
"lastmod": "2025-11-03T14:22:00Z",
"company": "Sorensen Engineering Group",
"phone": "(617) 555-0142",
"website": "https://www.sorenseneng.com",
"websiteText": "sorenseneng.com",
"generalSpecialties": "Mechanical Engineering, Product Liability, Failure Analysis",
"keywords": "mechanical engineer, product defect, HVAC failure, industrial accident",
"education": "Ph.D. Mechanical Engineering, MIT; B.S. Engineering, Tufts University",
"yearsInPractice": "28",
"depositionsTestified": "45",
"biography": "Dr. Sorensen has provided expert testimony in over 200 cases involving mechanical systems failure...",
"photoUrl": "https://www.seakexperts.com/uploads/photos/11771.jpg",
"cvLink": "https://www.seakexperts.com/members/11771-khalid-sorensen/vitae"
}
FieldTypeDescription
idstringSEAK member ID number
namestringExpert witness full name
locationstringCity and state
headlinestringProfessional headline or tagline
urlstringFull profile URL on seakexperts.com
keystringSEAK member ID (same as id)
lastmodstringLast modified date from sitemap (ISO 8601)
companystringCompany or firm name
phonestringContact phone number
websitestringPersonal or company website URL
websiteTextstringDisplay text for website link
generalSpecialtiesstringAreas of expert witness specialty
keywordsstringSearch keywords and terms
educationstringEducational background and degrees
yearsInPracticestringNumber of years in professional practice
depositionsTestifiedstringNumber of depositions/testimonies in last 4 years
biographystringFull biography and additional information
photoUrlstringProfile photo URL
cvLinkstringLink to downloadable CV/resume (null if unavailable)

FAQ

How many expert witness profiles can SEAK Expert Witness Scraper extract? SEAK Expert Witness Scraper pulls from the site's full XML sitemap, which currently lists over 3,000 profiles. Set maxItems to 0 and it will crawl every one of them.

Does it handle Cloudflare protection? SEAK Expert Witness Scraper solves Cloudflare challenges automatically using a CAPTCHA-solving service. It tries datacenter proxies first and falls back to residential proxies if those get blocked. You do not need to configure this — just provide a proxy.

How often does the data update? Each profile record includes a lastmod timestamp from the sitemap, so you can compare runs and detect changes. SEAK updates profiles when experts modify their listings, which varies by individual.

Can I filter by specialty or location? Not directly — the scraper pulls all profiles and you filter downstream. The generalSpecialties, keywords, and location fields are there for exactly that purpose.

What happens if a profile page fails to load? The scraper retries each page up to 5 times with exponential backoff. Failed profiles are logged and skipped rather than crashing the run. The final count in the logs tells you how many succeeded.

Need More Features?

Need custom fields, filters, or a different target site? File an issue or get in touch.

Why Use SEAK Expert Witness Scraper?

  • Complete profiles, not summaries — captures 19 fields per expert including deposition counts, CV links, and full biographies, which is considerably more than what you get from the directory listing page alone
  • Cloudflare handled — the site is behind Cloudflare challenge pages that block standard scrapers and most headless browsers, and this actor solves them without any manual intervention
  • Predictable output — every run produces the same flat JSON schema, ready to pipe into a CRM, spreadsheet, or database without transformation gymnastics