Everything you need to get started with Dr Urls
Sign up for free in seconds. No credit card required to get started.
Paste any URL and configure your audit settings. Works with all sites including React, Next.js, and Nuxt SPAs.
Get a comprehensive report with 189 checks covering SEO, security, performance, and accessibility.
Set up your account, run your first audit, and get actionable SEO insights in minutes.
Learn how to configure and run comprehensive site audits with 189 SEO checks.
Analyze individual pages for on-page SEO issues, meta tags, and content quality.
Track your health score, issue counts and Core Web Vitals across every scan, so regressions show up as soon as you ship.
Invite team members, assign roles, and manage permissions across your organization.
Integrate Dr Urls into your workflow with our RESTful API and webhook support.
Integrate Dr Urls into your workflow
Use the Dr Urls REST API to programmatically manage sites, trigger scans, and retrieve results. Available on Pro plans and above.
curl -X GET https://drurls.com/api/v1/sites \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"/api/v1/sitesList all monitored sites
/api/v1/sitesAdd a new site to monitor
/api/v1/scansStart a new site audit
/api/v1/scans/:idGet scan status and results
/api/v1/issuesList detected SEO issues
/api/v1/backlinksRetrieve backlink data
API requests are rate-limited per API key to ensure fair usage and platform stability.
Rate limit headers are included in every API response: X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset.
Receive real-time notifications when events occur in your Dr Urls account. Configure webhook endpoints from your dashboard.
scan.completedFired when a site audit finishes
scan.failedFired when a scan encounters an error
issue.detectedFired when new critical issues are found
score.changedFired when a site health score changes
All webhook payloads include an HMAC-SHA256 signature for verification. Retries are attempted up to 3 times with exponential backoff.
You can create an account, enter any URL, and start an audit in under 5 minutes. No installation or configuration required.
No. Dr Urls is designed for both technical and non-technical users. Every issue comes with a plain-language explanation and actionable fix recommendation.
Yes. You can export any scan as CSV or JSON. API access is also available on Pro plans and above.
We recommend running a full audit at least once a week. For active sites with frequent content changes, daily audits help catch issues early.
Yes. Our crawler can render JavaScript-heavy pages to ensure accurate auditing of single-page applications (React, Next.js, Nuxt, and more) and dynamically generated content.