📊Data Extraction

Scrape SEO Data from Any Website

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.

What you'd use this for

Automated SEO audits, on-page optimization checks, title/description length validation, canonical chain analysis, and competitive SEO analysis.

How it works

example
# 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
  }'

Questions & Answers

Does it extract h1/h2 headings?+

They're present in the HTML. Structured heading extraction is on the roadmap.

Can I check title and description lengths?+

Yes. You receive the raw strings and can check .length in your code.

Does it detect noindex tags?+

Not explicitly yet, but they're in the HTML you receive.

Ready to start fetching?

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