Robots.txt Auditor avatar

Robots.txt Auditor

Pricing

from $4.90 / 1,000 robots file checkeds

Go to Apify Store
Robots.txt Auditor

Robots.txt Auditor

Fetch and audit robots.txt syntax, user-agent rules, blocked paths, sitemap declarations, and crawl risks.

Pricing

from $4.90 / 1,000 robots file checkeds

Rating

0.0

(0)

Developer

junipr

junipr

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Categories

Share

Parse supplied robots.txt content into user-agent-scoped directives and flag site-wide crawl blocks.

Inputs

  • domains
  • maxDirectives
  • includeReport
  • maxChargeUsd
{
"domains": [
{
"domain": "www.iana.org",
"statusCode": 200,
"robotsTxt": "User-agent: *\nDisallow:"
}
],
"maxDirectives": 2,
"includeReport": true,
"maxChargeUsd": 1
}

The bundled exact input is a public observation of https://www.iana.org/robots.txt captured at 2026-07-12T05:03:20Z; the actor analyzes the supplied snapshot and does not refetch it.

Dataset

The actor emits structured, actor-specific evidence rows. Empty source input, or a comparison with no selected changes, produces no dataset rows.

Billing

This actor uses pay-per-event billing with platform usage included in the configured event prices. Configured events are:

  • actor-start
  • robots-file-checked
  • rule-parsed
  • finding-emitted
  • audit-report-generated

Every dataset row and report artifact is charge-gated. A zero-dollar cap stops before work with no paid output.

Use Cases

  • Find a site-wide robots.txt block
  • Review Googlebot-specific directives
  • Export a robots.txt sitemap directive
  • Audit multiple robots user agents
  • Verify an explicit robots.txt allow rule

Limitations

The actor analyzes supplied robots.txt observations and does not fetch URLs. It parses User-agent, Allow, Disallow, and Sitemap directives; unsupported extensions remain outside the dataset.