Documentation
Everything you need to get started with Dr Urls
Quick Start
Create account
Sign up for free in seconds. No credit card required to get started.
Enter any URL
Paste any URL and configure your audit settings. Works with all sites including React, Next.js, and Nuxt SPAs.
Review results
Get a comprehensive report with 200+ checks covering SEO, security, performance, and accessibility.
Guides
Getting Started
Set up your account, run your first audit, and get actionable SEO insights in minutes.
Site Audits
Learn how to configure and run comprehensive site audits with 200+ SEO checks.
SEO Checker
Analyze individual pages for on-page SEO issues, meta tags, and content quality.
Link Analysis
Monitor backlinks, analyze referring domains, and track your link profile over time.
Team Management
Invite team members, assign roles, and manage permissions across your organization.
API Integration
Integrate Dr Urls into your workflow with our RESTful API and webhook support.
API Access
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
Rate Limits
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.
Webhooks
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.
Frequently asked questions
How long does it take to set up Dr Urls?
You can create an account, enter any URL, and start an audit in under 5 minutes. No installation or configuration required.
Do I need technical knowledge to use Dr Urls?
No. Dr Urls is designed for both technical and non-technical users. Every issue comes with a plain-language explanation and actionable fix recommendation.
Can I export my audit results?
Yes. You can export results as CSV, JSON, or PDF reports. API access is also available on Pro plans and above.
How often should I run audits?
We recommend running a full audit at least once a week. For active sites with frequent content changes, daily audits help catch issues early.
Does Dr Urls support JavaScript-rendered pages?
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.