Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>
Firecrawl
OtherFirecrawl scrape/crawl — self-hosted + hosted API.
togo-framework
bash
togo install togo-framework/ai-firecrawlInstall
bash
togo install togo-framework/ai-firecrawlai-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(defaulthttp://localhost:3002). - Hosted: set
FIRECRAWL_API_KEY(base defaults tohttps://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> · <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>