TechLeads.fyi Technology Scraper avatar

TechLeads.fyi Technology Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
TechLeads.fyi Technology Scraper

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

TechLeads.Fyi

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

5 hours ago

Last modified

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)

EventPrice (recommended)Notes
apify-default-dataset-item$0.50 / 1,000 (= $0.0005 per domain)Primary — one charge per dataset row
apify-actor-startleave default / freeCovers 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

FieldRequiredDescription
domainsyesDomains or URLs, max 1,000
batchSizenoDomains per backend call (default 100)
maxConcurrencynoParallel 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)

EnvPurpose
TECHLEADS_API_KEYSecret (@techleadsApiKey) — admin key for api.techleads.fyi
TECHLEADS_AUTH_MODEadmin (X-Admin-API-Key) or bearer
TECHLEADS_API_BASE_URLDefault https://api.techleads.fyi

Local development

cd techleads-actor
npm install
export TECHLEADS_API_KEY=...
export TECHLEADS_AUTH_MODE=admin
export TECHLEADS_API_BASE_URL=https://api.techleads.fyi
npm run build
npx apify run

Deploy

npx apify login
npx apify push

Then complete Publication → Monetization (steps in Console / see Pricing above).