Small, reliable data tools that do one job well: clean inputs, clean JSON, fair prices.
Each tool runs on the Apify platform with pay-per-event pricing: you pay per result, plus Apify platform usage. Run them from the Apify Console, the REST API, or an AI agent through Apify's MCP server.
$0.004 per capture · $0.002 per diff
curl -X POST "https://api.apify.com/v2/acts/lintlab~screenshot-diff/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H 'Content-Type: application/json' \
-d '{"urls":["https://example.com"],"mode":"fullPage","device":"desktop",
"baselineUrls":["https://example.org"]}'
$0.004 per page audited
curl -X POST "https://api.apify.com/v2/acts/lintlab~seo-site-qa/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H 'Content-Type: application/json' \
-d '{"startUrls":[{"url":"https://crawlee.dev"}],"maxPages":100,"checkLinks":true}'
$0.003 per PDF
curl -X POST "https://api.apify.com/v2/acts/lintlab~pdf-to-markdown/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H 'Content-Type: application/json' \
-d '{"pdfUrls":[{"url":"https://arxiv.org/pdf/1706.03762"}],"outputFormat":"markdown"}'
All three tools have typed input schemas and can be called through Apify's MCP server (mcp.apify.com) from any MCP-capable client.