Capture a target page as the user sees it.
Pass a URL. Get back a rendered screenshot of the page along with capture metadata. Useful for impersonation evidence, takedown documentation, and continuous-monitoring loops.
Visual evidence, captured on demand.
The Screenshot Lookup API renders a target URL in a real browser and returns the resulting screenshot along with capture metadata: viewport size, render time, final URL after redirects, page title, and timestamp.
The renderer runs a full browser instance, executes JavaScript, and resolves the page as a user would see it. The output is a PNG (or JPEG, on request) plus a metadata block describing the capture.
Use this when visual evidence matters: takedown documentation for impersonating sites, continuous-monitoring snapshots of vendor login pages, or any workflow that needs to record what a target looked like at a point in time.
One endpoint, one required parameter.
Endpoint:
GET https://api.deepinfo.com/v1/lookup/screenshot?url={url}
Parameters (placeholder, awaiting confirmation):
Authentication is by API token in the request header. See docs.deepinfo.com for the full request reference.
See what the API returns.
Real response structure for the Capture a target page as the user sees it endpoint. Field coverage may vary based on query parameters and data availability.
{
"url": "https://www.example.com",
"final_url": "https://www.example.com/",
"check_date": "2026-05-02T08:30:11Z",
"render_time_ms": 1842,
"viewport": {"width": 1280, "height": 800},
"title": "Example Domain",
"image_url": "https://screenshots.deepinfo.com/2026-05-02/example-com-8c1da2.png",
"image_format": "png",
"image_size_bytes": 184273
}
Sample response shown. Real responses depend on query parameters, data availability, and API version. Talk to us for full schema documentation.
Workflows this API plugs into directly.
Brand Impersonation Protection
Capture impersonating-site visuals for takedown evidence with a timestamp.
Read the use casePhishing Detection and Prevention
Snapshot phishing kit pages for analyst review and SOC ticket attachments.
Read the use caseManaged Takedown Services
Bundle screenshot evidence with takedown requests automatically.
Read the use case“Visual evidence for impersonation takedowns used to require a separate headless-browser pipeline. One API call returning the rendered screenshot plus capture metadata sits directly in our enforcement-evidence flow.”
Other lookup APIs.
Current Whois state for any domain, in one call.
The Whois Lookup API returns the registration record for a domain right now: registrar, dates, registrant, name servers, and status codes.
See API APICurrent IP allocation state, in one call.
Pass an IP address.
See API APICurrent DNS state for an FQDN, in one call.
Pass an FQDN and one or more record types.
See API APICurrent TLS state for a host, in one call.
Pass a domain or IP.
See API APIFind every domain on an MX record.
Pass an MX record value.
See API APIFind every domain on a name server.
Pass a name server hostname.
See API APIFind every domain on an IP.
Pass an IP address or CIDR.
See API APIDetect the technology stack of a target, in one call.
Pass a URL.
See API APILive web-page data for a target, in one call.
Pass a URL.
See API APIScan a target's open ports, in one call.
Pass a target.
See APIRun a sample call, or batch capture your watchlist.
We'll set up token access and answer schema questions on a call.