Well-Known File Inventory avatar

Well-Known File Inventory

Pricing

from $4.90 / 1,000 page auditeds

Go to Apify Store
Well-Known File Inventory

Well-Known File Inventory

Inventory common `.well-known` files across domains and report reachability/content hints.

Pricing

from $4.90 / 1,000 page auditeds

Rating

0.0

(0)

Developer

junipr

junipr

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Normalize supplied HTTP observations for common /.well-known/ files into domain/path inventory rows.

Inputs

  • domains: Domains with a files map keyed by path.
  • maxFiles: Maximum paid file rows to emit.
  • includeReport: Create Markdown and JSON report artifacts.
  • maxChargeUsd: Stop before the next PPE event would exceed the run budget.
{
"domains": [
{
"domain": "www.google.com",
"files": {
"/.well-known/security.txt": {
"statusCode": 200,
"contentType": "text/plain",
"contentLength": 275
},
"/.well-known/assetlinks.json": {
"statusCode": 200,
"contentType": "application/json",
"contentLength": 12101
}
}
}
],
"maxFiles": 2,
"includeReport": true,
"maxChargeUsd": 1
}

Dataset

Rows include domain, path, constructed URL, normalized status code, found state, content type and length, parse state, file type, issues, and warnings. Any 2xx status is treated as found. Empty file maps produce no dataset rows.

Billing

The pay-per-event billing events are actor-start, page-audited, record-extracted, finding-emitted, and audit-report-generated. Dataset and report output is charge-gated. A zero-dollar cap emits no paid output.

Use Cases

  • Inventory security.txt availability across domains.
  • Review app-association and change-password paths.
  • Flag missing files and missing content types.
  • Normalize mixed numeric/string HTTP status evidence.
  • Export domain/path readiness rows with a report.

Limitations

The actor evaluates supplied HTTP observations and does not fetch URLs. It does not validate the semantic contents of security contacts, mobile association files, or other path-specific formats.