ShieldRoute Analyzer avatar

ShieldRoute Analyzer

Under maintenance

Pricing

Pay per usage

Go to Apify Store
ShieldRoute Analyzer

ShieldRoute Analyzer

Under maintenance

Estimate anti-bot risk and choose the best scraping route (http, hybrid, browser).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

André Ahlert

André Ahlert

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

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 install
npm run dev

Health endpoint: GET /health
Analyze endpoint: POST /v1/analyze

Apify Actor mode (local)

npm install
npm run build
npm run start:actor

Example Actor input:

{
"domains": ["example.com", "www.cloudflare.com"],
"strategy": "hybrid"
}

Deploy to Apify

  1. Install CLI: npm i -g apify-cli
  2. Login: apify login
  3. Push actor: apify push
  4. Run actor from Apify Console or API