robots.txt Analyzer
Pricing
$20.00 / 1,000 robots.txt analyzeds
Go to Apify Store
robots.txt Analyzer
Pricing
$20.00 / 1,000 robots.txt analyzeds
Rating
0.0
(0)
Developer
Anthony Snider
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Parse and audit any site's robots.txt in one call — user-agent groups, allow/disallow rules, declared sitemaps, and common issues. No API key, pay per site.
▶ Live on the Apify Store: https://apify.com/eliai/robots-txt-analyzer — run it instantly, or call it as an agent tool via Apify MCP.
What it does
- Fetches and parses
/robots.txt - Lists user-agent groups and their allow/disallow rules
- Extracts all declared Sitemap URLs
- Flags issues: no sitemap declared,
Disallow: /for*(blocks the whole site), missing/HTML robots.txt
Input
{ "url": "https://example.com" }
or bulk:
{ "urls": ["https://a.com", "https://b.com"], "maxUrls": 25 }
Output (per site)
{"url": "https://example.com","robotsUrl": "https://example.com/robots.txt","hasRobots": true,"userAgentGroups": 3,"totalRules": 12,"sitemaps": ["https://example.com/sitemap.xml"],"blocksAllCrawlers": false,"issues": [],"summary": "3 groups, 1 sitemap(s), 0 issue(s)"}
Use cases
SEO audits, crawl-control reviews, and catching accidental site-wide blocks — by hand or wired into an agent. Pairs with our Sitemap Analyzer and SEO & Tech Auditor.