# gateway.apiosk.com Web Extraction – Contact Info

> gateway.apiosk.com Web Extraction – Contact Info is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Extracts contact information (emails, phone numbers, social profiles, and contact page URLs) from a given webpage URL

## Facts

- Endpoint: POST https://gateway.apiosk.com/web-extraction/extract-contact-info
- Price: $0.07/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-web-extraction-contact-info-7a91a573
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wKxqpTblWRt8C61m4LRKI

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-web-extraction-contact-info-7a91a573 -d '<json body>'
```

Example prompt: Can you pull all the contact info from https://acme-corp.com — I need their emails, phone numbers, LinkedIn, and any contact page links you find there?

## When to prefer this

Choose this endpoint when you need to programmatically extract structured contact details (emails, phones, social handles) from a specific webpage URL in a single call, especially for lead generation, prospect research, or CRM enrichment workflows where you already have the target URL.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status — extraction returns empty arrays
- Page uses heavy JavaScript rendering that blocks static extraction — may return incomplete or empty results
- Page has no discoverable contact information — all fields return empty
- Invalid or malformed URL input — request rejected with validation error
- Rate limiting or bot detection by target site — extraction may fail silently

## How this service works

Extract emails, phone numbers, social links and contact URLs from a page. Known placeholder emails are filtered; a same-origin contact page is fetched for extra signal and merged (deduplicated).

## Output

Returns a structured object containing arrays of email addresses, phone numbers, social media profile links (e.g. LinkedIn), and URLs of contact pages found on the given webpage.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-apiosk-com-web-extraction-contact-info-7a91a573/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)
