W&L Law Journal Rankings Scraper avatar

W&L Law Journal Rankings Scraper

Pricing

Pay per event

Go to Apify Store
W&L Law Journal Rankings Scraper

W&L Law Journal Rankings Scraper

Scrapes the authoritative Washington and Lee University law-journal ranking: rank, combined score, impact factor, citations, currency factor, ISSN, and journal URL for ~1,800 ranked law journals.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Scrapes the Washington and Lee University law-journal ranking — the most widely cited citation-based ranking of legal publications — and returns structured data for ~1,800 ranked journals.

W&L publishes annually at managementtools4.wlu.edu. The ranking covers combined score, impact factor, journal citations, and currency factor across the 5-year ranking window. Each record also includes ISSN, journal URL, country, and a subject-area classification. Getting this data out of the site involves an ASP.NET form that doesn't respond to raw HTTP requests. This actor handles that, which is why you're here.

Features

  • Extracts all ~1,800 ranked law journals from the W&L ranking grid
  • Returns combined score, impact factor, citation count, and currency factor per journal
  • Fetches supplemental detail — ISSN, journal URL, country, publisher school — from the site's undocumented JSON endpoint
  • Handles dynamic column header detection (column order varies by criteria selection)
  • maxItems cap to limit output during development or testing
  • No proxies required — W&L has no anti-bot measures

How It Works

  1. Loads the W&L ranking default page in a headless Chromium browser
  2. Selects "All" in the ShowNum dropdown to expand from the default Top-10 view
  3. Enables all four ranking criteria checkboxes (Combined Score, Impact Factor, Journal Cites, Currency Factor)
  4. Submits the form and waits for the full grid to render
  5. Extracts rank, journal name, score columns, and internal journal IDs from the results grid
  6. Fetches supplemental JSON for each journal in parallel batches from the site's detail endpoint
  7. Returns one structured record per journal

Input Configuration

FieldTypeDefaultDescription
maxItemsinteger10Maximum number of records to return

Example input:

{
"maxItems": 100
}

To get all ~1,800 ranked journals, set maxItems to 1800 or higher.

Output

Each record contains the journal's ranking data and supplemental detail fields.

Example record:

{
"rank": 1,
"journal_name": "Harvard Law Review",
"publisher_school": "Harvard Law School",
"issn": "0017-811X",
"subject_area": "General/Flagship",
"country": "United States",
"combined_score": 9.842,
"impact_factor": 9.901,
"cites": 22104,
"currency_factor": 9.724,
"journal_url": "https://harvardlawreview.org",
"ranking_year": "20-24"
}

Output field reference:

FieldTypeDescription
rankintegerOverall rank in the W&L combined score ranking
journal_namestringFull journal title
publisher_schoolstringSponsoring institution, parsed from the journal's address block
issnstringPrint or electronic ISSN
subject_areastringGeneral/Flagship (G) or Specialized (S)
countrystringCountry of publication
combined_scorenumberW&L combined citation score for the ranking period
impact_factornumberImpact factor component of the combined score
citesintegerTotal journal citations during the ranking window
currency_factornumberCurrency factor component of the combined score
journal_urlstringPublisher URL for the journal
ranking_yearstringRanking period, e.g. 20-24 for the 2020–2024 window

🔍 FAQ

How do I scrape the W&L law journal rankings? W&L Law Journal Rankings Scraper connects to managementtools4.wlu.edu, submits the ranking form with all criteria enabled, and returns all ranked journals. Set maxItems to the number of journals you want, or leave it high to capture the full list.

What data can I get from the W&L law journal ranking? W&L Law Journal Rankings Scraper returns rank, combined score, impact factor, citation count, currency factor, ISSN, journal URL, country, publisher school, and ranking year — one record per journal. The fine-grained subject classification (Tax, IP, Administrative, etc.) is a search filter only and is not exposed per-journal in the site's data.

How much does W&L Law Journal Rankings Scraper cost to run? W&L Law Journal Rankings Scraper runs on a flat PPE profile. A full run of ~1,800 journals typically completes in 3–5 minutes and costs well under $0.05. The site needs no proxy, which keeps costs down.

Does W&L Law Journal Rankings Scraper need proxies? No. Washington and Lee's ranking site has no anti-bot measures. The scraper uses a headless browser only because the ASP.NET form requires JavaScript execution to load results — not because of any blocking.

Can I get data for a specific subject area or practice area? W&L Law Journal Rankings Scraper returns all ranked journals. The W&L site's subject-area filter is not exposed as individual journal metadata, so you can't pre-filter by subject. Filter by subject_area (General/Flagship vs. Specialized) or by keyword in journal_name after extracting.

Need More Features?

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

Why Use W&L Law Journal Rankings Scraper?

  • Authoritative source — W&L is the standard citation-based ranking used by law schools, faculty, and researchers for journal prestige evaluation.
  • Complete coverage — Returns all ~1,800 ranked journals with four scoring dimensions, not just the default Top-10 view the site shows without help.
  • No proxy overhead — Runs on basic compute with no residential proxy cost, because the site doesn't require it.