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.
Plugins
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.
Audit any webpage instantly from your browser toolbar. Syncs with your API key for seamless reporting.
Scan pages on the go with our native Firefox extension. View SEO, GEO, and AI indexing checklists in one click.
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
Ask Gemini to audit a URL and receive structured AI visibility findings in conversational replies — powered by Crawlit data.
integrations.gemini_setup_title
- Open Google AI Studio or the Gemini Extensions portal.
- Select Extensions / Tools and click Create Extension.
- Import the OpenAPI JSON URL.
- Choose API Key auth with type
Header, keyAuthorization, valueBearer cs_xxxxxx.
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