spectrawl 0.3.18 → 0.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -63,15 +63,16 @@ Different tools for different needs.
63
63
 
64
64
  ## Search
65
65
 
66
- Default cascade: **Gemini Grounded → BraveDDG**
66
+ Default cascade: **Gemini Grounded → TavilyBrave**
67
67
 
68
68
  Gemini Grounded Search gives you Google-quality results through the Gemini API. Free tier: 5,000 grounded queries/month.
69
69
 
70
70
  | Engine | Free Tier | Key Required | Default |
71
71
  |--------|-----------|-------------|---------|
72
72
  | **Gemini Grounded** | 5,000/month | `GEMINI_API_KEY` | ✅ Primary |
73
- | Brave | 2,000/month | `BRAVE_API_KEY` | ✅ Fallback |
74
- | DuckDuckGo | Unlimited | None | ✅ Last resort |
73
+ | Tavily | 1,000/month | `TAVILY_API_KEY` | ✅ 1st fallback |
74
+ | Brave | 2,000/month | `BRAVE_API_KEY` | ✅ 2nd fallback |
75
+ | DuckDuckGo | Unlimited | None | Available |
75
76
  | Bing | Unlimited | None | Available |
76
77
  | Serper | 2,500 trial | `SERPER_API_KEY` | Available |
77
78
  | Google CSE | 100/day | `GOOGLE_CSE_KEY` | Available |
@@ -216,7 +217,7 @@ npx spectrawl install-stealth # download Camoufox browser
216
217
  ```json
217
218
  {
218
219
  "search": {
219
- "cascade": ["gemini-grounded", "brave", "ddg"],
220
+ "cascade": ["gemini-grounded", "tavily", "brave"],
220
221
  "scrapeTop": 5
221
222
  },
222
223
  "cache": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "spectrawl",
3
- "version": "0.3.18",
4
- "description": "The unified web layer for AI agents. Search (6 engines), stealth browse (Camoufox + Playwright), auth (cookies, multi-account), act (24 adapters, 30+ platforms), proxy rotation. Self-hosted, free.",
3
+ "version": "0.3.19",
4
+ "description": "The unified web layer for AI agents. Search (8 engines), stealth browse, auth, act on 24 platforms. Self-hosted.",
5
5
  "main": "src/index.js",
6
6
  "types": "index.d.ts",
7
7
  "bin": {