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

6

Total users

1

Monthly active users

a month 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

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"urls": []
}

Run with real data

{
"demoMode": false,
"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.
demoModebooleantrueNoRun with sample data to test the actor without making real requests.

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

Demo mode is free -- no charges for sample data.


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?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal