Kanto Labs
Small, reliable tools for web data, documents and AI pipelines.
Detect a website's tech stack, turn PDFs into Markdown, audit SEO, read text from scans, look up domains. Each tool does one job, runs on the Apify platform, and charges only for results it actually delivers.
Data tools on the Apify Store
Pick a tool, paste your list, get clean rows back
JSON, CSV or Excel out, or straight into your code through the API.
Tech Stack Detector
CMS, ecommerce, analytics, frameworks, CDN and hosting for any list of domains.
Document to Markdown
PDF, DOCX, PPTX, XLSX, EPUB and HTML to clean Markdown with RAG chunks.
Website SEO Audit
0-100 score and a prioritized fix list per page, broken links and AI crawler checks.
Image to Text OCR
Photos, screenshots and scanned PDFs to text, with line boxes and confidence.
Domain Lookup
WHOIS/RDAP, DNS, SSL expiry and SPF/DKIM/DMARC grade, one row per domain.
Video Frame Extractor
Scene-change keyframes, thumbnails or one frame every N seconds, plus a contact sheet.
Bulk Image Downloader
Every image from web pages or URL lists, de-duplicated, as links plus a ZIP.
Also from Kanto Labs
For WordPress, your browser and your AI assistant
Kanto SEO Audit
On-page SEO audit plus an AI crawler, robots.txt and llms.txt check, inside WordPress. A 0–100 score and a fix list.
Keylamp
Highlight multiple words at once on any page, each in its own color, with a live count for every word. Ctrl+F for many keywords.
Kanto Labs MCP
Gives Claude, Cursor, VS Code Copilot and other MCP clients all seven tools, with a spending cap on every call.
How you pay
Pay per result. Failures are free.
Every tool uses Apify's pay-per-event billing: you are charged a fixed, published price for each result it delivers, and nothing for inputs it could not process.
error message, so you can see what happened, and they are not charged.| Tool | Price | Charged per |
|---|---|---|
| Tech Stack Detector | $0.003 | website analyzed |
| Document to Markdown | $0.004 | document converted |
| Website SEO Audit | $0.004 | page audited |
| Image to Text OCR | $0.003 | image or PDF page read |
| Domain Lookup | $0.003 | domain analyzed |
| Video Frame Extractor soon | $0.002 | frame extracted |
| Bulk Image Downloader soon | $0.002 | image saved |
Use from AI assistants (MCP)
Ask your assistant. It calls the tool.
The Kanto Labs MCP server plugs every tool into Claude, Cursor, VS Code Copilot, Windsurf and any other MCP client. Ask “What is stripe.com built with?” or “Convert this PDF to Markdown and summarize section 3” and the assistant runs the right tool on your own Apify account.
- Every call has a spending cap (default $1.00), so an assistant cannot run up a bill by accident
- Each result states what the call cost
- Runs on your machine and talks only to the Apify API
claude mcp add kanto-labs -e APIFY_TOKEN=apify_api_your_token_here -- npx -y kanto-labs-mcp{
"mcpServers": {
"kanto-labs": {
"command": "npx",
"args": ["-y", "kanto-labs-mcp"],
"env": { "APIFY_TOKEN": "apify_api_your_token_here" }
}
}
}Services
Need something built?
Custom automation from $120 and small-business websites from $149, fixed price.
Blog
Tutorials
Practical write-ups on web data, documents and LLM pipelines. Latest: How to convert PDF to Markdown for LLMs in Python.