Skip to main content
AI Studio  add-on for Spider.
models.dev · HTTP 200

Models Scraper

Spider read models.dev in 136 ms without a browser and returned 594 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response models.dev/index.md markdown · 594 lines
Llama 3.1 Nemotron 70B Instructnvidia/llama-3.1-nemotron-70b-instructGPT-4.1 miniopenai/gpt-4.1-miniGPT-4.1 nanoopenai/gpt-4.1-nanoLlama 3.1 Nemotron Ultra 253Bnvidia/llama-3.1-nemotron-ultra-253bLlama 3.3 Nemotron Super 49B v1nvidia/llama-3.3-nemotron-super-49b-v1Llama 4 Maverick 17B Instructmeta/llama-4-maverick-17b-instructLlama 4 Scout 17B Instructmeta/llama-4-scout-17b-instructQwen3 235B-A22Balibaba/qwen3-235b-a22bQwen3-Coder 30B-A3B Instructalibaba/qwen3-coder-30b-a3b-instructQwen3-Coder 480B-A35B Instructalibaba/qwen3-coder-480b-a35b-instructQwen-Omni Turboalibaba/qwen-omni-turboMagistral Medium (latest)mistral/magistral-medium-latestCommand Acohere/command-a-03-2025Command R7B Arabiccohere/command-r7b-arabic-02-2025Claude Sonnet 3.7anthropic/claude-3-7-sonnet-20250219Codestral (latest)mistral/codestral-latestDeepSeek-V3deepseek/deepseek-v3Gemini 2.0 Flashgoogle/gemini-2.0-flashGemini 2.0 Flash-Litegoogle/gemini-2.0-flash-litePhi-4-minimicrosoft/phi-4-miniLlama-3.3-70B-Instructmeta/llama-3.3-70b-instructCommand R7Bcohere/command-r7b-12-2024GPT-4o (2024-11-20)openai/gpt-4o-2024-11-20Mistral Large 2.1mistral/mistral-large-2411Qwen2.5-Coder-0.5Balibaba/qwen2.5-coder-0.5bPixtral Large (latest)mistral/pixtral-large-latestAya Expanse 32Bcohere/c4ai-aya-expanse-32bAya Expanse 8Bcohere/c4ai-aya-expanse-8bClaude Haiku 3.5anthropic/claude-3-5-haiku-20241022Claude Sonnet 3.5 v2anthropic/claude-3-5-sonnet-20241022Ministral 8B Instructmistral/ministral-8b-instruct-2410
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 models.dev.

models-dev-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://models.dev");

// 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 NameAddressPhoneCategoryRatingWebsite

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 models.dev costs to scrape.

The capture above cost $0.002347 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://models.dev/", "return_format": "markdown"}'

More AI & Developer scrapers.

Start scraping models.dev.

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.