jina-ai / reader

Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/
https://jina.ai/reader
Apache License 2.0
7.02k stars 554 forks source link

Does Jina Reader API have built-in proxy and other mechanisms to bypass websites' bot-prevention? #146

Closed tqdo closed 1 month ago

tqdo commented 1 month ago

title

nomagick commented 1 month ago

No, we don't attempt to bypass any security measures of websites. Reader is just a browser running in the server and extracts the page contents in Markdown format. It may have any feature of a standard browser, including using an external proxy, but not a built-in proxy, which a standard browser would not have.