VOOZH about

URL: https://apify.com/jungle_synthesizer/lmarena-llm-leaderboard-scraper

โ‡ฑ LMArena LLM Leaderboard Scraper ยท Apify


Pricing

Pay per event

Go to Apify Store

LMArena LLM Leaderboard Scraper

Scrape the LMArena (Chatbot Arena) ELO leaderboard โ€” ranks, ratings, vote counts, and confidence intervals across all arena variants (text, code, vision, document, image, video, and more). Returns one row per model per leaderboard variant.

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

3 hours ago

Last modified

Share

Scrape the LMArena Chatbot Arena ELO leaderboard โ€” the most widely cited blind-evaluation ranking for large language models. Every major model launch references its Chatbot Arena ELO position. This actor returns one row per model per leaderboard variant, covering all 11 arena categories in a single run.

What You Get

Each record contains:

  • Leaderboard variant โ€” arena slug (text, code, vision, document, text-to-image, image-edit, image-to-code, search, text-to-video, image-to-video, video-to-video)
  • Rank โ€” current position with 95% confidence interval bounds (rank_upper, rank_lower)
  • Model name and organization
  • ELO score with confidence interval low/high
  • Vote count โ€” number of blind battles used to compute this rating
  • License โ€” Proprietary, Apache-2.0, etc.
  • Context window tokens
  • Input/output pricing (per million tokens, where publicly available)
  • Profile URL โ€” link to official model announcement
  • Scraped at โ€” ISO 8601 timestamp

Usage

Basic run (all arenas, default 10 records)

No configuration needed โ€” just run with default settings to get a sample of the leaderboard.

Full leaderboard

Set maxItems to a high number (e.g., 1000) to get all ~900+ entries across all arenas.

Filter by arena

Use the arenas input to limit results to specific variants:

{
"maxItems":500,
"arenas":["text","code","vision"]
}

Available arena slugs:

  • text โ€” overall text/conversation benchmark (the main leaderboard)
  • code โ€” coding tasks
  • vision โ€” image understanding
  • document โ€” document Q&A
  • text-to-image โ€” image generation
  • image-edit โ€” image editing
  • image-to-code โ€” screenshot-to-code
  • search โ€” search tasks
  • text-to-video โ€” video generation
  • image-to-video โ€” image-to-video
  • video-to-video โ€” video editing

Input Schema

FieldTypeDefaultDescription
maxItemsinteger10Maximum total records to return
arenasarray[] (all)Arena slugs to include. Empty = return all arenas

Output Sample

{
"leaderboard_variant":"text",
"rank":1,
"rank_upper":1,
"rank_lower":4,
"model_name":"claude-opus-4-6-thinking",
"organization":"Anthropic",
"elo_score":1502.17,
"elo_confidence_low":1497.91,
"elo_confidence_high":1506.43,
"vote_count":34186,
"license":"Proprietary",
"context_window_tokens":1000000,
"input_price_per_million":5,
"output_price_per_million":25,
"profile_url":"https://www.anthropic.com/news/claude-opus-4-6",
"scraped_at":"2026-06-01T15:05:33.265Z"
}

Technical Notes

  • Single HTTP request โ€” all arena data is embedded in the page's server-side rendered response (~4.6 MB). No pagination, no API calls.
  • No proxy required โ€” the site serves datacenter IPs without blocking.
  • Fast โ€” typical run completes in under 30 seconds.
  • The leaderboard updates daily as new arena battles are processed.

Use Cases

  • Track ELO rankings over time for specific models or organizations
  • Compare models across different task categories (code vs. vision vs. overall)
  • Feed into model-routing or evaluation pipelines
  • Monitor competitive positioning for newly launched models
  • Research and academic benchmarking datasets

You might also like

Chatbot Arena Scraper

automation-lab/chatbot-arena-scraper

Scrapes the Chatbot Arena (arena.ai) leaderboard to extract LLM model rankings, Elo scores, confidence intervals, vote counts, and category-specific ratings from human preference battles.

๐Ÿ‘ User avatar

Stas Persiianenko

6

PRโญ•DUCT HUNT Leaderboard Scraper

jupri/producthunt-leaderboard

๐Ÿ’ซ Scrape ProductHunt Leaderboard

Product Hunt Scraper - Launches, Products & Leaderboard

thirdwatch/producthunt-scraper

Scrape Product Hunt launches, product profiles, and leaderboard rankings. Extract name, tagline, votes, comments, topics, pricing, reviews, and website URLs. Daily featured products, category browsing, and historical leaderboard data.

6

5.0

Substack Leaderboard Scraper

parsebird/substack-leaderboard-scraper

Scrape Substack leaderboard rankings across 30 categories. Extract top bestseller and rising publications with subscriber counts, pricing tiers, author details, and ranking metrics.

Llm Benchmarks

david_flagg/llm-benchmarks

Unified LLM data โ€” pricing, benchmarks, specs, and local deployment info for 300+ models. Compare cost, Open LLM Leaderboard scores, Arena ratings, context lengths, GGUF availability, and VRAM estimates in one dataset.

ProductHunt Leaderboard Scraper

ecomscrape/producthunt-leaderboard-scraper

Product Hunt Leaderboard Scraper automates extraction of trending products, rankings, votes, and launch metrics from daily, weekly, and monthly leaderboards. Efficiently collect product intelligence for competitive analysis, trend research, and market opportunity identification.

ecomscrape

4

Whop Creator Community Leaderboard Scraper

jungle_synthesizer/whop-discover-creator-community-leaderboard-scraper

Scrape the Whop discover leaderboard โ€” the largest paid-community marketplace. Extract creator communities with pricing tiers, ratings, review counts, members, access passes, and creator details.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

LLM Radar - AI Model Pricing, Benchmarks & Status Actor API

datahq/llm-radar

Real-time pricing for 110+ AI models, live LMSYS Arena ELO scores, and provider operational status from 11 providers. One API call.

DataHQ

18

GSM Arena Phone Scraper - Cheap ๐Ÿ”๐Ÿš€๐Ÿ“ฑ

scrapestorm/gsm-arena-phone-scraper---cheap

๐Ÿ” Scrape Smartphones at Scale โ€“ GSM Arena ๐Ÿ“ฑ Enter a GSM Arena brand URL to collect smartphone data at scale, including phone model, display specs, battery capacity, storage, RAM, release date & product URL ๐Ÿ”—๐Ÿ“Š Perfect for mobile market research, e-commerce catalogs & tech trend analysis ๐Ÿš€

4