TechLeads.fyi Technology Scraper
Pricing
from $0.50 / 1,000 results
TechLeads.fyi Technology Scraper
Look up website technology stacks via the Techleads.fyi. Supports up to 1,000 domains per run using the batch lookup endpoint. No proxy needed. Pay 0.5$ / 1000 requests. 4 times cheaper to builtwith.com.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
TechLeads.Fyi
Maintained by CommunityActor stats
1
Bookmarked
1
Total users
0
Monthly active users
5 hours ago
Last modified
Categories
Share
TechLeads.fyi Technology Scraper (Apify Actor)
Apify Actor for website technology lookups powered by techleads.fyi.
Any Apify user can run it — no TechLeads tl_* API key required.
Monetization is per domain result via Apify pay-per-event (synthetic apify-default-dataset-item).
Pricing (Console)
| Event | Price (recommended) | Notes |
|---|---|---|
apify-default-dataset-item | $0.50 / 1,000 (= $0.0005 per domain) | Primary — one charge per dataset row |
apify-actor-start | leave default / free | Covers first ~5s compute (recommended) |
Platform usage: leave Pay per event + usage OFF so usage is included in your event price (you absorb compute from your 80% cut).
Do not add a custom domain-lookup event — that would double-bill with the synthetic dataset event.
Input
| Field | Required | Description |
|---|---|---|
domains | yes | Domains or URLs, max 1,000 |
batchSize | no | Domains per backend call (default 100) |
maxConcurrency | no | Parallel batch calls, max 5 (default 5) |
{"domains": ["stripe.com", "shopify.com", "vercel.com"]}
Output
One dataset item per domain (domain, url, success, techs[] with name / tag / categories, scrapedAt). Failed domains are still pushed (success: false) and billed.
Modes
- Standard run — batch lookup from input; one PPE charge per pushed row; summary in KV
OUTPUT. - Standby / live-view — HTTP API:
GET /health,GET /lookup?domain=,POST /lookup/batch,GET /openapi.json. Authenticate with your Apify token on the Standby URL.
Backend (operators only)
| Env | Purpose |
|---|---|
TECHLEADS_API_KEY | Secret (@techleadsApiKey) — admin key for api.techleads.fyi |
TECHLEADS_AUTH_MODE | admin (X-Admin-API-Key) or bearer |
TECHLEADS_API_BASE_URL | Default https://api.techleads.fyi |
Local development
cd techleads-actornpm installexport TECHLEADS_API_KEY=...export TECHLEADS_AUTH_MODE=adminexport TECHLEADS_API_BASE_URL=https://api.techleads.fyinpm run buildnpx apify run
Deploy
npx apify loginnpx apify push
Then complete Publication → Monetization (steps in Console / see Pricing above).