NLWeb Compliance Checker avatar

NLWeb Compliance Checker

Pricing

from $0.01 / 1,000 results

Go to Apify Store
NLWeb Compliance Checker

NLWeb Compliance Checker

Check if websites implement Microsoft's NLWeb (Natural Language Web) protocol for AI assistant compatibility. A comprehensive AI-readiness score and actionable recommendations. NLWeb (Natural Language Web) is Microsoft's emerging protocol that helps AI assistants understand and interact w/ websites

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

0

Monthly active users

14 days ago

Last modified

Share

Check if websites implement Microsoft's NLWeb (Natural Language Web) protocol for AI assistant compatibility. Validates /.well-known/nlweb.json and associated schemas.


Quick Start

Run with real data

{
"urls": [],
"checkSchemas": true,
"checkLLMsTxt": true,
"checkRobotsTxt": true
}

Input Parameters

ParameterTypeDefaultRequiredDescription
urlsarray-NoList of website URLs to check for NLWeb compliance. The actor will check /.well-known/nlweb.json for each domain.
checkSchemasbooleantrueNoAlso validate schemas referenced in the NLWeb configuration. This provides deeper compliance checking but takes longer.
checkLLMsTxtbooleantrueNoAlso check for llms.txt file presence (another AI accessibility standard).
checkRobotsTxtbooleantrueNoCheck robots.txt for AI-specific directives like GPTBot, Claude, etc.
webhookUrlstring-NoURL to receive a POST request with results when the check completes. Useful for Zapier, Make, or n8n integrations.

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Site CheckedEach website checked for NLWeb compliance$0.02
Schema ValidatedEach NLWeb schema validated against Microsoft specifications$0.01
Compliance Report GeneratedDetailed compliance report with recommendations$0.05
Sales Opportunity FoundNon-compliant site identified as potential sales lead$0.03

Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

This actor needs no API key. To preview the output without checking real websites, run it with an empty urls list, or set "demoMode": true. It returns realistic sample compliance results labeled with demo: true and a _notice field so you can inspect the exact output shape. Demo runs make no external requests and charge no task events. To run live checks, add one or more website URLs to urls.


Built by John Rippy | Actor Arsenal