Skip to main content
AI Studio  add-on for Spider.
context7.com · HTTP 200

Context7 Scraper

Spider read context7.com in 1.4 s without a browser and returned 1,188 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response context7.com/docs/resources/all-clients.md markdown · 1,188 lines
Context7 supports all MCP clients. Below are configuration examples for popular clients. If your client isn’t listed, check its documentation for MCP server installation. To configure manually, use the Context7 server URL `https://mcp.context7.com/mcp` with your MCP client and pass your API key via the `Authorization: Bearer YOUR_API_KEY` header.Add this to your Roo Code MCP configuration file. See Roo Code MCP docs for more info.####Add this to your Devin Desktop MCP config file. See Devin Desktop MCP docs for more info.####Open Claude Desktop and navigate to Settings > Connectors > Add Custom Connector. Enter the name as `Context7` and the remote MCP server URL as `https://mcp.context7.com/mcp`.####Open Claude Desktop developer settings and edit your `claude_desktop_config.json` file. See Claude Desktop MCP docs for more info.ChatGPT supports MCP servers through remote connectors via Developer Mode (beta). Available for Pro, Plus, Team, Enterprise, and Edu plans.####Go to: `Settings` → `Apps` → `Advanced settings` → Enable `Developer Mode`####Go to: `Settings` → `Apps` → `Create App`Fill in the following:`Fetch up-to-date documentation and code examples for any library directly from the source``https://mcp.context7.com/mcp/oauth`> Accept the security notice and complete the one-time OAuth authorization.Start a new chat → Click the plus icon → Hover over `More` → Select the `Context7` app.Alternatively, you can say `use context7` in your prompt and ChatGPT will automatically use the `Context7` app.See OpenAI MCP docs for more info.The ChatGPT desktop app shares apps configured on the web. Set up the app on chatgpt.com first.####1. Enable Developer Mode (on the Web)Open the ChatGPT desktop app → Start a new chat → ChatGPT will automatically use the `Context7` app when you ask it to.Apps configured on the web are automatically available in the desktop app.See OpenAI MCP docs for more info.
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 context7.com.

context7-com-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://context7.com");

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

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 context7.com costs to scrape.

The capture above cost $0.001784 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://context7.com/docs/resources/all-clients", "return_format": "markdown"}'

More Directories scrapers.

Start scraping context7.com.

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.