# gateway.apiosk.com – Extract Company Description

> gateway.apiosk.com – Extract Company Description is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Extracts a company's description from its website URL using web scraping and meta-data analysis

## Facts

- Endpoint: POST https://gateway.apiosk.com/web-extraction/extract-company-description
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gateway-apiosk-com-extract-company-description-803aa6fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U-3LvhgJjs5ES9S07oeBZ

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 gateway-apiosk-com-extract-company-description-803aa6fa -d '<json body>'
```

Example prompt: What does the company at https://example.com do? Can you extract their company description from their website?

## When to prefer this

Use this endpoint when you have a company's website URL and need a quick, automated description of what the company does — especially useful for prospect research, CRM enrichment, or lead qualification pipelines. Prefer this over manual lookup or LLM-based guessing when you want a grounded, source-cited description pulled directly from the company's own web presence.

## Known failure modes

- URL is unreachable or returns a non-200 status — extraction fails with error
- Website has no meta description or structured content — low confidence or empty description returned
- URL points to a page that is not a company homepage — irrelevant description extracted
- Anti-bot protection blocks the scraper — extraction fails or returns partial data
- Malformed URL input — validation error returned

## How this service works

Return a short company description from a homepage: og:description > meta description > first meaningful paragraph. Cleaned, single-line, truncated to ~280 chars. Never invents text that is not on the page.

## Output

Returns a JSON object containing the company name, a natural-language description of the company extracted from the website, the source of extraction (e.g. meta_description), and a confidence score between 0 and 1 indicating extraction reliability.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-apiosk-com-extract-company-description-803aa6fa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
