Skip to main content

BubblaV Scrape API

Use BubblaV to scrape any public page and return:
You can reuse the same API key used for MCP server access.

Endpoint

  • URL: POST https://www.bubblav.com/api/scrape
  • Header: X-API-Key: bubblav_mcp_...
  • Required scope: mcp:tools:execute

cURL

Node.js SDK

Python

CLI (npx)

AI Skill Install

Create a local skill folder and add this SKILL.md:
Skill lives in this repo: skills/web-scrape-md/SKILL.md.

MCP Tool

If you’re already connected to BubblaV MCP server, use tool:
  • bubblav_scrape_url with { "url": "https://example.com" }
This returns the same JSON structure (url + markdown).

Install AI Skill with npx

Claude Code Plugin

Configure API key for the plugin

The plugin skills (e.g. web-scrape-md) need a BubblaV API key. Generate a key:
  1. Log in to your BubblaV dashboard
  2. Navigate to your Website Settings page
  3. Click the API Keys tab
  4. Click Generate New Key
  5. Enter a name (e.g. “Claude Code”) and select MCP scopes
  6. Click Generate and copy the key immediately — it won’t be shown again
Then set it in your project’s .claude/.env file:
If the key is missing, the skill will prompt you to provide one on first use and save it automatically. Once configured, it persists across sessions. Env file priority (highest to lowest):

Install via marketplace

Add the BubblaV marketplace and install the plugin:
Then browse and install from the Discover tab, or install directly:
After installing, reload to activate: