API & Plugins

Automate AI visibility audits, build custom dashboards, or embed one-click scans directly into your favorite tools.

REST API

Crawlit REST API

Trigger scans, retrieve scores, list findings, and add tracked websites programmatically. Authenticate using an API key from the dashboard — every endpoint returns JSON.

# Trigger a scan
POST /api/v1/scan
# Get results
GET /api/v1/scans/{uuid}
# Add a site
POST /api/v1/sites

Plugins

WordPress Plugin

Add a one-click AI Visibility Audit button to any post or page in your WordPress admin. Connects using your API key — results appear right in your editor sidebar.

Chrome Extension

Audit any webpage instantly from your browser toolbar. Syncs with your API key for seamless reporting.

Firefox Extension

Scan pages on the go with our native Firefox extension. View SEO, GEO, and AI indexing checklists in one click.

OpenAI Codex Action
Coming Soon

Run Crawlit audits as part of your OpenAI Codex-based CI/CD pipeline. Retrieve AI visibility scores with every deploy without leaving your terminal.

AI Assistant Integrations

Gemini Extension

Ask Gemini to audit a URL and receive structured AI visibility findings in conversational replies — powered by Crawlit data.

integrations.gemini_setup_title

  1. Open Google AI Studio or the Gemini Extensions portal.
  2. Select Extensions / Tools and click Create Extension.
  3. Import the OpenAPI JSON URL.
  4. Choose API Key auth with type Header, key Authorization, value Bearer cs_xxxxxx.
Claude Code MCP Server

Install the Crawlit MCP server to let Claude Code audit your website, suggest structured data improvements, and track your AI visibility score — all from your terminal.

Claude Desktop Config:

Add the following snippet to your claude_desktop_config.json:

{
  "mcpServers": {
    "crawlit": {
      "command": "go",
      "args": ["run", "github.com/fabiogschweidl/crawlstack/cmd/mcp@latest"],
      "env": {
        "CRAWLIT_API_KEY": "cs_YOUR_API_KEY"
      }
    }
  }
}

Claude Code (CLI):

Configure Claude Code by running:

claude mcp add crawlit go -- run github.com/fabiogschweidl/crawlstack/cmd/mcp@latest

Missing an integration? Let us know.

hello@crawlit.eu
How do you like Crawlit?
🎉

Thank you for your feedback!

We appreciate your feedback.