Crawleo Logo
Background

The answer engine for AI applications.

Search the web, crawl any URL, and reach the pages other scrapers can't. Clean Markdown out, ready for your model.

Start freeSee pricing

500 free credits every month. No card required.

See it in action

Connect it to the AI tools you already use

  • Claude logoClaude
  • Cursor logoCursor
  • Windsurf logoWindsurf
  • GitHub Copilot logoGitHub Copilot
  • OpenAI logoOpenAI
  • DeepSeek logoDeepSeek
  • Hugging Face logoHugging Face
  • Ollama logoOllama
  • LangChain logoLangChain
  • OpenClaw logoOpenClaw
  • n8n logon8n
  • Make logoMake
  • Zapier logoZapier
  • Claude logoClaude
  • Cursor logoCursor
  • Windsurf logoWindsurf
  • GitHub Copilot logoGitHub Copilot
  • OpenAI logoOpenAI
  • DeepSeek logoDeepSeek
  • Hugging Face logoHugging Face
  • Ollama logoOllama
  • LangChain logoLangChain
  • OpenClaw logoOpenClaw
  • n8n logon8n
  • Make logoMake
  • Zapier logoZapier

API

Five endpoints. One API.

Pick an endpoint, send a GET request, get back data your model can use.

GET /headful-browser

Headful Browser

Real Chromium with SOAX residential proxies. Gets past Cloudflare, Akamai, and DataDome. Returns Markdown or HTML, plus an optional screenshot. Works on sites where other scrapers get blocked.

50 credits per URLRead the docs
GET /search

Bing Search

Web search with crawling built in. Returns page content as Markdown, not just snippets.

See pricing
GET /google-search

Google Search

Full SERP data: organic results, knowledge graphs, People Also Ask, news, images, and shopping. Structured for SEO and lead gen.

See pricing
GET /google-maps

Google Maps

Business listings, places, and landmarks with addresses, coordinates, ratings, and phone numbers. Built for local search and lead gen.

See pricing
GET /crawl

Crawler

Crawl any URL with optional JavaScript rendering. Returns HTML, Markdown, or plain text.

See pricing

We don't train AI on your data, and we don't sell it.

Read the privacy policy

Pricing math

The math, side by side.

What the same search workload costs across providers, content extraction included.

WorkloadCrawleoTavilyFirecrawlSerpAPIExa
10K searches / mo, with content extraction$20$100~$83$150+~$49
100K searches / mo$100$500$333No tierPay as you go
Content extraction includedYesAdvanced onlySeparate callNoHighlights only

Pricing verified 2026-05-20. Crawleo's search includes content extraction (auto-crawl). Firecrawl Search and SerpAPI return SERP data only, so extracting page content is a separate billable call. Figures use each provider's lowest plan that covers the workload.

Start free
Loading pricing...

Talk to us

Not sure which plan fits?

Book a free 30-minute call. We'll help you pick a plan, answer questions, or scope a custom setup.

  • You need custom limits or volume pricing.
  • You're not sure which plan fits your use case.
  • You want a hand before you commit.

Free. No commitment.

Model Context Protocol

Drop it into your AI editor.

Crawleo ships a native MCP server. Add one config block and your editor can search, crawl, and browse the web. No SDK, no glue code.

Add this to your Claude Desktop config

config.json
{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}

You get an API key the moment you create an account.

AI Agent Workspace

Integrations

Use it from your existing stack.

Already building somewhere else? Crawleo plugs into the tools you run today.

n8n node

Official

Drop Crawleo into any n8n workflow. Search, crawl, and Google Maps as native nodes.

npm install @crawleo/n8n-nodes-crawleo
View on npm

OpenClaw skill

Official

An OpenClaw skill that wraps all five Crawleo endpoints, ready for your agents.

openclaw skills install crawleo

Not using n8n or OpenClaw? Crawleo is a plain REST API. Call it from Zapier, Make, Pipedream, GitHub Actions, or anything that speaks HTTPS.

FAQ

Questions, answered.

Crawleo is a web API for AI applications. It runs web search, crawls pages, pulls Google Maps and Google SERP data, and renders a real browser for sites that block bots. Every endpoint returns clean, structured data your model can use.

Bing Search, Google Search, Google Maps, a Crawler, and a Headful Browser. Bing Search and the Crawler cover most RAG and data work. The Headful Browser handles sites behind Cloudflare, Akamai, or DataDome.

Plans are monthly and credit-based: Free, Developer, Pro, and Scale. Each API call spends credits based on the endpoint. The pricing section above shows current credits and limits for each plan.

Yes. Every account gets 500 free credits each month, with no card required. That is enough to build and test an integration before you pay.

No. We don't train AI on your data, and we don't sell it.

Crawleo ships a native MCP server. Add one config block to Claude, Cursor, Windsurf, Copilot, or any MCP client, and your editor can call Crawleo directly. The MCP section above has copy-paste configs.

The Crawler fetches a URL and returns its content, with optional JavaScript rendering. The Headful Browser runs real Chromium through residential proxies to get past anti-bot systems. Use the Crawler first, and reach for the Headful Browser when a site blocks you.

Yes. Crawleo has an official n8n node and an OpenClaw skill, and it works as a plain REST API from Zapier, Make, or any HTTP client.

Still have a question? Email support

Start building.

Start free

500 free credits every month. No card required.

Crawleo Logo

Crawleo LLC

1309 Coffeen Avenue, STE 1200

Sheridan, WY 82801

United States

Product

  • Pricing
  • Integrations
  • Compare
  • Book a demo

Resources

  • Docs
  • Blog
  • News

Legal

  • Terms
  • Privacy
  • Refund

Connect

© 2026 Crawleo LLC. All rights reserved.

Plans

Pricing

Monthly, credit-based plans. Start on Free and upgrade when your usage grows.

Free Plan

No credit card required

500 credits / month
$
0

No credit card required

50search requests
500crawl pages
5concurrent requests
  • Check

    Email Support

  • Check

    Zero Data Retention

Developer

Side projects & MVPs

100K credits / month
$
20
/mo

Billed monthly

10Ksearch requests
100Kcrawl pages
20concurrent requests
  • Check

    Email Support

  • Check

    Zero Data Retention

Most popular

Pro

Best For Production

1M credits / month
$
100
/mo

Billed monthly

100Ksearch requests
1Mcrawl pages
50concurrent requests
  • Check

    Email + Dedicated Support

  • Check

    Zero Data Retention

Scale

Built To Scale

2.5M credits / month
$
200
/mo

Billed monthly

250Ksearch requests
2.5Mcrawl pages
100concurrent requests
  • Check

    Email + Dedicated Support

  • Check

    Zero Data Retention

See full details

From the blog

All posts
  • lm studio
    6 May 2026How to Connect Crawleo to LM Studio via MCP
  • thumbnail postman
    24 Apr 2026When to Use JavaScript Rendering (And When You Don’t Need It)
  • gemma-4__elo-score__eval__dark_Web
    16 Apr 2026Gemma 4 Guide: How to Choose the Right Model & Run It Locally with Ollama