# The Stall — Web Company Intelligence

> The Stall — Web Company Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Analyzes a company website URL and returns intelligence about the company, including business details, products, and organizational data.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/web-company-intel
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-web-company-intelligence-1036d19b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JBFMH3Xg4B6RTtWfJ6yy8

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 the-stall-web-company-intelligence-1036d19b
```

Example prompt: Can you pull company intelligence on stripe.com — I want to know what they do, what industry they're in, and any other key business details you can extract from their website?

## When to prefer this

Use this endpoint when you need to quickly profile a company from just their website URL, without needing an account or API key. Ideal for sales enrichment, competitive research, or onboarding flows where you have a company domain but no other structured data. Pay-per-call at $0.003 USDC makes it cost-effective for one-off or low-volume lookups.

## Known failure modes

- URL is unreachable or returns non-200 status — service may return error or empty result
- URL points to a non-company page (e.g. blog, personal site) — intelligence may be low quality or irrelevant
- URL is malformed or missing scheme — input validation error
- Company site is heavily JavaScript-rendered and content cannot be extracted — partial or empty result
- Payment failure on Base mainnet — HTTP 402 returned, no data provided

## How this service works

Extract structured company intelligence from any public website. Returns company name, description, logo, emails, phones, address, founded date, social links (Twitter/LinkedIn/GitHub/etc.), and raw OpenGraph + schema.org/Organization data. Pure HTML extraction — no external APIs. $0.003 hedge against orbisapi web-scrape-company at $0.005.

## Output

Returns structured intelligence about the company behind the given website URL, including business description, industry classification, products/services offered, and other organizational metadata extracted from the site.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-web-company-intelligence-1036d19b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
