Skip to main content
New: 200+ SEO checks now available. See what's new

Documentation

Everything you need to get started with Dr Urls

Quick Start

1

Create account

Sign up for free in seconds. No credit card required to get started.

2

Enter any URL

Paste any URL and configure your audit settings. Works with all sites including React, Next.js, and Nuxt SPAs.

3

Review results

Get a comprehensive report with 200+ checks covering SEO, security, performance, and accessibility.

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.

Terminal
curl -X GET https://drurls.com/api/v1/sites \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
GET
/api/v1/sites

List all monitored sites

POST
/api/v1/sites

Add a new site to monitor

POST
/api/v1/scans

Start a new site audit

GET
/api/v1/scans/:id

Get scan status and results

GET
/api/v1/issues

List detected SEO issues

GET
/api/v1/backlinks

Retrieve backlink data

Rate Limits

API requests are rate-limited per API key to ensure fair usage and platform stability.

Free100 requests/hour
Pro1,000 requests/hour
Business5,000 requests/hour
EnterpriseCustom limits

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.completed

Fired when a site audit finishes

scan.failed

Fired when a scan encounters an error

issue.detected

Fired when new critical issues are found

score.changed

Fired 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.

Documentation | Dr Urls | Dr Urls