# GEDX402 Firecrawl — Search/Research (GitHub)

> GEDX402 Firecrawl — Search/Research (GitHub) is a paid API for AI agents from browser.gedx402.com, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-14).

Performs a research-oriented web search via Firecrawl v2 over x402, specifically targeting GitHub content, returning structured results without requiring API keys.

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/firecrawl/search/research/github
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-firecrawl-search-research-github-cb3cae07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BcH6csM_Q1LsbQgBdjgz9

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 gedx402-firecrawl-search-research-github-cb3cae07
```

Example prompt: Search GitHub for open source Python libraries that do PDF parsing and return the top results — use up to 500 tokens in the response.

## When to prefer this

Choose this endpoint when you need to search or research GitHub content specifically, without holding a personal GitHub or Firecrawl API key, and want to pay per-call with USDC via x402. Prefer over self-hosted Firecrawl when you want zero credential management and instant access.

## Known failure modes

- Payment not received — returns 402 if USDC payment is not attached or insufficient
- Invalid messages array format — returns error if message objects are malformed
- max_tokens too low — may truncate or reject response
- GitHub rate limiting or access restrictions reducing result quality
- Empty or ambiguous query producing low-relevance results

## How this service works

Firecrawl v2 on x402 — scrape, search, crawl, map, batch, extract, agent, parse, interact, monitor at /v1/firecrawl/*.

## Output

Returns a JSON object with a model field ('firecrawl') and a response field containing structured search results from GitHub, surfacing relevant repositories, code, issues, or documentation matching the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "messages": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "max_tokens": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "model": "firecrawl",
  "response": "Hello!"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-firecrawl-search-research-github-cb3cae07/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from browser.gedx402.com](https://www.zero.xyz/host/browser.gedx402.com/llms.txt)
