lintlab

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.

Website Screenshot & Visual Diff

$0.004 per capture · $0.002 per diff

Open on Apify
Use via API
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"]}'

SEO Audit & Broken Link Checker

$0.004 per page audited

Open on Apify
Use via API
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}'

PDF to Markdown & Text Extractor

$0.003 per PDF

Open on Apify
Use via API
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"}'

For AI agents

All three tools have typed input schemas and can be called through Apify's MCP server (mcp.apify.com) from any MCP-capable client.