Company/Organization Lookup
lookup_companyLook up the company and ASN ownership for any IP address. Retrieve organization name, type, domain, and autonomous system details with an optional cache bypass.
Instructions
Read-only ownership lookup via GET /v3/ipgeo. Paid only. Cost: 1 credit. This response is limited to company and ASN ownership; lookup_ip can return ownership together with 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 cached data, makes a new upstream request, and can consume credits.
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. When true, bypasses cached ownership data; a successful refresh makes a new upstream request and can consume credits. |