ShieldRoute Analyzer
Pricing
Pay per usage
Go to Apify Store
Under maintenance
ShieldRoute Analyzer
Estimate anti-bot risk and choose the best scraping route (http, hybrid, browser).
Pricing
Pay per usage
Rating
0.0
(0)
Developer
André Ahlert
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
ShieldRoute API (Apify Actor)
This project can run in two modes:
- Fastify API for local development (
src/server.ts) - Apify Actor for marketplace runs (
src/main.ts)
Local API mode
npm installnpm run dev
Health endpoint: GET /health
Analyze endpoint: POST /v1/analyze
Apify Actor mode (local)
npm installnpm run buildnpm run start:actor
Example Actor input:
{"domains": ["example.com", "www.cloudflare.com"],"strategy": "hybrid"}
Deploy to Apify
- Install CLI:
npm i -g apify-cli - Login:
apify login - Push actor:
apify push - Run actor from Apify Console or API


