TryJsoup

http-library TryJsoup

Try Jsoup HTML parser tester

About this crawler

TryJsoup is a web crawler identified by the regular-expression pattern TryJsoup in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block TryJsoup traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

No block-rate data for this crawler.

Technical details

Name
TryJsoup
Pattern
TryJsoup
Tags
http-library
Reference
http://try.jsoup.org/
Added
2026/05/09
Instances
1 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 TryJsoup/1.0 (+http://try.jsoup.org/)

Block this crawler

robots.txt — disallow TryJsoup:

User-agent: TryJsoup Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} TryJsoup [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "TryJsoup") { return 403; }
← back to all crawlers