urlcap

Guides

Practical, code-heavy walkthroughs

How to solve real developer problems with urlcap — bot detection from server logs, TOTP automation for CI, recurring HTTP checks without running cron, and more. Every article is built around working curl examples you can paste into a terminal.

Bot detection

Allow only real Googlebot and Bingbot — and stop AI crawlers spoofing them

A walk through verifying every crawler IP that hits your site: forward-confirmed reverse DNS, the CIDR ranges Google / Bing / OpenAI / Anthropic publish, and an Nginx allowlist that lets search engines through while blocking GPTBot, ClaudeBot and PerplexityBot.

Updated /api/v1/is_bot

TOTP

Automating TOTP codes for staging and QA workflows

Generate TOTP codes on demand from an otpauth:// URI so your CI, Playwright, or QA scripts can pass 2FA in staging — safely, without bundling secrets into frontend code.

Updated /api/v1/totp

Schedules

Schedule recurring HTTP checks without running a cron server

Run a capture or extract job on a cron schedule, store every run's result, and use it for uptime monitoring, compliance snapshots, or content-change detection — no cron worker to maintain.

Updated /api/v1/schedules

Got a use case we should cover?

Drop us a note at info@urlcap.com and we'll consider it for the next round of guides.