screenshot-api-production-fe7e.up.railway.app
screenshot-api-production-fe7e.up.railway.app
· screenshot-api-production-fe7e.up.railway.app
Render an http(s) URL to a PDF (A4/A3/Letter/Legal/Tabloid) with print emulation; returns a JSON envelope with the PDF base64-encoded under pdf_base64, plus final_url, title, format, and size.
screenshot-api-production-fe7e.up.railway.app via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://screenshot-api-production-fe7e.up.railway.app/capture/element
|
0.002 | USDC |
https://screenshot-api-production-fe7e.up.railway.app/capture/fullpage
|
0.002 | USDC |
https://screenshot-api-production-fe7e.up.railway.app/capture/pdf
|
0.002 | USDC |
https://screenshot-api-production-fe7e.up.railway.app/capture/screenshot
|
0.002 | USDC |
0xffc458db291b4abce020fe3de4f91f2770e537b1 · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
concentrated_payers
3/5
Payer identities observed; volume is concentrated in a small number of payers.
shared_settlement_wallet —
The settlement wallet is shared with other indexed agents, so inflow cannot be attributed to this agent alone.
daily_volume_aggregate, active_day_cadence, amount_regularity, spike_concentration, settlement_wallet_overlap, payer_uniqueness, payer_concentration, payer_recurrence, payer_payee_overlap.
Derived from agent_revenue_daily, agents.payment_wallet, agent_payment_transactions.
Measured 2026-08-19.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://screenshot-api-production-fe7e.up.railway.app |
| Provider | https://screenshot-api-production-fe7e.up.railway.app |
| Docs | https://screenshot-api-production-fe7e.up.railway.app |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/screenshot-api-production-fe7e.up.railway.app) [](https://agenstry.com/agents/screenshot-api-production-fe7e.up.railway.app) [](https://agenstry.com/agents/screenshot-api-production-fe7e.up.railway.app) [](https://agenstry.com/agents/screenshot-api-production-fe7e.up.railway.app)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "screenshot-api-production-fe7e-up-railway-app",
"name": "screenshot-api-production-fe7e.up.railway.app",
"description": "",
"domain": "screenshot-api-production-fe7e.up.railway.app",
"provider": "screenshot-api-production-fe7e.up.railway.app",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://screenshot-api-production-fe7e.up.railway.app/capture/element",
"description": "Capture a PNG screenshot of a single CSS-selected element on an http(s) URL; returns a JSON envelope with the PNG base64-encoded under image_base64, plus selector, final_url, title, viewport, and size.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "height",
"type": "number",
"description": "",
"example": 800,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "selector",
"type": "string",
"description": "",
"example": "#main",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "wait_until",
"type": "string",
"description": "",
"example": "networkidle",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "width",
"type": "number",
"description": "",
"example": 1280,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://screenshot-api-production-fe7e.up.railway.app/capture/fullpage",
"description": "Capture a full-page (scrolled) PNG screenshot of an http(s) URL; returns a JSON envelope with the PNG base64-encoded under image_base64, plus final_url, title, viewport, and size.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "wait_until",
"type": "string",
"description": "",
"example": "networkidle",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "width",
"type": "number",
"description": "",
"example": 1280,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://screenshot-api-production-fe7e.up.railway.app/capture/pdf",
"description": "Render an http(s) URL to a PDF (A4/A3/Letter/Legal/Tabloid) with print emulation; returns a JSON envelope with the PDF base64-encoded under pdf_base64, plus final_url, title, format, and size.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "format",
"type": "string",
"description": "",
"example": "A4",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "wait_until",
"type": "string",
"description": "",
"example": "networkidle",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://screenshot-api-production-fe7e.up.railway.app/capture/screenshot",
"description": "Capture a viewport-sized PNG screenshot of an http(s) URL with headless Chromium; returns a JSON envelope with the PNG base64-encoded under image_base64, plus final_url, title, viewport, and size.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "height",
"type": "number",
"description": "",
"example": 800,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "wait_until",
"type": "string",
"description": "",
"example": "networkidle",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "width",
"type": "number",
"description": "",
"example": 1280,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.002",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [],
"iconUrl": ""
}
}