vaaya / catalog / scrape page

Scrape page for AI agents

Read a web page as Markdown, including pages that need JavaScript rendering.

from 1¢

What it's for

Pull one URL as clean, readable markdown — not raw HTML.
Renders JavaScript and strips nav/footer boilerplate automatically.
Handles anti-bot pages that a plain fetch would be blocked on.
Good for a pricing page, a doc, or a single article.

How to ask your agent

Connect Vaaya, then just say it in plain language. For example:

Use Vaaya to scrape this competitor's pricing page into markdown.

Use Vaaya to pull this blog post as clean markdown.

What you get back

{
  "markdown": "# Pricing\n\nStarter — $29/mo\nGrowth — $99/mo\n…",
  "metadata": {
    "title": "Pricing — Acme",
    "sourceURL": "https://acme.com/pricing",
    "statusCode": 200
  }
}

Pricing

from ~1¢ per page. Charges are shown in cents and recorded in your transaction history. Set a maximum cost for each call. Failed calls are not charged.

Try it with your agent.

Connect Vaaya and describe what you want to do. Your agent can find a suitable service and call it within your budget.

npx @vaaya/mcp install