# Nyne.ai Company Needs Analysis

> Nyne.ai Company Needs Analysis is a paid API for AI agents from Nyne.ai at mpp.orthogonal.com, paid per call via MPP, $0.219/call, status unknown (last checked 2026-09-14).

Starts an async analysis of a company's needs and requirements based on provided content.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/nyne/company/needs
- Price: $0.219/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Nyne.ai
- Docs: https://api.nyne.ai
- Website: https://api.nyne.ai
- Tags: people, company, enrichment, contacts, data
- Canonical page: https://www.zero.xyz/c/nyne-ai-company-needs-analysis-34bcb29f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HC4J-N6dFIVkvrPuLZxWf

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 nyne-ai-company-needs-analysis-34bcb29f -d '<json body>'
```

Example prompt: Can you run a Nyne.ai needs analysis on Acme Corp using their website and LinkedIn page content to figure out what business problems and requirements they currently have?

## When to prefer this

Use this endpoint when you need to understand a company's current business needs, pain points, or requirements — particularly useful in sales prospecting, account research, or competitive intelligence workflows where knowing what a company is actively seeking can help tailor outreach or solutions.

## Known failure modes

- Missing or insufficient company content provided — returns validation error
- Invalid or unrecognized content format — returns 400 bad request
- Async job fails during processing — polling returns error status
- Rate limit exceeded — returns 429 too many requests
- Authentication failure — returns 401 unauthorized

## How this service works

Start async analysis of company needs based on provided content.

## Output

Returns a requestId for polling the async analysis job; the completed result will include identified company needs, pain points, and requirements extracted from the provided content.

## Example request

```json
{
 "content": [
  {
   "url": "https://example.com/techvision",
   "text": "TechVision Solutions is a B2B software company specializing in cloud infrastructure management. We help enterprises optimize their cloud deployments and reduce operational costs.",
   "type": "website"
  },
  {
   "url": "https://linkedin.com/company/techvision-solutions",
   "text": "Founded in 2018, TechVision Solutions has grown to 150+ employees. Our team focuses on DevOps automation, cloud cost optimization, and infrastructure monitoring solutions.",
   "type": "linkedin"
  }
 ],
 "company_name": "TechVision Solutions",
 "notify_email": "zero-qa@agentmail.to"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nyne-ai-company-needs-analysis-34bcb29f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
