imperium-crawl 2.6.0 → 2.6.1
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ Headers → TLS fingerprinting → headless browser + CAPTCHA solving. Automatic
|
|
|
178
178
|
🧠 **Self-Improving**
|
|
179
179
|
Adaptive learning engine remembers what works per domain. Second visit is 3x faster. The more you use it, the smarter it gets.
|
|
180
180
|
|
|
181
|
-
🧰 **
|
|
181
|
+
🧰 **41 Tools, 2 Modes**
|
|
182
182
|
CLI tool or interactive TUI. Scraping, crawling, search, extraction, API discovery, WebSocket monitoring, browser automation, batch processing.
|
|
183
183
|
|
|
184
184
|
📜 **14 Built-in Recipes**
|
|
@@ -194,7 +194,7 @@ Teach it once, run forever. Auto-detect patterns on any page, save as reusable s
|
|
|
194
194
|
| Feature | **imperium-crawl** | Firecrawl | Crawl4AI | Browserbase | Puppeteer |
|
|
195
195
|
|---------|:------------------:|:---------:|:--------:|:-----------:|:---------:|
|
|
196
196
|
| Price | **Free forever** | $19+/month | Free | $0.01/min | Free |
|
|
197
|
-
| Total tools | **
|
|
197
|
+
| Total tools | **41** | 5 | 2 | 4 | N/A |
|
|
198
198
|
| Stealth levels | **3 (auto-escalate)** | Cloud-based | 1 | Cloud-based | None |
|
|
199
199
|
| Anti-bot detection | **7 systems** | Partial | Partial | Partial | None |
|
|
200
200
|
| TLS fingerprinting | **JA3/JA4** | No | No | No | No |
|
|
@@ -287,7 +287,7 @@ Second visit to cloudflare.com:
|
|
|
287
287
|
|
|
288
288
|
---
|
|
289
289
|
|
|
290
|
-
## All
|
|
290
|
+
## All 41 Tools
|
|
291
291
|
|
|
292
292
|
### 📄 Scraping (no API key needed)
|
|
293
293
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "imperium-crawl",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "41-tool open-source CLI for web scraping, PDF extraction, content monitoring, reusable browser flows, RSS aggregation, and custom skills. CamoFox C++ anti-detection engine. Zero API keys for core tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|