# PredictLeads Technology Lookup by ID or Name

> PredictLeads Technology Lookup by ID or Name is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Retrieves detailed information about a specific technology (e.g. Stripe) from the PredictLeads database by its ID or name

## Facts

- Endpoint: GET https://x402.orthogonal.com/predictleads/v3/technologies/stripe
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/predictleads-technology-lookup-by-id-or-name-4f26a8e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nN6i5AAiH5tfnbUDHyEyw

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 predictleads-technology-lookup-by-id-or-name-4f26a8e7
```

Example prompt: Pull up the PredictLeads technology profile for Stripe — I want to see the full details on that technology.

## When to prefer this

Use this endpoint when you need precise, structured data about a specific named technology from the PredictLeads database — particularly when you already know the technology name (e.g. 'stripe', 'hubspot') and want its full profile. Prefer this over a keyword search when you have a direct identifier.

## Known failure modes

- Technology not found by the given name or ID — returns 404 or empty result
- Misspelled or ambiguous technology name leads to no match
- Rate limiting or payment failure results in 402 or 429 error
- Invalid request format returns 400 bad request

## How this service works

Get a specific technology by ID or name

## Output

Returns a structured technology profile from PredictLeads including the technology's name, ID, description, category, tags, and associated metadata such as company information, website, and classification details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/predictleads-technology-lookup-by-id-or-name-4f26a8e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
