Marketplace

Firecrawl

Other

Firecrawl scrape/crawl — self-hosted + hosted API.

togo-framework
bash
togo install togo-framework/ai-firecrawl

Install

bash
togo install togo-framework/ai-firecrawl

ai-firecrawl

A togo AI data-source plugin — scrape/crawl web pages to clean markdown with Firecrawl, for ai-rag ingest and agents. Supports self-hosted and the hosted API.

bash
togo install togo-framework/ai-firecrawl
  • Self-hosted: set FIRECRAWL_URL (default http://localhost:3002).
  • Hosted: set FIRECRAWL_API_KEY (base defaults to https://api.firecrawl.dev).

Use

  • Go: firecrawl.FromKernel(k).Scrape(ctx, "https://example.com") → markdown · .Crawl(ctx, url)
  • REST: POST /api/ai/firecrawl/scrape {"url":"…"} · POST /api/ai/firecrawl/crawl {"url":"…"}

Part of the togo AI kit. MIT.


<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> &nbsp;·&nbsp; <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>