Web search and retrieval for AI agents.

FetchFence gives agents a simple API for web search, page fetching, crawling, URL mapping, and structured extraction.

Search

Ranked web results with optional synthesized answers.

Fetch

Normalize pages into clean HTML or Markdown.

Crawl

Bounded crawling with depth, page, and domain controls.

Map

Discover URLs from a root page.

Extract

Structured extraction from page text.

Dashboard

Create keys, view usage, and manage billing.

Quickstart

Create an account, generate an API key, and start calling the API in minutes.

curl -X POST https://api.fetchfence.ai/ff_search \
  -H "Authorization: Bearer $FETCHFENCE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"AI agent search APIs","topK":5}'

Simple, transparent plans

See pricing →

Free

Get started and explore the API.

  • 1,000 usage units / month
  • 30 requests / minute
  • 2 API keys

Starter

For small agent workloads moving to production.

  • 25,000 usage units / month
  • 120 requests / minute
  • 5 API keys

Pro

For scaled agent platforms and higher throughput.

  • 150,000 usage units / month
  • 300 requests / minute
  • 20 API keys

FAQ

How do I authenticate?

Create an API key in the dashboard and send it as a Bearer token (or x-api-key header) to the API.

Where does my agent call the API?

Your agents call the FetchFence API directly at https://api.fetchfence.ai. The dashboard is only for account, keys, usage, and billing.

What are usage units?

Each endpoint consumes predictable usage units. Your plan includes a monthly unit allowance shown in the dashboard.