Search & Scraping
Web search
Section titled βWeb searchβBacks the web-search skill in the tool loop.
| Tool id | Vendor | Credentials | Status | Divinci usage |
|---|---|---|---|---|
brave-webIndependent web search via Brave Search API. Privacy-focused search with web results, descriptions, and metadata. | Brave Search | BYOK | available | β |
exa-webAI-native web search via Exa API. Semantic web search with AI-curated results, highlights, and metadata. | Exa | BYOK | available | β |
serper-googleGoogle Search results via Serper API. Fast, reliable web search with organic results, snippets, and metadata. | Serper | BYOK | available | β |
Usage figures for this category are not collected yet β the weekly job populates them.
All three are BYOK. They differ in what they are good at: Serper proxies Google results, Brave returns an independent index, and Exa is embedding-based β it finds pages that are semantically like a description rather than pages containing your keywords. For "find me more pages like this one", Exa is the one that behaves the way you want.
Provider health is tracked, so a provider erroring or rate-limiting does not take the skill down with it.
Scraping
Section titled βScrapingβBacks crawls, the scrape-url skill, and the web-crawl connector.
| Tool id | Vendor | Credentials | Status | Divinci usage |
|---|---|---|---|---|
@cloudflare/browser-renderingRenders pages in a headless browser, capturing JavaScript-rendered content and images. | Cloudflare | Divinci-managed | available | β |
@divinci-ai/fetch-scraperFetches Url, processes html and turns it into markdown. **Doesn't wait for javascript to load.** | Divinci AI | Divinci-managed | available | β |
@divinci-ai/firecrawlRenders pages in a headless browser with JavaScript execution. Powered by self-hosted FireCrawl. | Divinci AI | Divinci-managed | available | β |
@mendable/firecrawlPremium web scraping with anti-bot protection, IP rotation, and advanced features. Requires FireCrawl API key. | mendable.ai | BYOK | available | β |
Usage figures for this category are not collected yet β the weekly job populates them.
They form a cascade, cheapest first:
@divinci-ai/fetch-scraperβ a plain HTTP fetch. Handles the majority of pages, costs nothing, no third party involved.- Firecrawl β for pages that need rendering or that reject naive clients.
Available on Divinci's account (
@divinci-ai/firecrawl) or on your own key (@mendable/firecrawl). - Cloudflare Browser Rendering β a real browser, for pages that only exist after JavaScript runs.
See also
Section titled βSee alsoβ- Web Crawl connector
- Tool Catalog β the
web-searchandscrape-urlskills.