such wow doge

How to let Claude.ai read any URL

Authors

Claude Code can, with your permission, read any web page.

The Claude.ai web app, by contrast, has a security sandbox that strictly limits the domains it can access.

To work around this, use the Claude Zapier Connector with the URL to Text service:

Claude crawling the AI Wow blog

I won't explain the steps in detail here. If you can't easily figure this out for yourself, then you shouldn't enable this workaround.1

The one tip I will give: for the sake of speed, specify default settings in your system instructions. Something like this:

# TOOL USE ## Zapier URL to Text defaults When using the Zapier `url_to_text_get_text_of_url` tool, always use these settings unless I specify otherwise: * `url`: the URL I provide * `output_format`: "markdown" * `extract_main_content`: "false" * `render_javascript`: "false" * `instructions`: "" (empty string) Use this tool only when I ask you to fetch URL content via Zapier.

Footnotes

  1. The default URL restrictions are there to protect you from prompt injection. You should never let Claude crawl URLs that you do not trust.