Dashboard
Manage your AVALW Worker API integration
Current Tier
None
Run worker to earn tier
Core-Hours Today
0.0
contributing
Usage Today
0
/ 0 limit
Whitelisted
0
domains
Usage Overview
0 used
1,000 limit
API Tiers (Based on Core-Hours)
Starter
1K/day
3 Core-Hours
Min 3 cores
Basic
5K/day
12 Core-Hours
Min 4 cores
Pro
20K/day
36 Core-Hours
Min 6 cores
Business
50K/day
72 Core-Hours
Min 8 cores
Enterprise
500K/day
240 Core-Hours
Min 16 cores
Core-Hours Formula: Cores x (Speed / 3.0 GHz) x Usage% x Hours
Your tier is automatically determined by your worker's contribution. Run the worker longer with more cores to unlock higher tiers.
Whitelisted Domains
No domains whitelisted yet.
Your Credentials
Quick Start
Terminal
# Install worker npm i -g @avalw/search-worker # Run with your token avalw-worker TOKEN
API Usage
JavaScript
const res = await fetch( 'https://worker.avalw.org' + '/api/search?q=query' + '&token=YOUR_TOKEN' );