Zoom
Zoom delivers a comprehensive suite of collaboration tools that blend AI, video, and voice communication. Its AI-powered My Notes feature automatically captures, summarizes, and extracts action items from meetings, while the AI Productivity Suite enhances productivity across tasks. Zoom’s product lineup includes virtual agents, contact center solutions, and AI assistants for customer service. The platform supports secure, personalized meetings, webinars, and phone services, all managed through a unified interface. Users can schedule, start, and join meetings, record sessions, and create webinars with registration and branding. Zoom’s AI-first approach bridges the gap between talking and doing, enabling teams to connect, collaborate, and act on insights in real time.
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for zoom.us
https://zoom.us/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "zoom.us",
"name": "Zoom",
"language": "en",
"pages": {
"/": {
"title": "Zoom - AI-First Work Platform",
"content": "Zoom delivers a comprehensive suite of collaboration tools that blend AI, video, and voice communication. Its AI-powered My Notes feature automatically captures, summarizes, and extracts action items from meetings, while the AI Productivity Suite enhances productivity across tasks. Zoom’s product lineup includes virtual agents, contact center solutions, and AI assistants for customer service. The platform supports secure, personalized meetings, webinars, and phone services, all managed through a unified interface. Users can schedule, start, and join meetings, record sessions, and create webinars with registration and branding. Zoom’s AI-first approach bridges the gap between talking and doing, enabling teams to connect, collaborate, and act on insights in real time."
},
"/pricing": {
"title": "Zoom Workplace Pricing - Zoom",
"content": "Skip to Main Content Accessibility Overview Workplace Phone Scheduler Whiteboard Clips Workvivo ZoomMate My Notes AI Productivity Suite Webinars & Events Bonsai Virtual Agent BrightHire Contact Center Revenue Accelerator Rooms Workspace Reservation Visitor Management Education Healthcare Frontline D"
},
"/de/pricing": {
"title": "Preise für Zoom Workplace - Zoom",
"content": "Zum Hauptinhalt wechseln Überblick Barrierefreiheit Workplace Phone Scheduler Whiteboard Clips Workvivo ZoomMate Meine Notizen AI Productivity Suite Webinars & Events Virtual Agent BrightHire Contact Center Revenue Accelerator Rooms Workspace Reservation Visitor Management Bildungswesen Gesundheitsw"
},
"/pricing/events": {
"title": "Events and Webinars Pricing - Zoom",
"content": "Skip to Main Content Accessibility Overview Workplace Phone Scheduler Whiteboard Clips Workvivo ZoomMate My Notes AI Productivity Suite Webinars & Events Bonsai Virtual Agent BrightHire Contact Center Revenue Accelerator Rooms Workspace Reservation Visitor Management Education Healthcare Frontline D"
},
"/de/pricing/events": {
"title": "Preise für Events und Webinare - Zoom",
"content": "Zum Hauptinhalt wechseln Überblick Barrierefreiheit Workplace Phone Scheduler Whiteboard Clips Workvivo ZoomMate Meine Notizen AI Productivity Suite Webinars & Events Virtual Agent BrightHire Contact Center Revenue Accelerator Rooms Workspace Reservation Visitor Management Bildungswesen Gesundheitsw"
},
"/pricing/zoom-contact-center": {
"title": "Contact Center Pricing - Zoom",
"content": "Skip to Main Content Accessibility Overview Workplace Phone Scheduler Whiteboard Clips Workvivo ZoomMate My Notes AI Productivity Suite Webinars & Events Bonsai Virtual Agent BrightHire Contact Center Revenue Accelerator Rooms Workspace Reservation Visitor Management Education Healthcare Frontline D"
},
"/de/pricing/zoom-contact-center": {
"title": "Preise für Contact Center - Zoom",
"content": "Zum Hauptinhalt wechseln Überblick Barrierefreiheit Workplace Phone Scheduler Whiteboard Clips Workvivo ZoomMate Meine Notizen AI Productivity Suite Webinars & Events Virtual Agent BrightHire Contact Center Revenue Accelerator Rooms Workspace Reservation Visitor Management Bildungswesen Gesundheitsw"
}
},
"actions": [
{
"id": "schedule_meeting",
"name": "Schedule a Meeting",
"input": {
"type": "text",
"required": false
},
"intent": [
"schedule",
"meeting",
"calendar",
"plan a meeting",
"arrange a meeting"
],
"description": "Creates a new Zoom meeting with specified time, participants, and settings."
},
{
"id": "start_meeting",
"name": "Start a Meeting",
"input": {
"type": "text",
"required": false
},
"intent": [
"start",
"meeting",
"begin",
"host a meeting",
"initiate meeting"
],
"description": "Launches an active Zoom meeting for the host."
},
{
"id": "join_meeting",
"name": "Join a Meeting",
"input": {
"type": "text",
"required": false
},
"intent": [
"join",
"meeting",
"attend",
"participate",
"access meeting"
],
"description": "Allows a participant to join a Zoom meeting using a meeting ID or link."
},
{
"id": "record_meeting",
"name": "Record a Meeting",
"input": {
"type": "text",
"required": false
},
"intent": [
"record",
"meeting",
"save",
"capture video",
"video recording"
],
"description": "Records the current Zoom meeting to local or cloud storage."
},
{
"id": "ai_note_taking",
"name": "Take AI Notes",
"input": {
"type": "text",
"required": false
},
"intent": [
"AI note taking",
"summarize",
"action items",
"meeting notes",
"capture notes"
],
"description": "Captures, summarizes, and extracts action items from a meeting using Zoom's AI assistant."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Zoom",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Zoom",
"url": "https://zoom.us",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Pages
For AI agents
GET https://api.actuent.ai/api/search?q=zoom.us
https://agents.actuent.ai/api/mcpIs this your site?
<script src="https://api.actuent.ai/badge.js" data-domain="zoom.us" async></script> or the image https://api.actuent.ai/badge.svg?domain=zoom.us&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
