State Bar of Georgia — Member Directory Scraper avatar

State Bar of Georgia — Member Directory Scraper

Pricing

from $0.05 / 1,000 results

Go to Apify Store
State Bar of Georgia — Member Directory Scraper

State Bar of Georgia — Member Directory Scraper

Extracts attorney contact information, bar admission details, and practice section memberships from the public State Bar of Georgia member directory.

Pricing

from $0.05 / 1,000 results

Rating

0.0

(0)

Developer

Aly

Aly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

⚖️ State Bar of Georgia — Member Directory Scraper

Extract structured attorney data from the State Bar of Georgia public member directory.

Data is pulled directly from the GABAR API — no browser rendering required for individual member pages, making this fast and reliable at scale.


✨ Features

  • Filter by one or more US state codes, or scrape all states at once
  • Extracts full contact details: name, email, phone, address, law firm
  • Includes bar admission date, status, and law school
  • Captures bar section memberships (practice areas)
  • Configurable result limit and concurrency

⚙️ Input

FieldTypeDefaultDescription
statesstring[][AK]State codes to filter by (e.g. ["GA", "TX"]). Default is Alaska, remove it from the input section to scrape all states.
max_itemsinteger1000Stop after this many records are collected. Max: 50,000.
max_concurrencyinteger1Parallel pages to process. Higher = faster but more likely to be rate-limited.

Example input

{
"states": ["GA", "TX", "NY"],
"max_items": 500,
"max_concurrency": 1
}

📦 Output

Each record in the dataset represents one attorney:

{
"id": "123456",
"bar_number": "123456",
"first_name": "Jane",
"middle_name": "A",
"last_name": "Smith",
"suffix": null,
"email": "jane@example.com",
"phone": "(404) 555-0100",
"cell_phone": null,
"company": "Smith & Associates LLC",
"address1": "123 Peachtree St NW",
"address2": null,
"city": "Atlanta",
"state": "GA",
"zip": "30303",
"country": "USA",
"status": "Active",
"law_school": "Emory University School of Law",
"admit_date": "2010-05-14",
"sections": "Family Law, Litigation",
"sections_count": 2
}

🚀 Use Cases

  • Lead generation — build lists of attorneys by location or practice area
  • Legal market research — analyze bar membership trends
  • CRM enrichment — update or verify existing attorney contact records
  • Directory building — create your own searchable lawyer database

⚡ Performance

  • Individual member pages use direct API calls (no browser) — very fast
  • Listing pages use Playwright for JS-rendered pagination
  • Typical run: ~500 records/minute at default concurrency

This actor scrapes the public State Bar of Georgia member directory. All data is freely accessible without authentication. Users are responsible for ensuring their use of this data complies with applicable laws and the GABAR website's terms of use.