DomDetailer on API marketplaces.
The same endpoints, bought a different way. Marketplaces handle the subscription and the billing; you never hold a DomDetailer key or manage a credit balance.
Direct, or through a marketplace?
Both reach the same API. The difference is how you pay and what you have to manage.
| Direct with credits | Through a marketplace | |
|---|---|---|
| Billing | One-off purchase, no renewal | Monthly subscription on their plans |
| Unused capacity | Kept indefinitely | Resets each billing period |
| Cost | From $0.00079 per domain | Higher - the marketplace takes a commission |
| Setup | Create an account, copy an API key | Subscribe, use their key |
| Support | Straight to us | Through their platform first |
| Best for | Regular or bulk use | Trying it out, or consolidated API billing |
Listings.
Marketplace listings are in preparation. Until they are live, the direct API is the way in — and it is the cheaper one regardless.
RapidAPI Hub
PreparingThe largest public API catalogue. Subscribe there and RapidAPI bills you directly on their plans, with no DomDetailer account involved.
You already manage API spend through RapidAPI, or you want to try the endpoints before committing to credits.
Postman Public API Network
PreparingA published collection you can fork and run inside Postman. Discovery and testing rather than billing - you still bring your own API key.
You want to try requests in a tool you already have open before writing any code.
Zyla API Hub
PreparingA multi-vendor catalogue with centralised billing across every API you subscribe to there.
You buy several data APIs and would rather have one invoice for the lot.
We are straightforward to onboard.
There is a published OpenAPI 3.0 specification, a gateway that verifies a shared proxy secret, and per-consumer usage headers on every response. If you operate a catalogue and want DomDetailer in it, that is most of the work already done.
# Your gateway forwards with a shared secret attached GET /rapidapi/v1/domain-metrics?domain=example.com X-RapidAPI-Proxy-Secret: <shared secret> X-RapidAPI-User: <consumer id> X-RapidAPI-Subscription: BASIC | PRO | ULTRA | MEGA # Every response carries the consumer's remaining allowance 200 OK X-RateLimit-Limit: 250 X-RateLimit-Remaining: 249 X-RateLimit-Reset: 1756400000
About buying elsewhere.
Is the data different through a marketplace?
No. Marketplace requests reach exactly the same endpoints as a direct API call, and return the same fields from the same sources. Only the billing and the authentication differ.
Which is cheaper?
Buying credits directly, in almost every case. Marketplaces take a commission on each subscription, and that has to be priced in. Marketplaces are worth it for consolidated billing or for trying the API without setting up an account.
Can I move from a marketplace to a direct account later?
Yes. Buy credits here, swap your requests to the documented endpoints with your own API key, and cancel the marketplace subscription. There is no migration and no lock-in.
Start at 25,000 lookups for $34.
One balance covers the browser tools, the desktop app and the API. Nothing renews, nothing expires, and you can stop using it for six months without losing anything.