Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
User-agent APIs-Google
APIs-Google es el user-agent que utilizan las API de Google para enviar mensajes de notificaciones push.
Los desarrolladores de aplicaciones pueden solicitar estas notificaciones para no tener que sondear continuamente los servidores de Google cuando quieran saber si han cambiado los recursos que les interesan.
Para que nadie pueda hacer un uso inadecuado de este servicio, Google obliga a los desarrolladores a demostrar que son los propietarios del dominio antes de permitirles registrar una URL que tenga un dominio como ubicación en la que recibir mensajes.
Cómo accede APIs-Google a los sitios
APIs-Google envía cada notificación push mediante una solicitud HTTPS POST. Si la solicitud no ha podido hacerse debido a un error temporal, APIs-Google volverá a enviar la notificación. Si aún no consigue enviarse correctamente, seguirá intentándolo, basándose en una programación de tiempo de espera exponencial, durante un plazo máximo de varios días.
La frecuencia con la que APIs-Google accede a tu sitio varía según la cantidad de solicitudes de notificación push que se hayan creado para usarse en los servidores del sitio, la rapidez con la que se actualizan los recursos supervisados y el número de reintentos. En consecuencia, el tráfico de APIs-Google puede seguir un patrón uniforme en algunas situaciones, pero puede ser esporádico o tener picos en otras.
Preparar un sitio para APIs-Google
APIs-Google envía las notificaciones push mediante HTTPS, por lo que tu sitio debe tener un certificado SSL válido. Entre los certificados no válidos se incluyen los siguientes:
Certificados con firma automática.
Certificados firmados por fuentes que no son de confianza.
Certificados revocados.
Para evitar que se envíen solicitudes de reintento innecesarias, asegúrate de que tu aplicación está bien diseñada y responde en cuestión de segundos a las notificaciones.
Impedir que APIs-Google llame a un sitio
Para evitar que APIs-Google llame a tu sitio, elige una de estas opciones:
Darte de baja de las notificaciones. Si gestionas un dominio que tiene subdominios o subespacios de URL de diferentes propietarios o que se gestionan por separado, es posible que alguno de los propietarios de los subdominios haya configurado una aplicación que utilice notificaciones push. Si quieres bloquear APIs-Google, ponte en contacto con quien pueda haber configurado una aplicación de este tipo y pídele que la inhabilite.
Utilizar un archivo robots.txt. El user-agent que se especifica en el archivo robots.txt es APIs-Google. APIs-Google no sigue las reglas del user-agent del robot de Google.
Puede que haya un pequeño retraso hasta que APIs-Google descubra el cambio que hagas en tu archivo robots.txt. Si APIs-Google continúa enviando mensajes a tu sitio varios días después de haberlo bloqueado en el archivo robots.txt, comprueba que el archivo robots.txt esté en la ubicación adecuada.
Verificar la procedencia de las llamadas
Si sospechas que estás recibiendo solicitudes falsas, puedes comprobar si la llamada del robot que accede a tu servidor procede de google.com. Busca en tus registros cualquier dirección IP que se identifique como user-agent de APIs-Google. Las peticiones de DNS invertidas proceden de los dominios googlebot.com o google.com.
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Me falta la información que necesito","missingTheInformationINeed","thumb-down"],["Es demasiado complicado o hay demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Está obsoleto","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema de muestras o código","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-04 (UTC)."],[[["\u003cp\u003eAPIs-Google is a user agent utilized by Google APIs to deliver push notifications, allowing developers to receive updates without continuous server polling.\u003c/p\u003e\n"],["\u003cp\u003eAPIs-Google accesses websites using HTTPS POST requests for notifications, employing retries with exponential backoff for failed deliveries, leading to varied traffic patterns.\u003c/p\u003e\n"],["\u003cp\u003eWebsites must possess a valid SSL certificate to receive notifications and should be optimized for prompt responses to minimize unnecessary retry attempts by APIs-Google.\u003c/p\u003e\n"],["\u003cp\u003eTo prevent APIs-Google access, website owners can unregister for notifications or utilize robots.txt to block the user agent.\u003c/p\u003e\n"],["\u003cp\u003eSpoofed requests can be identified by verifying the caller's IP address through reverse DNS lookup to confirm association with googlebot.com or google.com.\u003c/p\u003e\n"]]],["APIs-Google is Google's user agent for push notifications, delivering messages via HTTPS POST requests. Developers must verify domain ownership to use this service. APIs-Google retries failed requests with exponential backoff and can create sporadic traffic. Sites need valid SSL certificates, and apps should respond quickly to avoid retries. To block APIs-Google, unregister notifications or use `APIs-Google` in robots.txt. Spoofed requests can be identified by verifying IP addresses against googlebot.com or google.com domains.\n"],null,["# APIs-Google User Agent | Google Search Central\n\nAPIs-Google user agent\n======================\n\n\nAPIs-Google is the user agent used by Google APIs to deliver push notification messages.\nApplication developers can request these notifications to avoid the need for continually\npolling Google's servers to find out if the resources they are interested in have changed.\nTo make sure nobody abuses this service, Google requires developers to prove that they own\nthe domain before allowing them to register a URL with a domain as the location where they\nwant to receive messages.\n\nHow APIs-Google accesses your site\n----------------------------------\n\n\nAPIs-Google sends each push notification using an HTTPS POST request. If the request fails due\nto an error condition that might be temporary, APIs-Google will resend the notification. If\nthe request still doesn't succeed, it will continue to retry---based on an exponential backoff\nschedule---up to a maximum of several days.\n\n\nThe rate at which APIs-Google accesses your site varies by how many push notification requests\nwere created for servers on your site, by how fast the monitored resources are getting\nupdated, and by the number of retries occurring. As a result, the APIs-Google traffic patterns\ncan be consistent in some scenarios, but in other scenarios the traffic can be sporadic or\nspiky.\n\nPrepare your site for APIs-Google\n---------------------------------\n\n\nAPIs-Google uses HTTPS to deliver push notifications, so it requires your site to have a valid\nSSL certificate. **Invalid** certificates include the following:\n\n- Self-signed certificates.\n- Certificates signed by an untrusted source.\n- Certificates that have been revoked.\n\n\nAvoid unnecessary retry requests by ensuring that your application is well-designed and\nresponds promptly to notification messages (within seconds).\n\nPrevent APIs-Google from calling your site\n------------------------------------------\n\n\nTo prevent APIs-Google from calling your site, do one of the following:\n\n- **Unregister for notifications.** If you administer a domain that has subdomains or URL subspaces that are owned or administered separately, one of the subdomain owners may have set up an application that uses push notifications. If you want to block APIs-Google, contact anyone who might have set up an application like this and ask them to disable it.\n- **Use robots.txt.** The user agent to specify in the robots.txt file is `APIs-Google` - `APIs-Google` does not follow rules for the Googlebot user agent. There may be a small delay before `APIs-Google` discovers your robots.txt file change. If `APIs-Google` continues to send messages to your site several days after you've blocked it in robots.txt, check that the robots.txt is in the correct location.\n\nVerify the caller\n-----------------\n\n\nIf you suspect that you are receiving spoofed requests, you can\n[verify that a bot accessing your server really is calling from google.com](/search/docs/crawling-indexing/verifying-googlebot).\nSearch your logs for any IP addresses identifying themselves as the\n`APIs-Google` user agent; a reverse DNS lookup shows the googlebot.com or\ngoogle.com domain."]]