SEO audits mean checking hundreds of pages for title tags, meta descriptions, canonical issues, and heading hierarchies. Doing it manually is a career-limiting move. denkbot.dog scrapes the SEO data. You build the audit report.
Automated SEO audits, on-page optimization checks, title/description length validation, canonical chain analysis, and competitive SEO analysis.
# Audit a list of pages for SEO data
curl -X POST https://api.denkbot.dog/scrape \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "url": "https://example.com/landing-page" }' \
| jq '{
title: .title,
description: .metadata.description,
canonical: .metadata.canonical,
ogTitle: .metadata.ogTitle
}'They're present in the HTML. Structured heading extraction is on the roadmap.
Yes. You receive the raw strings and can check .length in your code.
Not explicitly yet, but they're in the HTML you receive.

€19/year. Unlimited requests. API key ready in 30 seconds.