# The Stall Social Intelligence — x402 Marketplace

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

Provides AI-callable social intelligence data as a pay-per-call service via x402 protocol on Base mainnet, requiring no accounts or API keys.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/social-intel
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-social-intelligence-x402-marketplace-9b312015
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TL8xV_V6gQGRWgVkQ4Ud3

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-social-intelligence-x402-marketplace-9b312015
```

Example prompt: Can you pull up social intelligence data on Elon Musk — I need an overview of his social presence and key profile attributes?

## When to prefer this

Choose this endpoint when you need social intelligence data on demand without setting up API accounts or keys, and when your agent can handle x402 micropayments in USDC on Base mainnet. Ideal for low-volume, pay-as-you-go social data lookups where upfront subscription costs are undesirable.

## Known failure modes

- Payment not completed or insufficient USDC balance — 402 Payment Required returned
- Invalid or missing properties parameter — malformed request error
- Entity not found in social intelligence database — empty or null result
- Network issues on Base mainnet causing payment failure
- Rate limiting or quota exceeded on the underlying data provider

## How this service works

Returns public profile data for any social platform account. Pass a profile URL (platform auto-detected) or platform + username. Supports GitHub, Reddit, HackerNews, Twitter/X, npm, and Open Graph fallback for any URL. Returns name, bio, follower/karma counts, creation date, and platform-specific metrics. Priced at $0.004 — 20% below comparable endpoints.

## Output

Returns social intelligence data about the queried entity, likely including social profile attributes, metrics, or enriched social information, delivered as a JSON payload after a USDC micropayment on Base mainnet.

## Example request

```json
{
 "url": "https://x.com/openai",
 "properties": "url"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-social-intelligence-x402-marketplace-9b312015/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)
