# AnyAPI ImportYeti Company Lookup

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

Scrapes ImportYeti to retrieve company import/export and shipping data for a given company name or identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/importyeti.company
- Price: $0.0649/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-importyeti-company-lookup-585c0c16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q0E5X6hCKajp-ON9Fy3IM

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-importyeti-company-lookup-585c0c16 -d '<json body>'
```

Example prompt: Can you pull up the import and supplier data for the company 'Patagonia' from ImportYeti — I want to see who they're sourcing from and what they're importing?

## When to prefer this

Use this endpoint when you need structured import/export and supplier data for a specific company as aggregated by ImportYeti. It is ideal for supply chain research, sourcing intelligence, and trade data enrichment without needing a direct ImportYeti subscription or scraping infrastructure.

## Known failure modes

- Company not found on ImportYeti — returns empty or null result
- Invalid or ambiguous company name — may return wrong company data
- ImportYeti rate limiting or site changes causing scrape failure
- Network timeout if ImportYeti is slow to respond
- Malformed input causing 400 error from AnyAPI gateway

## 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

A JSON object containing the company's import/export history, bill of lading records, supplier names, countries of origin, shipment counts, and related trade data as scraped from ImportYeti.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-importyeti-company-lookup-585c0c16/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)
