Company/Organization Lookup
lookup_companyRetrieve company and ASN ownership details for an IPv4 or IPv6 address. Provides organization name, type, domain, and ASN allocation fields.
Instructions
Read-only ownership lookup via GET /v3/ipgeo. Paid only. Cost: 1 credit. Use only for company/ASN ownership; use lookup_ip once if the same IP request also needs location, security, abuse, network, timezone, or currency.
Returns { company, asn }: company name/type/domain plus ASN allocation fields when available. ip omitted means caller IP. force_refresh bypasses cache only when the user asks. Call once per IP target and post-process locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | IPv4 or IPv6 address to look up. Omit to check the caller's IP. | |
| force_refresh | No | Default false. Set true only when the user asks to refresh cached ownership data; a successful refresh makes a new upstream request and can consume credits. |