{"id":24537,"date":"2026-05-04T22:35:44","date_gmt":"2026-05-04T22:35:44","guid":{"rendered":"https:\/\/broadly.com\/?page_id=24537"},"modified":"2026-06-18T20:59:21","modified_gmt":"2026-06-18T20:59:21","slug":"pricing-ai-workforce","status":"publish","type":"page","link":"https:\/\/broadly.com\/pricing-ai-workforce\/","title":{"rendered":"Pricing AI Workforce"},"content":{"rendered":"\n<h1>\n\t\tWhile you&#8217;re on the job, we&#8217;re keeping your calendar full.\n\t<\/h1>\n\t<p>Over 16,000 local pros use Broadly to turn missed calls into booked jobs.<\/p>\n\t<style>\n  \/* ---------- DESIGN TOKENS ---------- *\/\n  :root {\n    --bg-white:        #FFFFFF;\n    --bg-tint:         rgb(245, 249, 253);\n    --color-purple:    #6D49DA;\n    --color-purple-dk: #5A37C2;\n    --color-teal:      #06B6B8;\n    --color-teal-dk:   #019699;\n    --color-blue:      #1976D2;\n    --color-blue-dk:   #155FA8;\n    --color-ink:       #2f3134;\n    --color-body:      #334155;\n    --color-muted:     #64748B;\n    --color-border:    #E2E8F0;\n    --color-border-lt: #EEF2F7;\n    --color-success:   #10B981;\n    --shadow-sm:       0 1px 2px rgba(15, 23, 42, 0.04);\n    --shadow-md:       0 4px 16px rgba(15, 23, 42, 0.06);\n    --shadow-lg:       0 24px 48px -12px rgba(109, 73, 218, 0.18);\n    --radius-sm:       8px;\n    --radius-md:       12px;\n    --radius-lg:       20px;\n    --max-width:       1180px;\n    --section-pad:     96px;\n  }\n.purple-border-left {\n    border-left: 3px solid #8a59e5;\n}\n  \/* Buttons *\/\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 14px 28px;\n    border-radius: var(--radius-sm);\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1;\n    text-align: center;\n    cursor: pointer;\n    border: 2px solid transparent;\n    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;\n    white-space: nowrap;\n  }\n  .btn-primary {\n    background: var(--color-teal);\n    color: white;\n    box-shadow: 0 4px 12px rgba(6, 182, 184, 0.25);\n  }\n  .btn-primary:hover { background: var(--color-teal-dk); }\n  .btn-secondary {\n    background: white;\n    color: var(--color-ink);\n    border-color: var(--color-border);\n  }\n  .btn-secondary:hover { border-color: var(--color-ink); }\n  .btn-purple {\n    background: var(--color-purple);\n    color: white;\n    width: 100%;\n    box-shadow: 0 4px 12px rgba(109, 73, 218, 0.3);\n  }\n  .btn-purple:hover { background:#8a59e5e6; \n      color:#fff;\n      text-decoration: none;\n  }\n  \/* Hero buttons - match live broadly.com styling *\/\n  .btn-hero-primary,\n  .btn-hero-secondary {\n    border-radius: 4px;\n    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    padding: 15px 40px;\n    line-height: 1;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    text-decoration: none;\n    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;\n    white-space: nowrap;\n  }\n  .btn-hero-primary {\n    background: var(--color-blue);\n    color: #FFF;\n    border: 1.5px solid var(--color-blue);\n  }\n  .btn-hero-primary:hover { background: var(--color-blue-dk); border-color: var(--color-blue-dk); transform: translateY(-1px); }\n  .btn-hero-secondary {\n    background: #FFF;\n    color: var(--color-blue);\n    border: 2px solid var(--color-blue);\n  }\n  .btn-hero-secondary:hover { background: var(--color-blue); color: #FFF; transform: translateY(-1px); }\n  \/* Eyebrow label *\/\n  .eyebrow {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #2f3134;\n    margin-bottom: 12px;\n  }\n  \/* Section headers *\/\n  .section-header { text-align: center; max-width: 760px; margin: 0 auto 56px; }\n  .section-header h2 { font-size: clamp(32px, 4vw, 44px); }\n  .section-header p { font-size: 18px; color: var(--color-muted); margin-bottom: 0; }\n  \/* ============================================================ *\/\n  \/* SECTION 1 - HERO + PRICING                                    *\/\n  \/* BB modules: Heading, Text Editor, Button (\u00d72), Box (card),    *\/\n  \/*             Icon List inside the card                         *\/\n  \/* ============================================================ *\/\n  .hero {\n    padding: 72px 0 var(--section-pad);\n    background: var(--bg-tint);\n    text-align: center;\n  }\n  .hero h1 {\n    font-size: clamp(36px, 5.2vw, 60px);\n    max-width: 880px;\n    margin: 0 auto 20px;\n  }\n  .hero h1 .highlight {\n    color: var(--color-ink);\n  }\n  .hero-sub {\n    font-size: 19px;\n    color: var(--color-muted);\n    max-width: 620px;\n    margin: 0 auto 32px;\n  }\n  .hero-ctas {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    flex-wrap: wrap;\n    margin-bottom: 64px;\n  }\n  \/* Pricing card *\/\n  .pricing-card {\n    max-width: 720px;\n    margin: 32px auto 0;\n    background: var(--bg-white);\n    border: 2px solid var(--color-purple);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-lg);\n    overflow: visible;\n    text-align: left;\n    position: relative;\n  }\n  .pricing-card-top { padding: 56px 40px 28px; text-align: center; }\n  .pricing-badge {\n  border: 2px solid var(--color-purple);      position:absolute;\n      top:0;\n      left:50%;\n       transform: translate(-50%, -50%);\n  margin: 0;                     \/* was 16px bottom - no longer in flow *\/\n  z-index: 2;\n    background: #f5f9fd;\n    color: #2f3134;\n    font-weight: 800;\n    font-size: 13px;\n    letter-spacing: 0.1em;\n    padding: 10px 22px;\n    border-radius: 999px;\n  }\n  .pricing-tagline {\n    color: var(--color-muted);\n    font-size: 18px;\n    margin-bottom: 0px;\n  }\n  .pricing-name {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--color-purple);\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 16px;\n  }\n  .pricing-amount {\n    display: flex;\n    align-items: baseline;\n    justify-content: center;\n    gap: 2px;\n    margin-bottom: 10px;\n  }\n  .pricing-old {\n    font-size: 18px;\n    color: var(--color-muted);\n    text-decoration: line-through;\n    text-decoration-color: rgba(100, 116, 139, 0.6);\n    margin-top:14px;\n  }\n  .pricing-new {\n    font-size: 75px;\n    font-weight: 800;\n    color: var(--color-ink);\n    letter-spacing: -0.03em;\n    line-height: 1;\n  }\n  .pricing-period { font-size: 18px; color: var(--color-muted); font-weight: 600; }\n  .pricing-daily {\n    color: var(--color-body);\n    font-size: 15px;\n    font-weight: 500;\n    margin-bottom: 24px;\n    text-align:center;\n  }\n  .pricing-cta-wrap { padding: 0 40px 32px; }\n  \/* Feature list inside card *\/\n  .feature-list {\n    background: var(--bg-white);\n    padding: 32px 40px;\n    border-top: 1px solid var(--color-border-lt);\n    border-bottom-left-radius: calc(var(--radius-lg) - 2px);\n    border-bottom-right-radius: calc(var(--radius-lg) - 2px)\n  }\n  .feature-list-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--color-ink);\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 16px;\n        text-align:center;\n  }\n  .feature-list ul {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 32px;\n    padding-left:0;\n  }\n  .feature-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 15px;\n    color: var(--color-body);\n    line-height: 1.5;\n  }\n  .feature-list li svg {\n    flex-shrink: 0;\n    width: 20px;\n    height: 20px;\n    margin-top: 2px;\n    color: var(--color-success);\n  }\n  .feature-list li strong { color: var(--color-ink); font-weight: 700; }\n  \/* ============================================================ *\/\n  \/* SECTION 2 - VALUE PROP                                        *\/\n  \/* BB modules: Row with 2 cols \u2192 Photo module + Heading\/Text     *\/\n  \/* ============================================================ *\/\n  .value-prop {\n    padding: var(--section-pad) 0;\n    background: var(--bg-tint);\n  }\n  .value-prop-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n  .value-prop-image {\n    aspect-ratio: 4\/5;\n    border-radius: var(--radius-lg);\n    background:\n      linear-gradient(135deg, rgba(109, 73, 218, 0.4), rgba(6, 182, 184, 0.4)),\n      url('https:\/\/images.unsplash.com\/photo-1581094794329-c8112a89af12?w=800&q=80') center \/ cover;\n    box-shadow: var(--shadow-lg);\n    position: relative;\n    overflow: hidden;\n  }\n  .value-prop-image::after {\n    content: 'HERO IMAGEA Tradesperson on the job';\n    white-space: pre;\n    position: absolute;\n    bottom: 16px;\n    left: 16px;\n    background: rgba(15, 23, 42, 0.7);\n    color: white;\n    font-size: 11px;\n    padding: 6px 10px;\n    border-radius: 4px;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n  .value-prop h2 {\n    font-size: clamp(30px, 3.8vw, 42px);\n    margin-bottom: 20px;\n  }\n  .value-prop p {\n    font-size: 18px;\n    line-height: 1.65;\n    color: var(--color-body);\n  }\n  \/* ============================================================ *\/\n  \/* SECTION 3 - AI WORKFORCE                                      *\/\n  \/* BB modules: Heading (eyebrow + title) + 4-col grid of Box     *\/\n  \/*             modules with colored backgrounds + Photo aligned  *\/\n  \/*             bottom + Heading top                              *\/\n  \/* ============================================================ *\/\n  .ai-workforce {\n    padding: var(--section-pad) 0;\n    background: var(--bg-white);\n  }\n  .ai-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n  }\n  .ai-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    aspect-ratio: 3 \/ 4;\n    display: flex;\n    flex-direction: column;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .ai-card:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-md);\n  }\n  \/* Per-card brand colors *\/\n  .ai-card-receptionist { background: #2AC8B8; }\n  .ai-card-reputation   { background: #FFB84D; }\n  .ai-card-social       { background: #64B5F6; }\n  .ai-card-sales        { background: #FF4A86; }\n  .ai-card h3 {\n    position: relative;\n    z-index: 2;\n    font-size: 22px;\n    font-weight: 800;\n    color: var(--color-ink);\n    margin: 0;\n    padding: 28px 24px 0;\n    line-height: 1.2;\n  }\n  .ai-card-img {\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 100%;\n    height: 75%;\n    object-fit: contain;\n    object-position: center bottom;\n    z-index: 1;\n  }\n  \/* ============================================================ *\/\n  \/* SECTION 4 - ROI \/ VALUE JUSTIFICATION                         *\/\n  \/* BB modules: Row with 2 cols \u2192 Heading + Text Editor           *\/\n  \/* ============================================================ *\/\n  .roi {\n    padding: var(--section-pad) 0;\n    background: var(--bg-tint);\n  }\n  .roi-grid {\n    display: grid;\n    grid-template-columns: 1fr 1.3fr;\n    gap: 64px;\n    align-items: center;\n  }\n  .roi-headline {\n    font-size: clamp(32px, 4.2vw, 48px);\n    font-weight: 800;\n    color: var(--color-ink);\n    line-height: 1.1;\n  }\n  .roi-body p { font-size: 18px; line-height: 1.65; }\n  .roi-body p.lead {\n    border-left: 4px solid var(--color-purple);\n    padding-left: 20px;\n    margin-top: 20px;\n    color: var(--color-ink);\n    font-weight: 600;\n  }\n  \/* ============================================================ *\/\n  \/* SECTION 5 - SOCIAL PROOF \/ LOGOS                              *\/\n  \/* BB modules: Heading + Logo Grid (Image modules) + Reviews     *\/\n  \/* ============================================================ *\/\n  .social-proof {\n    padding: var(--section-pad) 0;\n    background: var(--bg-white);\n  }\n  .stats-row {\n    display: flex;\n    justify-content: center;\n    gap: 64px;\n    margin-bottom: 56px;\n    flex-wrap: wrap;\n  }\n  .stat-item { text-align: center; }\n  .stat-num {\n    font-size: 44px;\n    font-weight: 800;\n    color: var(--color-purple);\n    letter-spacing: -0.02em;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  \/* Per-stat colors *\/\n  .stat-num-rating  { color: #64B5F6; }\n  .stat-num-time    { color: #2AC8B8; }\n  .stat-num-roi     { color: #FFB84D; }\n  .stat-label {\n    font-size: 14px;\n    color: var(--color-muted);\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    font-weight: 600;\n  }\n  .logo-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 24px;\n    align-items: center;\n    padding: 32px 0;\n    border-top: 1px solid var(--color-border-lt);\n    border-bottom: 1px solid var(--color-border-lt);\n  }\n  .logo-placeholder {\n    aspect-ratio: 5\/2;\n    background: var(--bg-tint);\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--color-muted);\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 0.05em;\n  }\n  \/* ============================================================ *\/\n  \/* SECTION 6 - HOW IT WORKS                                      *\/\n  \/* BB modules: Heading + 4-col grid of Box (Number + Heading +   *\/\n  \/*             Text). Could use BB Numbered List too.            *\/\n  \/* ============================================================ *\/\n  .how-it-works {\n    padding: var(--section-pad) 0;\n    background: var(--bg-tint);\n  }\n  .steps-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n  }\n  .step-card {\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    padding: 0;\n    text-align: left;\n  }\n  .step-num {\n    font-size: 60px;\n    font-weight: 800;\n    line-height: 1;\n    letter-spacing: -0.03em;\n    margin-bottom: 24px;\n    \/* Override any prior circle styles *\/\n    width: auto;\n    height: auto;\n    background: transparent;\n    box-shadow: none;\n    border-radius: 0;\n    display: block;\n  }\n  \/* Per-step accent colors *\/\n  .step-num-1 { color: #FFB84D; }\n  .step-num-2 { color: #2AC8B8; }\n  .step-num-3 { color: #8A59E5; }\n  .step-num-4 { color: #64B5F6; }\n  .step-card h3 {\n    font-size: 19px;\n    font-weight: 700;\n    margin-bottom: 8px;\n  }\n  .step-card p {\n    font-size: 15px;\n    color: var(--color-muted);\n    margin: 0;\n    line-height: 1.55;\n  }\n  \/* ============================================================ *\/\n  \/* SECTION 7 - FAQ                                               *\/\n  \/* BB modules: Heading + Accordion module                        *\/\n  \/* ============================================================ *\/\n  .faq {\n    background: var(--bg-white);\n  }\n  .faq-list {\n    max-width: 880px;\n    margin: 0 auto;\n  }\n  .faq-item {\n    border-bottom: 1px solid var(--color-ink);\n  }\n  .faq-item summary {\n    padding: 28px 0px;\n    font-size: 21px;\n    font-weight: 500;\n    color: var(--color-ink);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 24px;\n  }\n  .faq-item summary::-webkit-details-marker { display: none; }\n  .faq-item summary::after {\n    content: '';\n    width: 10px;\n    height: 10px;\n    border-right: 2px solid var(--color-ink);\n    border-bottom: 2px solid var(--color-ink);\n    transform: rotate(45deg);\n    transition: transform 0.25s ease;\n    flex-shrink: 0;\n    margin-right: 6px;\n    margin-top: -4px;\n  }\n  .faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }\n  .faq-item p {\n    padding: 0 0px 28px;\n    color: var(--color-body);\n    margin: 0;\n    line-height: 1.65;\n    font-size: 17px;\n    max-width: 90%;\n  }\n  \/* ============================================================ *\/\n  \/* SECTION 8 - FINAL CTA                                         *\/\n  \/* BB modules: Heading + Text Editor + Button (\u00d72)               *\/\n  \/* ============================================================ *\/\n  .final-cta {\n    padding: var(--section-pad) 0;\n    background:\n      radial-gradient(ellipse 60% 80% at 50% 100%, rgba(109, 73, 218, 0.08), transparent 70%),\n      var(--bg-tint);\n    text-align: center;\n  }\n  .final-cta h2 {\n    font-size: clamp(32px, 4.5vw, 52px);\n    margin-bottom: 16px;\n  }\n  .final-cta p {\n    font-size: 19px;\n    color: var(--color-muted);\n    max-width: 560px;\n    margin: 0 auto 32px;\n  }\n  .final-cta-buttons {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  \/* ---------- RESPONSIVE ---------- *\/\n  @media (max-width: 960px) {\n    .value-prop-grid,\n    .roi-grid { grid-template-columns: 1fr; gap: 40px; }\n    .ai-grid { grid-template-columns: repeat(2, 1fr); }\n    .steps-grid { grid-template-columns: repeat(2, 1fr); }\n    .logo-grid { grid-template-columns: repeat(3, 1fr); }\n  .feature-list {padding: 32px 20px;}\n  }\n  @media (max-width: 560px) {\n    .hero { padding: 48px 0 64px; }\n    .pricing-card-top { padding: 28px 20px 20px;}\n    .pricing-card {margin: 0 auto 0;}\n    .pricing-cta-wrap { padding: 0 24px 24px; }\n    .feature-list { padding: 24px; }\n    .feature-list ul { grid-template-columns: 1fr; }\n    .pricing-new { font-size: 52px; }\n    .ai-grid { grid-template-columns: 1fr; }\n    .ai-card { aspect-ratio: 4 \/ 3; }\n    .steps-grid { grid-template-columns: 1fr; }\n    .logo-grid { grid-template-columns: repeat(2, 1fr); }\n    .stats-row { gap: 32px; }\n     .faq-item summary {\n    font-size: 21px;\n    }\n  }\n<\/style>\n    <!-- Pricing Card -->\n    <!--    <p>One integrated system that manages your calls, leads, and reputation-automatically.<\/p> -->\n                     <!--      75% OFF -->\n                Broadly 24\/7 AI Workforce Package\n                      <!--  \n          $3,199\/month value\n         -->\n          $799\n          \/month\n        <p>Roughly <strong>$26\/day<\/strong>-less than the cost of a single missed lead.<\/p>\n        <a href=\"\/schedule-demo\">Book a demo<\/a>\n        What&#8217;s included\n        <p>        One integrated system that manages your calls, leads, and reputation-automatically.<\/p>\n        <ul>\n          <li>Capture every lead and book estimates 24\/7<\/li>\n          <li>Get more positive reviews &amp; respond instantly<\/li>\n          <li>Keep your social media active with zero manual effort<\/li>\n          <li><strong>Missed call SMS text-back<\/strong> &#8211; never lose a customer when you can&#8217;t answer<\/li>\n          <li>Capture every conversation with sales coaching insights<\/li>\n          <li><strong>Professional Website<\/strong> &#8211; high-converting, live in &lt;7 days<\/li>\n          <li>Get found on 70+ sites like Google and Apple Business<\/li>\n          <li>Drive repeat business with automated email &amp; SMS campaigns<\/li>\n          <li>See exactly where you land in local search<\/li>\n          <li>Completely set up for you by the Broadly team<\/li>\n        <\/ul>\n<h2>\n\t\tThousands of local businesses trust Broadly\n\t<\/h2>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/broadly.com\/wp-content\/uploads\/2024\/10\/Google-Rating.png\" alt=\"Broadly Google Rating\" itemprop=\"image\" height=\"105\" width=\"436\" title=\"Google Rating\" onerror=\"this.style.display='none'\"  \/>\n\t<p>&#8220;Before using Broadly, we struggled to acquire any level of success with reviews, and now we are top in our market.&#8221;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>&#8211; Glass Doctor Auto of Moorhead<\/strong><\/p>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/broadly.com\/wp-content\/uploads\/2024\/10\/Google-Rating.png\" alt=\"Broadly Google Rating\" itemprop=\"image\" height=\"105\" width=\"436\" title=\"Google Rating\" onerror=\"this.style.display='none'\"  \/>\n\t<p>&#8220;With Broadly we easily collect reviews across sites. Plus, our website looks professional and we use Web Chat, so when someone engages with our website I can connect with them right through the Broadly Inbox.&#8221;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>&#8211; Leak Sharks<\/strong><\/p>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/broadly.com\/wp-content\/uploads\/2024\/10\/Google-Rating.png\" alt=\"Broadly Google Rating\" itemprop=\"image\" height=\"105\" width=\"436\" title=\"Google Rating\" onerror=\"this.style.display='none'\"  \/>\n\t<p>&#8220;Our Google reviews increased from 151 before we signed up with Broadly to 239 reviews in just two months.&#8221;<\/p>\n<p><strong>&#8211; Blessed Oasis Pet Resort<\/strong><\/p>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/broadly.com\/wp-content\/uploads\/2026\/05\/Small-Business-Owner-packing-orders.webp\" alt=\"small business owner packing orders\" itemprop=\"image\" height=\"710\" width=\"728\" title=\"Small-Business-Owner-packing-orders\" onerror=\"this.style.display='none'\"  \/>\n\t<h2>Stop losing jobs to the guy who answers faster.<\/h2>\n<p>You&#8217;re great at your trade, but you can&#8217;t be on a ladder and on the phone at the same time. Every time a call goes to voicemail, that customer is already Googling your competitor. Broadly&#8217;s AI Workforce handles the &#8220;busy work&#8221; so you can focus on the &#8220;billable work.&#8221;<\/p>\n\t<p>AI Workforce<\/p>\n<h2>\n\t\tMeet your AI Employees that never call in sick\n\t<\/h2>\n\t<p>Instead of hiring a full-time office manager, get a suite of tools that work together in one inbox.<\/p>\n\t<!--\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\"\/>\n-->\n <!-- AI Workforce Carousel -->\n                <!-- Slide 1 -->\n                    <!-- FRONT content -->\n                        <h3>Never miss a lead again<\/h3>\n                        <img decoding=\"async\" src=\"https:\/\/www.vendasta.com\/wp-content\/uploads\/2018\/08\/AI-Receptionist-img.png\" alt=\"Vendasta's AI Receptionist\"\/>\n                    <!-- BACK content -->\n                            <h4>AI Receptionist<\/h4>\n                                Answers every missed call, text, or web chat instantly. It qualifies the lead and books the estimate while you&#8217;re busy.\n                <!-- Slide 2 -->\n                    <!-- FRONT content -->\n                        <h3>Get more 5-star reviews<\/h3>\n                        <img decoding=\"async\" src=\"https:\/\/www.vendasta.com\/wp-content\/uploads\/2018\/08\/Reputation-Specialist-img-1.png\" alt=\"Vendasta's Reputation Specialist\"\/>\n                    <!-- BACK content -->\n                            <h4>AI Reputation Specialist<\/h4>\n                               Monitors your Google and Facebook reviews. It writes professional, on-brand responses to every customer in seconds.\n                <!-- Slide 3 -->\n                    <!-- FRONT content -->\n                        <h3>Stay active on social media<\/h3>\n                        <img decoding=\"async\" src=\"https:\/\/www.vendasta.com\/wp-content\/uploads\/2018\/08\/Content-Writer-card-img.png\" alt=\"Vendasta's Content Writer\"\/>\n                    <!-- BACK content -->\n                            <h4>AI Social Media Manager<\/h4>\n                              Keeps your social media pages active by posting weekly updates, photos, and tips without you having to log in.\n                <!-- Slide 4 -->\n                    <!-- FRONT content -->\n                        <h3>Follow up with leads instantly<\/h3>\n                        <img decoding=\"async\" src=\"https:\/\/www.vendasta.com\/wp-content\/uploads\/2018\/08\/AI-Sales-Assistant-img.png\" alt=\"Vendasta's AI Sales Assistant\"\/>\n                    <!-- BACK content -->\n                            <h4>AI Sales Assistant<\/h4>\n                             Automatically records every customer conversation and updates your CRM.\n            <br \/> <br \/>\n             <!-- Navigation -->\n    <style>\n  .swiper.ai-workforce-carousel, .swiper.industry-carousel-set {\n    overflow:visible !important;\n  }\n  .card-text li {\n    line-height: 20px;\n  }\n  \/* Swiper navigation arrows - Only for custom carousels *\/\n\/* Apply the specific SVG for the NEXT arrow *\/\n.ai-workforce-carousel .swiper-navigation .swiper-button-next::after,\n.industry-carousel-set .swiper-navigation .swiper-button-next::after {\n  background-image: url('https:\/\/broadly.com\/wp-content\/uploads\/2026\/01\/Right-Arrow.png');\n}\n\/* Apply the specific SVG for the PREVIOUS arrow *\/\n.ai-workforce-carousel .swiper-navigation .swiper-button-prev::after,\n.industry-carousel-set .swiper-navigation .swiper-button-prev::after {\n  background-image: url('https:\/\/broadly.com\/wp-content\/uploads\/2026\/01\/Left-arrow.png');\n}\n\/* Disabled button styles (important for UX) - Only for custom carousels *\/\n.ai-workforce-carousel .swiper-navigation .swiper-button-disabled,\n.industry-carousel-set .swiper-navigation .swiper-button-disabled {\n  opacity: 0.5;\n  cursor: not-allowed;\n}\n\/* Custom carousel container styles *\/\n.ai-workforce-carousel.swiper,\n.industry-carousel-set.swiper {\n  padding: 0;\n  overflow: hidden;\n  width: 100%;\n  max-width: 100%;\n}\n\/* Desktop: Add left padding to prevent first slide cut-off *\/\n@media (min-width: 980px) {\n  .ai-workforce-carousel.swiper,\n  .industry-carousel-set.swiper {\n    padding-left: 0px;\n  }\n}\n\/* Tablet: Add left padding only to industry carousel *\/\n@media (min-width: 768px) and (max-width: 979px) {\n  .industry-carousel-set.swiper {\n    padding-left: 20px;\n  }\n}\n\/* Custom carousel navigation styles *\/\n.ai-workforce-carousel .swiper-navigation,\n.industry-carousel-set .swiper-navigation {\n  display: flex;\n  justify-content: flex-end;\n  margin-right: 15px;\n  gap: 30px;\n  margin-bottom: 0px;\n  z-index: 10;\n  position: relative;\n}\n\/* Style the navigation buttons (prev\/next) - Only for custom carousels *\/\n.ai-workforce-carousel .swiper-navigation .swiper-button-next, \n.ai-workforce-carousel .swiper-navigation .swiper-button-prev,\n.industry-carousel-set .swiper-navigation .swiper-button-next,\n.industry-carousel-set .swiper-navigation .swiper-button-prev {\n  position: relative;\n  background: none!important;\n  border: 3px solid #5F6368;\n  border-radius: 50px;\n  width: 60px;\n  height: 60px;\n  padding: 13px;\n  margin-top: 0;\n  top: 0;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\/* Style the ::after pseudo-element that will contain the arrow icon *\/\n.ai-workforce-carousel .swiper-navigation .swiper-button-next::after, \n.ai-workforce-carousel .swiper-navigation .swiper-button-prev::after,\n.industry-carousel-set .swiper-navigation .swiper-button-next::after,\n.industry-carousel-set .swiper-navigation .swiper-button-prev::after {\n  content: '';\n  font-size: 0 !important;\n  color: transparent !important;\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n  display: block;\n  width: 100%;\n  height: 100%;\n}\n\/* ============================= *\/\n\/* AI Workforce Carousel Styles  *\/\n\/* ============================= *\/\n.ai-workforce-carousel .swiper-slide {\n  width: 277px !important;\n  min-height: 420px;\n  padding-top: 25px;\n  flex-shrink: 0;\n  border-radius: 10px;\n  overflow: hidden;\n  position: relative;\n  transition: transform 0.3s ease;\n}\n.ai-workforce-carousel h3.card-title {\n  margin-left: 25px;\n  font-weight: 700;\n  font-size: 22px !important;\n  color: #071A39 !important;\n  z-index: 2;\n  margin: 0 0 0 25px;\n}\n#fl-main-content .fl-module:not(.unset) h3\n{\n  font-size: 22px !important;    \n}\n.ai-workforce-carousel .swiper-slide p {\n  margin-left: 25px;\n  color:#072337;\n}\n\/* backgrounds *\/\n.swiper-slide.ai-receptionist-card {\n  background: #2AC8B8;\n}\n.swiper-slide.ai-reputation-card {\n  background: #FFB84D;\n}\n.swiper-slide.ai-writer-card {\n  background: #64B5F6;\n}\n.swiper-slide.ai-salesperson-card {\n  background: #E83636;\n}\n.swiper-slide.ai-sales-assistant-card {\n  background: #FF4A86;\n}\n.swiper-slide.ai-seo-expert-card {\n  background: #68CC7C;\n}\n.ai-workforce-carousel .swiper-slide img {\n  position: absolute !important;\n  bottom: 0;\n}\n\/* Card reveal structure - FIXED *\/\n.ai-workforce-carousel .card-reveal {\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 25px;\n  color: white;\n  transform: translateY(100%);\n  transition: transform 0.3s ease;\n  font-size: 1rem;\n  display: flex;\n  flex-direction: column;\n}\n.ai-workforce-carousel .card-reveal .card-wrapper {\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n  position: relative;\n}\n.ai-workforce-carousel .card-reveal .card-wrapper :is(h4, ul li)\n{\n  color:#071A39;\n}\n.ai-workforce-carousel .card-reveal h4.card-title {\n  margin-bottom: 20px;\n  margin-left: 0;\n  font-weight: 700;\n  color: #fff;\n}\n.ai-workforce-carousel .card-reveal .card-text {\n  font-size: 16px;\n  font-weight: 500;\n  flex: 1;\n  color:#2f3134;\n}\n.ai-workforce-carousel .card-reveal .card-text ul {\n  list-style: none;\n  padding-left: 0;\n  margin: 0 0 0px 0;\n  padding: 0 0 0px 1em;\n}\n.ai-workforce-carousel .card-reveal .card-text ul li {\n  position: relative;\n  padding-left: 32px;\n  margin-bottom: 12px;\n}\n.ai-workforce-carousel .card-reveal .card-text ul li::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 0;\n  width: 20px;\n  height: 20px;\n  background-image: url('https:\/\/broadly.com\/wp-content\/uploads\/2026\/01\/check_circle.png'); \n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n}\n\/* Button fix *\/\n.ai-workforce-carousel .card-reveal .card-btn {\n  border: 2px solid #FFF;\n  border-radius: 4px;\n  color: #FFF!important;\n  display: inline-flex;\n  padding: 15px 50px;\n  justify-content: center;\n  align-items: center;\n  width: 100%;\n  margin: 0 auto;\n  font-weight: 600;\n  font-size: 18px;\n  text-decoration: none;\n  position: absolute;\n  bottom:0;  margin-top: 20px;\n}\n.ai-workforce-carousel .card-reveal .card-btn:hover {\n  background-color: #FFF;\n  color:#072337!important;\n}\n\/* reveal backgrounds *\/\n.ai-receptionist-card .card-reveal {\n  background: #AFE7E1;\n}\n.ai-reputation-card .card-reveal {\n  background: #FFE0B2;\n}\n.ai-writer-card .card-reveal {\n  background: #BBDEFB;\n}\n.ai-salesperson-card .card-reveal {\n  background: #F9C9C9;\n}\n.ai-sales-assistant-card .card-reveal {\n  background: #FFE1EB;\n}\n.ai-seo-expert-card .card-reveal {\n  background: #B6E7C0;\n}\n.ai-workforce-carousel .card-hover:hover .card-reveal {\n  transform: translateY(0);\n}\n\/*common slider css *\/\n.slider_grid_container .fl-html .content-wrapper \n{\n   width: 100%;\n   overflow: hidden !important;\n}\n.slider_grid_container .fl-html .content-wrapper .swiper-wrapper\n{\n   display: flex; \n}\n.slider_grid_container .fl-html\n{\n    display: grid;\n}\n.ai-workforce-carousel .swiper-navigation, .industry-carousel-set .swiper-navigation\n{\n        right: 80px;\n}\n\/* ============================= *\/\n\/* Industry Carousel Styles      *\/\n\/* ============================= *\/\n.industry-carousel-set .swiper-slide {\n  width: 277px !important;\n  min-height: 420px;\n  padding-top: 25px;\n  flex-shrink: 0;\n  border-radius: 10px;\n  overflow: hidden;\n  position: relative;\n  transition: transform 0.3s ease;\n}\n .swiper-wrapper.industry-carousel h3.card-title \n {\n   color:#071A39 !important;     \n }\n .swiper-wrapper.industry-carousel h4.card-title\n {\n   color:#071A39 !important; \n   font-size: 18px;\n   font-weight: 700;\n }\n .swiper-wrapper.industry-carousel ul li\n {\n   color:#071A39 !important;  \n   font-size: 13px;\n   font-weight: 600;\n }\n.industry-carousel h3.card-title {\n  margin-left: 25px;\n  font-weight: bold;\n  font-size: 28px;\n  z-index: 2;\n}\n.industry-carousel .industry-icon {\n  width: 35px;\n  height: 35px;\n  margin-left: 25px;\n  margin-bottom: 10px;\n  position: relative;\n}\n.industry-carousel .industry-icon img {\n  width:100%;\n  height: auto;\n}\n.industry-carousel-set .swiper-slide p {\n  margin-left: 25px;\n  color:#072337;\n}\n\/* backgrounds *\/\n.swiper-slide.startup-card { background: #ffb84d; }\n.swiper-slide.midmarket-card { background: #2bc8b8; }\n.swiper-slide.franchisors-card { background: #8a59e5; }\n.swiper-slide.software-vendors-card { background: #64b5f6; }\n.swiper-slide.msp-var-card { background: #b0e7e1; }\n.swiper-slide.media-broadcast-card { background: #3F9B63; }\n.swiper-slide.saas-card { background: #0D3B69; }\n.swiper-slide.enterprise-card { background: #FA5788; }\n\/* card-title color overrides *\/\n.swiper-slide.startup-card .card-title { color:#FFE0B2; }\n.swiper-slide.midmarket-card .card-title { color:#AFE7E1; }\n.swiper-slide.franchisors-card .card-title { color:#D7C6F5; }\n.swiper-slide.software-vendors-card .card-title { color:#BBDEFB; }\n.swiper-slide.msp-var-card .card-title { color:#AFE7E1; }\n.swiper-slide.media-broadcast-card .card-title { color:#002F35; }\n.swiper-slide.saas-card .card-title { color:#42A5F5; }\n.swiper-slide.enterprise-card .card-title { color:#8C0032; }\n.industry-carousel-set .swiper-slide img.industry-product {\n  \/*position: absolute;*\/\n  \/*bottom: 0;*\/\n    margin-top: 40px;\n    padding: 0px 15px;\n    width:100%;\n    padding-bottom:10px !important;\n}\n\/* Card reveal structure - FIXED *\/\n.industry-carousel-set .card-reveal {\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 25px;\n  color: white;\n  transform: translateY(100%);\n  transition: transform 0.3s ease;\n  font-size: 1rem;\n  display: flex;\n  flex-direction: column;\n}\n.industry-carousel-set .card-reveal .card-wrapper {\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n  position: relative;\n}\n.industry-carousel-set .card-reveal h4.card-title {\n  margin-bottom: 20px;\n  margin-left: 0;\n  font-size: 18px;\n  color:#071A39 !important;\n  font-weight: 700;\n}\n.industry-carousel-set .card-reveal .card-text {\n  font-size: 16px;\n  font-weight: 500;\n  flex: 1;\n  color:#5F6368;\n}\n.industry-carousel-set .card-reveal .card-text ul {\n  list-style: none;\n  padding-left: 0;\n  margin: 0 0 50px 0;\n}\n.industry-carousel-set .card-reveal .card-text ul li {\n  position: relative;\n  padding-left: 32px;\n  margin-bottom: 12px;\n}\n.industry-carousel-set .card-reveal .card-text ul li::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 0;\n  width: 20px;\n  height: 20px;\n  background-image: url('https:\/\/broadly.com\/wp-content\/uploads\/2026\/01\/check_circle.png'); \n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n}\n\/* Button fix *\/\n.industry-carousel-set .card-reveal .card-btn {\n  border-radius: 4px;\n  color: #071A39 !important;\n  \/*display: inline-flex;*\/\n  padding: 0px 30px;\n  width: 100%;\n  margin: 0 auto;\n  font-weight: 600;\n  font-size: 18px;\n  text-decoration: none;\n}\n.industry-carousel-set .card-reveal .card-btn:hover {\n  \/* background-color: #FFF; *\/\n  color:#072337!important;\n}\n\/* reveal backgrounds *\/\n.startup-card .card-reveal { background: #FFE0B2; }\n.midmarket-card .card-reveal { \n  background: #AFE7E1;\n  border-radius: 0 0 10px 10px;\n}\n.franchisors-card .card-reveal { \n  background: #D7C6F5;\n  border-radius: 0 0 10px 10px;\n}\n.software-vendors-card .card-reveal { \n  background: #BBDEFB;\n  border-radius: 0 0 10px 10px;\n}\n.msp-var-card .card-reveal { \n  background: #AFE7E1;\n  border-radius: 0 0 10px 10px;\n}\n.media-broadcast-card .card-reveal { \n  background: #2E7655;\n  border-radius: 0 0 10px 10px;\n}\n.saas-card .card-reveal { \n  background: #0D3B69;\n  border-radius: 0 0 10px 10px;\n}\n.enterprise-card .card-reveal { \n  background: #8C0032;\n  border-radius: 0 0 10px 10px;\n}\n.industry-carousel-set .card-hover:hover .card-reveal {\n  transform: translateY(0);\n}\n\/* ============================= *\/\n\/* Mobile responsiveness         *\/\n\/* ============================= *\/\n@media (max-width:980px) {\n .card-front img {\n    max-width: 300px;\n}   \n}\n@media (max-width: 767px) {\n  .ai-workforce-carousel .swiper-navigation,\n  .industry-carousel-set .swiper-navigation {\n    margin-right: 20px;\n  }\n  .ai-workforce-carousel .swiper-navigation .swiper-button-next::after,\n  .ai-workforce-carousel .swiper-navigation .swiper-button-prev::after,\n  .industry-carousel-set .swiper-navigation .swiper-button-next::after,\n  .industry-carousel-set .swiper-navigation .swiper-button-prev::after {\n    font-size: 24px!important;\n  }\n  .ai-workforce-carousel .swiper-slide,\n  .industry-carousel-set .swiper-slide {\n    width: 100% !important;\n    max-width: 100% !important;\n    min-height: 375px;\n  }\n  .ai-workforce-carousel .card-reveal,\n  .industry-carousel-set .card-reveal {\n    padding: 20px;\n    min-height: 375px;\n  }\n  .ai-workforce-carousel .card-reveal .card-btn,\n  .industry-carousel-set .card-reveal .card-btn {\n    padding: 12px 30px;\n    font-size: 16px;\n    margin-top: 15px;\n  }\n  .ai-workforce-carousel .swiper-navigation .swiper-button-next, \n  .ai-workforce-carousel .swiper-navigation .swiper-button-prev,\n  .industry-carousel-set .swiper-navigation .swiper-button-next,\n  .industry-carousel-set .swiper-navigation .swiper-button-prev {\n    width: 50px;\n    height: 50px;\n  }\n}\n@media (max-width: 767px) and (min-width: 481px) {\n  .ai-workforce-carousel .swiper-slide,\n  .industry-carousel-set .swiper-slide {\n    height: 450px;\n  }\n}\n@media (max-width: 480px) and (min-width: 380px) {\n    .ai-workforce-carousel .swiper-slide,\n  .industry-carousel-set .swiper-slide {\n    height: 430px;\n  }\n}\n@media (max-width: 379px) {\n    .ai-workforce-carousel .swiper-slide {\n        min-height:367px;\n    }\n    .card-front img {\n        max-width: 230px; }\n        .ai-workforce-carousel h3.card-title {\n  margin-right: 25px;\n        }\n}\n\/* Card hover wrapper to ensure proper overflow - Only for custom carousels *\/\n.ai-workforce-carousel .card-hover,\n.industry-carousel-set .card-hover {\n  position: relative;\n  overflow: hidden;\n}\n  @media (min-width: 768px) {\n    .ai-workforce-carousel .swiper-slide,  .industry-carousel-set .swiper-slide {\n  min-height: 420px;\n  }}\n  \/* ============================= *\/\n\/* AI Workforce - Static Grid    *\/\n\/* (override Swiper's flex layout) *\/\n\/* ============================= *\/\n.ai-workforce-carousel .swiper-wrapper {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 24px;\n  transform: none !important; \/* kill any Swiper inline transforms *\/\n}\n.ai-workforce-carousel .swiper-slide {\n  width: 100% !important;     \/* override the 277px from earlier rule *\/\n  flex-shrink: 1;\n}\n\/* Hide the slider nav arrows since there's nothing to navigate *\/\n.ai-workforce-carousel .swiper-navigation { display: none; }\n\/* Tablet: 2x2 *\/\n@media (max-width: 980px) {\n  .ai-workforce-carousel .swiper-wrapper {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\/* Mobile: 1 column *\/\n@media (max-width: 700px) {\n  .ai-workforce-carousel .swiper-wrapper {\n    grid-template-columns: 1fr;\n  }\n  .ai-workforce-carousel .swiper-slide {\n    min-height: 365px; \/* mobile cards a bit shorter is fine *\/\n  }\n}\n<\/style>\n\t<h2>Is it worth $799 a month?<\/h2>\n\t<p>A human receptionist costs $3,000+ a month. Piecing together five different software tools costs $600+ and they often don&#8217;t talk to each other.<\/p>\n\t<p>The Broadly math is simple: If this system saves just one job a month from going to a competitor, it has already paid for itself. Most of our clients see the ROI in the first 30 days.<\/p>\n<h2>\n\t\tBroadly fits right in with your systems\n\t<\/h2>\n<h2>\n\t\tFrequently Asked Questions\n\t<\/h2>\n\t<p>Real answers to the questions our team hears most often.<\/p>\n\t<!-- ============================================================ -->\n<!-- SECTION 7: FAQ                                                -->\n<!-- ============================================================ -->\n<section id=\"faq\">\n      Pricing &#038; what&#8217;s included\n      <details>\n        <summary><h3>How much does Broadly cost per month?<\/h3><\/summary>\n        <p>Broadly&#8217;s AI Workforce Package is $799 per month &#8211; about $26 per day. That price includes an AI Receptionist that answers calls 24\/7, automated review responses, AI-managed social media posts, a custom-built website, and listings on 70+ directories like Google and Apple Business. New customers may qualify for additional pricing options during onboarding.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>What&#8217;s included in the Broadly AI Workforce Package?<\/h3><\/summary>\n        <p>The Broadly AI Workforce Package includes five integrated services in one platform: an AI Receptionist that answers every call, text, and web chat 24\/7; an AI Reputation Specialist that responds to Google and Facebook reviews; an AI Social Media Manager that posts weekly; a professional website live in seven days; and listings synced to 70+ directories including Google, Apple Business, Bing, and Yelp. Setup is fully done-for-you by Broadly&#8217;s team.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Are there any setup fees or hidden costs with Broadly?<\/h3><\/summary>\n        <p>No, Broadly has no setup fees, hidden charges, or per-user fees. The monthly price covers everything in the AI Workforce Package &#8211; setup, website build, AI tools, listings sync, and ongoing support. We have optional add-ons, such as paid advertising (Google Ads or Meta Ads), which is billed separately if you choose to run campaigns.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Do you offer an annual or paid-in-full discount?<\/h3><\/summary>\n        <p>Yes, customers who pay annually receive an additional discount on top of the monthly rate. Ask your account executive about the current paid-in-full offer during your onboarding call &#8211; it&#8217;s the lowest price Broadly offers. The annual plan still includes cancel-anytime flexibility with a prorated refund on unused months.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Why is Broadly $799 a month? What&#8217;s the value?<\/h3><\/summary>\n        <p>Broadly is $799 a month because it replaces five or more separate services for one flat price. A dedicated receptionist costs $3,000+ per month, a marketing agency runs $1,000-$3,000, a website builder plus hosting is $100+, and standalone review and social tools add another $200-$400. Broadly bundles the equivalent of $3,199 in services into a single platform with everything connected.<\/p>\n      <\/details>\n      Contracts, cancellation &#038; guarantee\n      <details>\n        <summary><h3>Is there a contract or long-term commitment?<\/h3><\/summary>\n        <p>No, Broadly has no long-term contract. You&#8217;re billed month to month and can cancel anytime if you&#8217;re not seeing value. Broadly is built to earn your business every month rather than lock you in. Most customers stay because the system pays for itself within the first 30 days.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Can I cancel my Broadly subscription anytime?<\/h3><\/summary>\n        <p>Yes, you can cancel Broadly at any time with no cancellation fees, no penalty, and no minimum term. Just contact your account team or support, and your billing stops at the end of the current month. There&#8217;s no paperwork and no phone-tree runaround &#8211; cancellation is handled the same day.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Does Broadly offer a money-back guarantee?<\/h3><\/summary>\n        <p>Broadly&#8217;s cancel-anytime policy is the guarantee. If you don&#8217;t see value in your first month, you can cancel and stop being billed &#8211; no fees, no questions. Most customers see ROI within the first 30 days because a single new job typically pays for the entire month.<\/p>\n      <\/details>\n      Setup, onboarding &#038; support\n      <details>\n        <summary><h3>How fast can Broadly be set up?<\/h3><\/summary>\n        <p>Your AI Receptionist goes live within 48 hours of signup, and your custom website is ready for review in seven days. Broadly&#8217;s team handles the full setup &#8211; you don&#8217;t have to configure anything yourself. Most clients start capturing leads on the very first day of service.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Do I have to set up Broadly myself?<\/h3><\/summary>\n        <p>No, Broadly is fully done-for-you. Your dedicated onboarding specialist sets up your AI Receptionist, builds your website, syncs your directory listings, and configures your review and social tools. You only need to provide basic business info &#8211; services, hours, photos, and how you want calls handled. Most owners spend less than 30 minutes on setup.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Do I need to be tech-savvy to use Broadly?<\/h3><\/summary>\n        <p>No, Broadly is designed for owner-operators who don&#8217;t have time for complicated software. Everything runs in one inbox you can use from your phone, and the AI handles the work in the background. If you can text and check email, you can run Broadly. Your account team also provides ongoing support whenever you need help.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>What&#8217;s Broadly&#8217;s customer support like?<\/h3><\/summary>\n        <p>Broadly provides customer support via phone, email, and chat, plus a dedicated account team for every customer. Most issues are resolved on the same day, and onboarding includes one-on-one walkthroughs. Support is included at no extra cost in your monthly subscription.<\/p>\n      <\/details>\n      AI Receptionist &#038; conversations\n      <details>\n        <summary><h3>How does Broadly&#8217;s AI Receptionist work?<\/h3><\/summary>\n        <p>Broadly&#8217;s AI Receptionist answers every missed call, text message, and web chat within seconds &#8211; 24 hours a day, seven days a week. It greets callers in your business voice, asks qualifying questions, books estimates on your calendar, and texts back any caller who hangs up. You stay focused on your work while it handles the front desk.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Will the AI sound natural to my customers?<\/h3><\/summary>\n        <p>Yes, Broadly&#8217;s AI is trained to sound like a friendly human receptionist, not a robot. It uses natural conversation, your business name, and your specific services and hours. Most customers don&#8217;t realize they&#8217;re talking to AI until you tell them &#8211; and even then, they&#8217;re glad someone answered immediately instead of getting voicemail.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Can Broadly&#8217;s AI book appointments on my calendar?<\/h3><\/summary>\n        <p>Yes, the AI Receptionist books appointments and estimates directly on your calendar in real time. It checks availability, confirms with the customer, and sends a calendar invite plus an SMS confirmation. You can customize what types of jobs it can book, how far out it can schedule, and which time slots are protected for personal use.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>What happens if I miss a call while I&#8217;m on a job?<\/h3><\/summary>\n        <p>Broadly&#8217;s AI Receptionist picks up immediately when you can&#8217;t answer, qualifies the lead, and either books the estimate or sends you the customer&#8217;s details by SMS. The system also sends a missed-call text-back to anyone who hangs up before the AI answers, so no caller is ever left wondering whether they reached a working business.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Does Broadly work in Spanish?<\/h3><\/summary>\n        <p>Yes, Broadly&#8217;s AI Receptionist answers calls, texts, and web chats in both English and Spanish, switching automatically based on what the customer speaks. This is built for U.S. service businesses with bilingual customer bases &#8211; you don&#8217;t lose a Spanish-speaking lead just because no one in your shop is at the phone. Onboarding and support are also available in Spanish.<\/p>\n      <\/details>\n      Website, reviews &#038; reputation\n      <details>\n        <summary><h3>What if I already have a website?<\/h3><\/summary>\n        <p>You don&#8217;t need to start over. Broadly will either upgrade your existing website or build a high-converting landing page designed specifically for your ads and lead capture &#8211; whichever serves your business best. Either way, your AI Receptionist, review tools, and listings sync work seamlessly with your current site.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Will I own my Broadly website?<\/h3><\/summary>\n        <p>Yes, your website content and domain stay yours. Broadly builds and hosts the site as part of your subscription, but if you ever leave, you can take your domain and content with you. There&#8217;s no proprietary platform lock-in beyond what&#8217;s standard for any hosted website service.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>How does Broadly help me get more Google reviews?<\/h3><\/summary>\n        <p>Broadly automatically asks every customer for a review by text right after their service is complete &#8211; typically the highest-converting moment to ask. The system tracks who has been asked and follows up gently if they don&#8217;t respond. More reviews directly improve your local search ranking on Google Maps and your conversion rate from search traffic.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Will Broadly respond to negative reviews automatically?<\/h3><\/summary>\n        <p>Yes, Broadly&#8217;s AI Reputation Specialist drafts professional, on-brand responses to every review &#8211; positive, neutral, or negative. For sensitive cases, it flags the review for your approval before posting. Future customers see that you respond quickly and care about feedback, which is one of the strongest trust signals on Google and Yelp.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>What does Broadly post on social media?<\/h3><\/summary>\n        <p>Broadly&#8217;s AI Social Media Manager posts weekly to your business pages &#8211; typically a mix of recent customer reviews, before\/after photos, service tips, seasonal offers, and milestone moments. You can review and approve posts before they go live or let them run automatically. Most owners spend zero time on social media after the first week of service.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Does Broadly help me show up on Google Maps and local search?<\/h3><\/summary>\n        <p>Yes, Broadly automatically syncs your business info to 70+ directories &#8211; including Google Business Profile, Apple Business Connect, Bing, Yelp, and Facebook &#8211; so your name, address, phone, and hours are accurate everywhere. Consistent listings combined with more positive reviews are the two strongest ranking signals on Google Maps.<\/p>\n      <\/details>\n      Results, ROI &#038; comparisons\n      <details>\n        <summary><h3>How quickly will I see results from Broadly?<\/h3><\/summary>\n        <p>Most Broadly customers see measurable results within the first 30 days, often during the first week. The AI Receptionist starts capturing missed calls on day one, new reviews show up within two to four weeks, and improved local search ranking typically follows within 60 days. If a single new job covers the cost, the system pays for itself almost immediately.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>How is Broadly different from hiring a receptionist?<\/h3><\/summary>\n        <p>Broadly costs roughly one-quarter the price of a full-time human receptionist, who typically runs $3,000+ per month with benefits. Unlike a person, Broadly&#8217;s AI works 24\/7, never calls in sick, never takes vacation, and handles unlimited calls, texts, and web chats simultaneously. It also books appointments and updates your CRM automatically.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>How is Broadly different from using separate tools like Mailchimp, Yelp, and a website builder?<\/h3><\/summary>\n        <p>Broadly replaces five or more separate marketing tools with one platform. Stitching together a CRM, scheduler, review tool, social tool, and website builder typically costs $600+ per month &#8211; and they don&#8217;t share data. With Broadly, every missed call, new review, social post, and website lead flows into a single inbox so nothing falls through the cracks.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Is Broadly worth it for a small business?<\/h3><\/summary>\n        <p>Broadly is built specifically for owner-operated local businesses, and over 16,000 of them currently use it. For most service businesses, capturing one or two extra jobs per month covers the entire monthly cost. The bigger return is time &#8211; owners get hours back each week because they&#8217;re no longer chasing missed calls, reviews, and social posts manually.<\/p>\n      <\/details>\n      Industry-specific\n      <details>\n        <summary><h3>Does Broadly work for plumbers, HVAC, and home service businesses?<\/h3><\/summary>\n        <p>Yes, home service businesses are Broadly&#8217;s largest customer segment. Plumbers, HVAC techs, roofers, painters, cleaners, contractors, movers, and landscapers use Broadly to capture every after-hours call, book estimates while they&#8217;re on a job, and stay top-rated on Google. The AI Receptionist is specifically trained to qualify service-job leads and route urgent calls.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Does Broadly work for salons, barbershops, and beauty businesses?<\/h3><\/summary>\n        <p>Yes, salons, barbershops, nail spas, and massage studios use Broadly to fill open chair time, manage Google reviews, and keep their Instagram and Facebook active. The AI Receptionist books appointments around your existing schedule, and the social media tools highlight your work weekly without you having to log in to anything.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Does Broadly work for auto repair shops?<\/h3><\/summary>\n        <p>Yes, independent auto repair shops, detailers, towing companies, and auto glass installers use Broadly to capture inbound service calls, book estimates, and rank higher in local search for terms like &#8220;auto repair near me.&#8221; The AI Receptionist qualifies whether a caller needs a tow, a quote, or a service appointment, and routes accordingly.<\/p>\n      <\/details>\n      Technical, mobile &#038; security\n      <details>\n        <summary><h3>Is there a Broadly mobile app?<\/h3><\/summary>\n        <p>Yes, Broadly has a mobile app for iOS and Android so you can see new leads, customer messages, calendar bookings, and review notifications from anywhere. The app sends push notifications for missed calls and qualified leads so you can call back warm prospects within minutes &#8211; even when you&#8217;re on a job site or between appointments.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Can I integrate Broadly with my existing tools?<\/h3><\/summary>\n        <p>Yes, Broadly integrates with common tools like Google Calendar, QuickBooks, Stripe, Zapier, and most major scheduling and CRM platforms. If you already use a service-specific tool &#8211; Housecall Pro, ServiceTitan, Booker, Mindbody &#8211; your account team will configure the connection during onboarding so data flows between systems automatically.<\/p>\n      <\/details>\n      <details>\n        <summary><h3>Is my customer data safe with Broadly?<\/h3><\/summary>\n        <p>Yes, Broadly is built on enterprise-grade infrastructure with encrypted data storage, secure authentication, and strict access controls. Customer phone numbers, messages, and contact information are never sold or shared. Broadly is used by 16,000+ local businesses and complies with U.S. data privacy standards and SMS regulations including TCPA.<\/p>\n      <\/details>\n<\/section>\n<style>\/* FAQ - category labels *\/\n.faq-category {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--color-purple);\n  margin: 40px 0 4px;\n  padding-bottom: 4px;\n  text-align:left;\n}\n.faq-list .faq-category:first-child { margin-top: 0; }\n\/* FAQ - h3 inside summary (resets default heading styles to match summary look) *\/\n.faq-item summary h3 {\n  margin: 0;\n  padding: 0;\n  font-size: 18px;\n  font-weight: 500;\n  color: var(--color-ink);\n  letter-spacing: normal;\n  line-height: 1.4;\n  flex: 1;\n  display: inline;\n}\n\/* FAQ - bottom CTA *\/\n.faq-cta {\n  max-width: 800px;\n  margin: 56px auto 0;\n  padding: 36px 32px;\n  background: var(--bg-tint);\n  border-radius: var(--radius-lg);\n  text-align: center;\n}\n.faq-cta h3 {\n  font-size: 21px;\n  margin-bottom: 8px;\n}\n.faq-cta p {\n  color: var(--color-muted);\n  margin-bottom: 24px;\n  font-size: 16px;\n}<\/style>\n<h2>\n\t\tCan&#8217;t find your question? Talk to a specialist.\n\t<\/h2>\n\t\t\t<a href=\"https:\/\/broadly.com\/schedule-demo\/\" target=\"_self\" rel=\"noopener\">\n\t\t\t\t\t\t\tRequest a demo\n\t\t\t\t\t<\/a>\n<h2>\n\t\tReady to keep your calendar full?\n\t<\/h2>\n\t<p>Get the AI Workforce live in 48 hours. Cancel anytime.<\/p>\n\t\t\t<a href=\"https:\/\/home.broadly.com\/public\/business\/PRBS\/default\/sign-up\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\tGet started for free\n\t\t\t\t\t<\/a>\n\t\t\t<a href=\"\/schedule-demo\/\" target=\"_self\" rel=\"noopener\">\n\t\t\t\t\t\t\tBook a demo\n\t\t\t\t\t<\/a>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/broadly.com\/wp-content\/plugins\/bb-plugin\/img\/pixel.png\" alt=\"\" itemprop=\"image\" onerror=\"this.style.display='none'\"  \/>\n      AI Workforce Package \u00b7 $799\/mo\n       <!-- $3,199\n        75% OFF\n        \u00b7 \n        $799\/mo -->\n    <a href=\"\/schedule-demo\">\n      Get started\n    <\/a>\n    <button aria-label=\"Dismiss\" type=\"button\">\u00d7<\/button>\n<style>\n.broadly-sticky-cta {\n  position: fixed;\n  bottom: 20px;\n  left: 50%;\n  transform: translateX(-50%) translateY(140%);\n  width: calc(30% - 40px);\n  max-width: 880px;\n  background: #071A39;\n  color: #fff;\n  border-radius: 16px;\n  padding: 14px 18px 14px 22px;\n  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);\n  z-index: 9999;\n  opacity: 0;\n  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;\n  pointer-events: none;\n}\n.broadly-sticky-cta.is-visible {\n  transform: translateX(-50%) translateY(0);\n  opacity: 1;\n  pointer-events: auto;\n}\n.broadly-sticky-cta.is-dismissed { display: none !important; }\n.bsc-inner { display: flex; align-items: center; gap: 18px; }\n.bsc-text { flex: 1; min-width: 0; }\n.bsc-label {\n  font-size: 16px; font-weight: 700; color: #fff;\n  line-height: 1.2; margin-bottom: 2px;\n  font-family: Montserrat, Open Sans,sans-serif;\n}\n.bsc-price {\n  font-size: 15px; font-weight: 600;\n  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;\n}\n.bsc-old { text-decoration: line-through; color: #94A3B8; font-weight: 500; }\n.bsc-discount { color: #FFB84D; font-weight: 800; letter-spacing: 0.02em; }\n.bsc-divider { color: #475569; }\n.bsc-new { color: #fff; font-weight: 500; }\n.bsc-button {\n   font-family:; Montserrat, Open Sans, sans-serif;\n  background: #1976D2; color: #0F172A !important;\n  color: #fff !important;\n  font-weight: 600; font-size: 15px;\n  padding: 12px 22px; border-radius: 4px;\n  text-decoration: none; white-space: nowrap;\n  display: inline-flex; align-items: center; gap: 6px;\n  transition: background 0.15s ease, transform 0.15s ease;\n}\n.bsc-button:hover {\n  background: #135BAD; \n  text-decoration:none !important;\n  border:none !important;\n}\n.bsc-arrow { transition: transform 0.2s ease; display: inline-block; }\n.bsc-button:hover .bsc-arrow { transform: translateX(3px); }\n.bsc-close {\n  background: transparent; border: none; color: #94A3B8;\n  font-size: 22px; line-height: 1; cursor: pointer;\n  padding: 4px 8px; border-radius: 4px;\n  transition: color 0.15s ease;\n}\n.bsc-close:hover { color: #fff; }\n@media (max-width:1920px) {\n    .broadly-sticky-cta {\n  transform: translateX(-50%) translateY(140%);\n  width: calc(40% - 40px);\n}\n@media (max-width: 1285px) {\n    .broadly-sticky-cta {\n        width: calc(50% - 40px);\n    }\n}\n@media (max-width:1100px) {\n    .broadly-sticky-cta   {width: calc(60% - 40px);\n}\n}\n@media (max-width: 980px) {\n    .broadly-sticky-cta {\n  width: calc(83% - 40px);\n}\n@media (max-width: 640px) {\n  .broadly-sticky-cta {\n    bottom: 12px;\n    padding: 12px 14px;\n    border-radius: 12px;\n  }\n  .bsc-inner { gap: 10px; }\n  .bsc-label { font-size: 13px; }\n  .bsc-price { font-size: 12px; gap: 6px; }\n  .bsc-button { padding: 10px 14px; font-size: 13px; margin-top:10px; }\n  .bsc-close { display: none; \n  }\n  .broadly-sticky-cta.is-visible {\n      transform: translateX(-60%) translateY(0);\n  }\n}\n@media (max-width:420px) {\n    .bsc-inner,.bsc-price {\n        display:block;\n        text-align:center;\n    }\n    .broadly-sticky-cta.is-visible {\n    transform: translateX(-65%) translateY(0);\n}\n}\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>While you&#8217;re on the job, we&#8217;re keeping your calendar full.&hellip;<\/p>\n","protected":false},"author":61,"featured_media":23521,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Pricing and Plans - AI Customer Engagement Software - Broadly<\/title>\n<meta name=\"description\" content=\"Custom pricing plans for local businesses. Online reputation pricing and customer experience software. Choose a plan that fits your business.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/broadly.com\/pricing-ai-workforce\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pricing and Plans - AI Customer Engagement Software - Broadly\" \/>\n<meta property=\"og:description\" content=\"Custom pricing plans for local businesses. Online reputation pricing and customer experience software. Choose a plan that fits your business.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/broadly.com\/pricing-ai-workforce\/\" \/>\n<meta property=\"og:site_name\" content=\"Broadly\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-18T20:59:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/broadly.com\/wp-content\/uploads\/2025\/09\/Pricing-featured-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/broadly.com\/pricing-ai-workforce\/\",\"url\":\"https:\/\/broadly.com\/pricing-ai-workforce\/\",\"name\":\"Pricing and Plans - AI Customer Engagement Software - Broadly\",\"isPartOf\":{\"@id\":\"https:\/\/broadly.com\/#website\"},\"datePublished\":\"2026-05-04T22:35:44+00:00\",\"dateModified\":\"2026-06-18T20:59:21+00:00\",\"description\":\"Custom pricing plans for local businesses. Online reputation pricing and customer experience software. Choose a plan that fits your business.\",\"breadcrumb\":{\"@id\":\"https:\/\/broadly.com\/pricing-ai-workforce\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/broadly.com\/pricing-ai-workforce\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/broadly.com\/pricing-ai-workforce\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/broadly.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pricing AI Workforce\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/broadly.com\/#website\",\"url\":\"https:\/\/broadly.com\/\",\"name\":\"Broadly\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/broadly.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/broadly.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/broadly.com\/#organization\",\"name\":\"Broadly\",\"url\":\"https:\/\/broadly.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/broadly.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/broadly.com\/wp-content\/uploads\/2020\/10\/logo.svg\",\"contentUrl\":\"https:\/\/broadly.com\/wp-content\/uploads\/2020\/10\/logo.svg\",\"width\":153,\"height\":51,\"caption\":\"Broadly\"},\"image\":{\"@id\":\"https:\/\/broadly.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pricing and Plans - AI Customer Engagement Software - Broadly","description":"Custom pricing plans for local businesses. Online reputation pricing and customer experience software. Choose a plan that fits your business.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/broadly.com\/pricing-ai-workforce\/","og_locale":"en_US","og_type":"article","og_title":"Pricing and Plans - AI Customer Engagement Software - Broadly","og_description":"Custom pricing plans for local businesses. Online reputation pricing and customer experience software. Choose a plan that fits your business.","og_url":"https:\/\/broadly.com\/pricing-ai-workforce\/","og_site_name":"Broadly","article_modified_time":"2026-06-18T20:59:21+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/broadly.com\/wp-content\/uploads\/2025\/09\/Pricing-featured-image.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/broadly.com\/pricing-ai-workforce\/","url":"https:\/\/broadly.com\/pricing-ai-workforce\/","name":"Pricing and Plans - AI Customer Engagement Software - Broadly","isPartOf":{"@id":"https:\/\/broadly.com\/#website"},"datePublished":"2026-05-04T22:35:44+00:00","dateModified":"2026-06-18T20:59:21+00:00","description":"Custom pricing plans for local businesses. Online reputation pricing and customer experience software. Choose a plan that fits your business.","breadcrumb":{"@id":"https:\/\/broadly.com\/pricing-ai-workforce\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/broadly.com\/pricing-ai-workforce\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/broadly.com\/pricing-ai-workforce\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/broadly.com\/"},{"@type":"ListItem","position":2,"name":"Pricing AI Workforce"}]},{"@type":"WebSite","@id":"https:\/\/broadly.com\/#website","url":"https:\/\/broadly.com\/","name":"Broadly","description":"","publisher":{"@id":"https:\/\/broadly.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/broadly.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/broadly.com\/#organization","name":"Broadly","url":"https:\/\/broadly.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/broadly.com\/#\/schema\/logo\/image\/","url":"https:\/\/broadly.com\/wp-content\/uploads\/2020\/10\/logo.svg","contentUrl":"https:\/\/broadly.com\/wp-content\/uploads\/2020\/10\/logo.svg","width":153,"height":51,"caption":"Broadly"},"image":{"@id":"https:\/\/broadly.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/pages\/24537"}],"collection":[{"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/users\/61"}],"replies":[{"embeddable":true,"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/comments?post=24537"}],"version-history":[{"count":79,"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/pages\/24537\/revisions"}],"predecessor-version":[{"id":24649,"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/pages\/24537\/revisions\/24649"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/media\/23521"}],"wp:attachment":[{"href":"https:\/\/broadly.com\/wp-json\/wp\/v2\/media?parent=24537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}