# AnyAPI Contacts Scrape

> AnyAPI Contacts Scrape is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.016/call, status unknown (last checked 2026-09-14).

Scrapes contact information (emails, phone numbers, social profiles) from a given target source via AnyAPI's unified pay-per-request gateway.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/contacts.scrape
- Price: $0.016/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-contacts-scrape-aaf07cdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d5KN0VXY9hcVT2NqTLfHl

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 anyapi-contacts-scrape-aaf07cdf -d '<json body>'
```

Example prompt: Can you scrape all the contact information — emails, phone numbers, and any social links — from the website acmecorp.com so I can reach out to their team?

## When to prefer this

Use this endpoint when you need to quickly extract contact details (emails, phone numbers, social links) from a specific website or domain without setting up a subscription-based scraping service. Ideal for one-off or low-volume lead generation, sales outreach prep, or contact enrichment workflows where pay-per-request pricing is more economical than a monthly plan.

## Known failure modes

- Target URL is unreachable or returns a non-200 status — scrape fails with an error response
- No contact information found on the target page — returns empty contact arrays
- Rate limiting or bot detection on the target site — partial or failed extraction
- Invalid or malformed URL input — returns a 400-level validation error
- Insufficient USDC balance for the $0.016 per-call fee — payment rejected before scrape executes

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing extracted contact data from the target source, including email addresses, phone numbers, names, and social profile links found on the page or domain.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-contacts-scrape-aaf07cdf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
