Domain WHOIS Lookup (RDAP) — Registrar, Expiry, Availability
Pricing
from $0.80 / 1,000 domain results
Domain WHOIS Lookup (RDAP) — Registrar, Expiry, Availability
Fast, reliable domain registration data via the RDAP protocol (modern WHOIS): registrar, creation/expiry dates, EPP status, nameservers, DNSSEC, and availability verdicts. Registry-direct, 1,100+ TLDs, no contact/personal data. Clean flat JSON for automation and LLM/MCP pipelines.
Pricing
from $0.80 / 1,000 domain results
Rating
0.0
(0)
Developer
Leonardo Santos
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
apify-actors
Monorepo for Hermes-built, monetized Apify actors. One actor per directory. Shared
code lives in ./lib/: lib/src/transport.ts (retry/session/backoff engine),
lib/src/ppe.ts (pay-per-event metering invariants), lib/golden/ (the declarative
golden-set engine + runner — same vocabulary and message strings as the foundry cron's
golden_generic.py; tools/diff-golden-engines/ proves the two engines agree and must
be re-run whenever either changes). yahoo-finance and rdap-domain-lookup build on
lib/ today; google-trends and google-news still carry pre-lib copies (migrate with
their next planned deploy).
Deploying a lib/-based actor: its Docker context is the repo root, and apify push
both refuses parent contexts and drops nested .actor/ dirs from uploads — so always
push through the wrapper: tools/push-actor.sh <actor-dir> (log into the intended
account first; verify with npx -y -p apify-cli apify info).
| Actor | Status | Spec | Store listing |
|---|---|---|---|
| ./google-trends/ | Live + monetized (PPE keyword-result) | ./google-trends/SPEC.md | ./google-trends/README.md |
| ./google-news/ | Live + monetized (PPE article-result) | ./google-news/SPEC.md | ./google-news/README.md |
| ./yahoo-finance/ | Live + monetized (PPE ticker-result), launched 2026-07-16 | ./yahoo-finance/SPEC.md | ./yahoo-finance/README.md |
| ./rdap-domain-lookup/ | Live public + monetized (PPE domain-result), launched 2026-07-16 | ./rdap-domain-lookup/SPEC.md | ./rdap-domain-lookup/README.md |
| ./ads-transparency/ | Spec approved, build started; on hold pending proxy-economics gate | — (spec in hermes:workspace/plans/2026-07-16-ads-transparency-actor-pilot.md) | — (no listing yet) |
Provenance
Built under the pilot plan hermes:workspace/plans/2026-07-03-google-trends-actor-pilot.md,
which is the successor to the Apify demand probe (2026-07-03-apify-demand-probe.md).
The Google Trends actor is a deliberate single-actor pilot testing two theses: (1) a
reliable Google Trends actor can win users in a niche whose official incumbent fails 1 in
4 runs, and (2) a Hermes cron can detect degradation and ship repairs faster than a human
maintainer.
Accounts
- Publish / monetize: Apify account
leorochasantos(tokenAPIFY_API_TOKEN_BACKUPin Hermes.env). Financial/monetization actions are Leo-only. - Dev / probe: account
jarbaspsantosbr(APIFY_API_KEY). Used for on-platform test runs so the publish account's free credit stays clean.
Tokens live only in Hermes .env; never commit them.