NAiOS IconNAiOS Logo
Volver al catálogo

Ipinfo.io

ipinfo_io

IPinfo.io provides a comprehensive API for IP address geolocation and related data.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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[]Obligatorio

    List of IP addresses or URL paths (e.g., '8.8.8.8', '8.8.8.8/country')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Batch IP LookupIPINFO_IO_BATCH_LOOKUPAcción

Tool 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[]Obligatorio

    List 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.

  • filterboolean

    If True, entries with no response are omitted (query param filter=1).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Abuse ContactIPINFO_IO_GET_ABUSE_CONTACTAcción

Tool to retrieve abuse contact information for a specific IP address. Use when you need organizational abuse details of an IP.

Parámetros de entrada

  • ipstringObligatorio

    IPv4 or IPv6 address to look up

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get IP Carrier InfoIPINFO_IO_GET_CARRIER_INFOAcción

Tool to get carrier information for a given IP address. Use when you need mobile carrier details.

Parámetros de entrada

  • ipstringObligatorio

    IPv4 or IPv6 address. Use 'me' to query the caller's IP.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Company Info for an IPIPINFO_IO_GET_COMPANY_INFOAcción

Tool to retrieve company info for a specific IP. Use when you need organization details behind an IP.

Parámetros de entrada

  • ipstringObligatorio

    The IPv4 or IPv6 address to retrieve company information for

  • tokenstring

    API token to use if not set via Authorization header

  • callbackstring

    JSONP callback function name to wrap the response

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get IP InformationIPINFO_IO_GET_IP_INFOAcción

Tool 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

  • ipstringObligatorio

    IP address to look up (IPv4 or IPv6) or 'me' for the caller's IP

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get IP Privacy DetailsIPINFO_IO_GET_PRIVACY_DETAILSAcción

Tool 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

  • ipstringObligatorio

    IPv4 or IPv6 address to look up

  • callbackstring

    JSONP callback name for client-side use only

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not