Ask My Biz turns static websites into structured, query-ready knowledge bases through a simple API. No more manual scraping or parsing — just instant, context-rich business intelligence.

Welcome

Ask My Biz is a developer-focused business intelligence tool that transforms any website into a semantically searchable knowledge base. With a single API call, you can:

  • Convert raw web content into clean, markdown-structured data
  • Build vector-powered semantic search capabilities
  • Extract structured information using schema definitions
  • Query content using natural language or targeted vector searches
  • Track data lineage with comprehensive source metadata

The API is documented using OpenAPI 3.0 specification, providing detailed information about all endpoints, request/response structures, and authentication methods.

Key Features

Intelligent Content Discovery

Ask My Biz automatically discovers and prioritizes relevant content using AI prompts. Simply provide a domain and optional prioritization instructions—our system handles the rest.

All content is automatically vectorized for semantic search, enabling meaning-based queries instead of simple keyword matching. This means more accurate, context-aware results for your applications.

Schema-Based Extraction

Define your data structure using Zod schemas or similar definitions, and Ask My Biz will extract information in exactly the format you need. Perfect for consistent, machine-readable outputs of product specs, pricing details, or organizational data.

Rich Metadata

Every piece of extracted information includes:

  • Confidence scores
  • Source URLs for verification
  • Additional contextual details
  • Processing timestamps

Unified Namespaces

Each domain gets a stable namespace, providing a consistent reference point for all its data. This makes it easy to maintain and query information across multiple crawls or updates.

Common Use Cases

  • Competitive Intelligence: Extract and analyze competitor product offerings and specifications
  • Market Research: Transform supplier listings and industry directories into structured data
  • Content Summarization: Build tools to distill large documentation sets into quick answers
  • Data Integration: Feed web-extracted content directly into your analytics pipeline

Authentication

All API endpoints are authenticated using Bearer tokens:

Authorization: Bearer <your_api_key>

This authentication scheme is defined in our OpenAPI specification:

"security": [
  {
    "bearerAuth": []
  }
]

Getting Started

  1. Sign up and obtain your API key
  2. Choose a namespace for your target domain
  3. Initiate a crawl using the /crawl endpoint
  4. Monitor progress via /crawl/status
  5. Access extracted content through /crawl/pages
  6. Query your knowledge base using /query

For detailed information about each endpoint and their capabilities, explore our API reference section.

Integration

Ask My Biz is a SaaS solution designed for seamless integration into your existing workflow. There’s no infrastructure to manage or deploy - simply make API calls to our cloud endpoints and we handle all the complexity of crawling, vectorization, and data management for you.

Focus on building great applications while we take care of the heavy lifting.