Workflow Integration
Clay
Enrich every prospect or account in your Clay table with a live website screenshot. See what a company's homepage, landing page, or product actually looks like — right inside your Clay workflow, alongside all your other enrichment data.
The visual signal your sales team is missing
Clay lets you enrich leads with dozens of data points — company size, technology stack, funding rounds. But without a screenshot, you're flying blind on what the prospect's website actually looks like today. Is their site outdated? Just redesigned? Broken?
Plug ScreenshotCenter into your Clay enrichment table and every row gets a visual snapshot of the target website — captured fresh, at the moment of enrichment.
How it works
- 1
Add a ScreenshotCenter column to your Clay table
In Clay, add a new enrichment column using the HTTP API integration. Point it at the ScreenshotCenter screenshot endpoint, passing the prospect's website URL and your Clay app ID.
- 2
ScreenshotCenter captures the page
For each row in your Clay table, ScreenshotCenter renders and captures a full-page screenshot of the target URL using a real browser.
- 3
Screenshot URL lands in your Clay row
The image URL is returned in the API response and mapped to a column in your table. Preview screenshots inline in Clay or pass the URL to downstream steps.
Quick start
Use the ScreenshotCenter API directly from Clay's HTTP API enrichment column:
curl "https://api.screenshotcenter.com/api/v1/screenshot/create\
?key=YOUR_API_KEY\
&url=https://example.com\
&apps=my-clay-app" Use cases
Prospect website snapshots
See the actual state of a prospect's homepage at enrichment time — not a cached version from months ago.
ICP qualification signals
Visually confirm a prospect's product, pricing page, or tech maturity before investing in outreach — all inside Clay.
Personalised outreach
Reference a specific element of the prospect's website in your email — "I noticed your homepage still uses X" — with the screenshot as evidence.
Competitor monitoring
Track competitor websites over time — run ScreenshotCenter from a Clay table on a schedule and spot pricing or messaging changes.
Get started
- 1. Create a free account on ScreenshotCenter and copy your API key.
- 2. In your Clay table, add a new enrichment column using HTTP API.
- 3. Configure the request to call
https://api.screenshotcenter.com/api/v1/screenshot/createwith the row's website URL and your API key. - 4. Map the
image_urlfrom the response to a column in your table.