
Ipinfo.io
ipinfo_ioIPinfo.io provides a comprehensive API for IP address geolocation and related data.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Batch Lite LookupIPINFO_IO_BATCH_LITE_LOOKUPAcciónTool to perform bulk Lite IP lookups. Use when you need to group up to 1000 IP or URL pattern lookups into a single request.
IPINFO_IO_BATCH_LITE_LOOKUPAcciónTool to perform bulk Lite IP lookups. Use when you need to group up to 1000 IP or URL pattern lookups into a single request.
Parámetros de entrada
queriesstring[]ObligatorioList of IP addresses or URL paths (e.g., '8.8.8.8', '8.8.8.8/country')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Batch IP LookupIPINFO_IO_BATCH_LOOKUPAcciónTool to perform batch IP lookups. Use when grouping up to 1,000 IPs or URL patterns into a single POST request.
IPINFO_IO_BATCH_LOOKUPAcciónTool to perform batch IP lookups. Use when grouping up to 1,000 IPs or URL patterns into a single POST request.
Parámetros de entrada
ipsstring[]ObligatorioList of up to 1000 IP address or URL-pattern strings to look up. Each item may be a bare IP (e.g., '1.1.1.1') or a URL pattern like 'lookup/8.8.8.8/anonymous', 'lite/8.8.4.4/country', etc.
filterbooleanIf True, entries with no response are omitted (query param filter=1).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Abuse ContactIPINFO_IO_GET_ABUSE_CONTACTAcciónTool to retrieve abuse contact information for a specific IP address. Use when you need organizational abuse details of an IP.
IPINFO_IO_GET_ABUSE_CONTACTAcciónTool to retrieve abuse contact information for a specific IP address. Use when you need organizational abuse details of an IP.
Parámetros de entrada
ipstringObligatorioIPv4 or IPv6 address to look up
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get IP Carrier InfoIPINFO_IO_GET_CARRIER_INFOAcciónTool to get carrier information for a given IP address. Use when you need mobile carrier details.
IPINFO_IO_GET_CARRIER_INFOAcciónTool to get carrier information for a given IP address. Use when you need mobile carrier details.
Parámetros de entrada
ipstringObligatorioIPv4 or IPv6 address. Use 'me' to query the caller's IP.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Company Info for an IPIPINFO_IO_GET_COMPANY_INFOAcciónTool to retrieve company info for a specific IP. Use when you need organization details behind an IP.
IPINFO_IO_GET_COMPANY_INFOAcciónTool to retrieve company info for a specific IP. Use when you need organization details behind an IP.
Parámetros de entrada
ipstringObligatorioThe IPv4 or IPv6 address to retrieve company information for
tokenstringAPI token to use if not set via Authorization header
callbackstringJSONP callback function name to wrap the response
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get IP InformationIPINFO_IO_GET_IP_INFOAcciónTool to retrieve detailed information about an IP address. Use when you need geolocation, ASN, and network flags for a specific IP or 'me'.
IPINFO_IO_GET_IP_INFOAcciónTool to retrieve detailed information about an IP address. Use when you need geolocation, ASN, and network flags for a specific IP or 'me'.
Parámetros de entrada
ipstringObligatorioIP address to look up (IPv4 or IPv6) or 'me' for the caller's IP
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get IP Privacy DetailsIPINFO_IO_GET_PRIVACY_DETAILSAcciónTool to retrieve privacy-related flags (VPN, proxy, Tor, relay, hosting) for an IP address. Use when you need to detect anonymizing usage after confirming an IP.
IPINFO_IO_GET_PRIVACY_DETAILSAcciónTool to retrieve privacy-related flags (VPN, proxy, Tor, relay, hosting) for an IP address. Use when you need to detect anonymizing usage after confirming an IP.
Parámetros de entrada
ipstringObligatorioIPv4 or IPv6 address to look up
callbackstringJSONP callback name for client-side use only
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not