Utility APIs that do one thing well.

Screenshots, IP reputation, email deliverability, HTTP header scores, URL previews, and SSL certificate lookups. Free tier is 100 calls/day, no signup. Paid from $9/mo.

curl "https://api.sitetrace.it.com/api/shot?url=https://example.com" --output shot.png

Six APIs. One auth. No surprises.

Every endpoint returns JSON (except /api/shot, which returns a PNG). The same key works on all of them. The free tier never asks for a card.

How it works

Three ways in, from "just trying it" to "running in production".

1. Paste a URL

No signup. Hit any endpoint with a query string. 100 calls/day per IP. You get a real response in 200ms–3s.

2. Get a free key

Email-only signup at /signup. Bumps you to 1,000 calls/day on the same endpoints.

3. Pick a plan

$9/mo (1k/day), $49/mo (30k/day), $199/mo (200k/day). Cancel any time. Pay via PayPal (Paddle).

Frequently asked

Do I need an account to try it?

No. The free tier is fully functional with no signup — just hit any endpoint. If you want 1,000 calls/day (vs 100 per IP), email signup at /signup takes 10 seconds.

How is this different from bigger services?

It's not a 1:1 replacement for, say, IPQS or Hunter.io — those have a wider feature set. We focus on the five (six, counting certs) most-requested utility APIs, with a generous free tier and a transparent price. We compete on the long tail of use cases where paying $300/mo for a 10x-bigger service doesn't make sense.

Where does the data come from?

DNSBLs are queried live via Cloudflare DNS-over-HTTPS. Geolocation comes from ip-api.com. Email records come from the domain's authoritative DNS. Screenshots run in Cloudflare's headless Chrome. SSL data comes from crt.sh, cached for 24h.

Can I cancel any time?

Yes. The plan is month-to-month, no contract. Cancel from the dashboard or via the Paddle receipt email.

What if I go over my quota?

The API returns HTTP 429 with a JSON body explaining the situation. No surprise overage charges. Upgrade at /pricing or wait for the daily reset (UTC midnight).