Skip to main content
AI Studio  add-on for Spider.
arena.ai · HTTP 200

Arena Scraper

Spider read arena.ai in 3.4 s without a browser and returned 3,901 lines of clean markdown, including the section "Text Arena🏆Overall".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response arena.ai/leaderboard/text.md markdown · 3,901 lines
🧮Math📝Instruction Following💬Multi-Turn✍️Creative Writing💻Coding🌶️Hard Prompts🧠Hard Prompts (English)+ View more# Text Arena🏆OverallView overall rankings across various AI models in text-to-text tasks across math, coding, creative writing, and other open-ended domains.claude-opus-4-5-20251101-thinking-32kgrok-4.20-beta-0309-reasoninggrok-4.20-multi-agent-beta-0309gemini-3-flash (thinking-minimal)claude-sonnet-4-5-20250929-thinking-32kdeepseek-v4-pro-high-previewclaude-opus-4-1-20250805-thinking-16kMiniMax · MiniMax Community Licensedeepseek-v4-flash-high-previewgemini-3.1-flash-lite-previewnvidia-nemotron-3-ultra-550b-a55b-nvfp4amazon-nova-experimental-chat-26-02-10claude-opus-4-20250514-thinking-16kqwen3-235b-a22b-instruct-2507deepseek-v3.1-terminus-thinkingamazon-nova-experimental-chat-26-01-10Tencent · tencent-hunyuan-communitygemini-2.5-flash-preview-09-2025claude-sonnet-4-20250514-thinking-32kqwen3-235b-a22b-thinking-2507amazon-nova-experimental-chat-12-10claude-3-7-sonnet-20250219-thinking-32kqwen3-coder-480b-a35b-instructgemini-2.5-flash-lite-preview-09-2025-no-thinkinggemini-2.5-flash-lite-preview-06-17-thinkingamazon-nova-experimental-chat-11-10nvidia-nemotron-3-super-120b-a12bgemini-2.0-flash-lite-preview-02-05
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on arena.ai.

arena-ai-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://arena.ai");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What arena.ai costs to scrape.

The capture above cost $0.004265 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://arena.ai/leaderboard/text?ref=explainx", "return_format": "markdown"}'

More AI & Developer scrapers.

Start scraping arena.ai.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.