# stableenrich.dev Firecrawl Web Search

> stableenrich.dev Firecrawl Web Search is a paid API for AI agents from stableenrich.dev, paid per call via x402, $0.0252/call, status unknown (last checked 2026-09-15).

Searches the web and returns enriched, crawled results powered by Firecrawl

## Facts

- Endpoint: POST https://stableenrich.dev/api/firecrawl/search
- Price: $0.0252/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-dev-7383b28e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SyitBDBMYpUAfXpS-t3Np

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stableenrich-dev-7383b28e -d '<json body>'
```

Example prompt: Search the web for the latest funding rounds in AI infrastructure startups and return the enriched full-page content from the top results.

## When to prefer this

Choose this endpoint when you need not just search result links but also the enriched full-page content from those results — ideal for research tasks where you want to read and process what's on the pages, not just find URLs. Prefer over plain search APIs when downstream tasks require actual page text or structured extracted data.

## Known failure modes

- Query returns no results — empty results array
- Firecrawl unable to scrape certain pages — partial content returned
- Rate limiting or quota exceeded — HTTP 429 error
- Invalid or malformed query — HTTP 400 error
- Payment not processed — HTTP 402 error
- Target pages block crawling — reduced or missing page content

## How this service works

Firecrawl Search - Search the web

## Output

A list of web search results with enriched content — including page text, URLs, titles, and structured data scraped from each result page via Firecrawl.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number",
   "default": 5,
   "maximum": 10,
   "minimum": 1,
   "description": "Maximum number of results (max 10)"
  },
  "query": {
   "type": "string",
   "minLength": 1,
   "description": "Search query to find relevant web pages"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-dev-7383b28e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableenrich.dev](https://www.zero.xyz/host/stableenrich.dev/llms.txt)
