Resultados de búsqueda de Google. API

Búsquedas web en tiempo real ultra rápidas, escalables y simples / SERP de Google a un precio inmejorable.

Acerca de la API:

La API de Búsqueda Web en Tiempo Real es la más rápida, escalable y asequible API de SERP orgánico disponible en el mercado. Consulta sin problemas el motor de búsqueda más popular y obtén hasta 300 resultados a la vez sin cargo adicional. Además, la API de Búsqueda Web en Tiempo Real admite el procesamiento por lotes de hasta 20 consultas utilizando el punto final de Búsqueda (Por lotes).

Impulsado por Google Search.

 

¿Qué recibe tu API y qué proporciona tu API (entrada/salida)?

La API (punto final de Búsqueda) acepta una consulta y un parámetro de límite opcional y devuelve hasta 300 resultados de búsqueda de Google.

 

¿Cuáles son los casos de uso más comunes de esta API?

  • SEO y investigación de palabras clave: Los especialistas en marketing y los profesionales de SEO pueden aprovechar la API para verificar o rastrear el rango o la posición de una página web o dominio en la página de resultados de búsqueda de Google (resultados orgánicos) dadas consultas o palabras clave específicas. Esto puede utilizarse para análisis de competencia y SEO propio para optimizar la estrategia de contenido y mejorar las clasificaciones en los motores de búsqueda.

  • Análisis de competencia: Las empresas pueden rastrear la presencia en línea de sus competidores analizando sus clasificaciones en los motores de búsqueda, identificando las palabras clave que están targeting y comprendiendo su estrategia digital general.

  • Escucha social: Las marcas pueden monitorear menciones y discusiones sobre sus productos o servicios en la web, incluidas las plataformas de redes sociales, para obtener información sobre los sentimientos de los clientes y las opiniones públicas.

  • Datos de IA: Obtén datos para IA, ciencia de datos, chatbots como ChatGPT / LLM's y plugins de ChatGPT.

Documentación de la API

Endpoints


Obtenga resultados de búsqueda orgánica en tiempo real de toda la web. Soporta todos los operadores de Búsqueda Avanzada de Google, tales como (por ejemplo, inurl:, site:, intitle:, etc).



                                                                            
GET https://zylalabs.com/api/2540/google+search+results/2529/search
                                                                            
                                                                        

Buscar. - Características del Endpoint

Objeto Descripción
q [Requerido] Search query. Supports all Google Advanced Search operators (site:, inurl:, intitle:, etc).
limit Opcional Maximum number of results to return. Default: 10. Allowed values: 1-300.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {
	"status": "OK",
	"request_id": "7deb45d2-e8ff-4602-8f3c-3a007cebc85c",
	"data": [
		{
			"title": "Online Store Builder – Create an Ecommerce Store with Shopify",
			"snippet": "Create an online store with just a few steps: Choose an ecommerce platform; Add the products you want to sell; Create key pages for your store; Pick a theme and ...",
			"url": "https://www.shopify.com/online-store",
			"domain": "www.shopify.com",
			"position": 1
		},
		{
			"title": "Build a Free Online Store or eCommerce Website - Square",
			"snippet": "Use our easy-to-use online store builder to design a professional-looking eCommerce website for your business. Choose between a single ordering page or a multi- ...",
			"url": "https://squareup.com/us/en/online-store",
			"domain": "squareup.com",
			"position": 2
		},
		{
			"title": "How to Create & Launch a Profitable Online Store (2022)",
			"snippet": "To make your store delightful to shop and your products easy to find, set up your product category pages, write great product descriptions and upload product ...",
			"url": "https://www.bigcommerce.com/blog/how-to-create-online-store/",
			"domain": "www.bigcommerce.com",
			"position": 3
		},
		{
			"title": "eCommerce Website Builder - Wix.com",
			"snippet": "Wix eCommerce is your all-in-one eCommerce platform. Create a fully customizable free eCommerce website & upgrade to start selling everywhere.",
			"url": "https://www.wix.com/ecommerce/website",
			"domain": "www.wix.com",
			"position": 4
		},
		{
			"title": "How to Build an Online Store in 2022: 9 Simple Steps",
			"snippet": "An ecommerce builder is an online software which lets you build your very own online store, without needing advanced tech skills, coding ...",
			"url": "https://www.websitebuilderexpert.com/building-online-stores/",
			"domain": "www.websitebuilderexpert.com",
			"position": 5
		},
		{
			"title": "How to Make an Online Store (2022) — The 6 Key Steps",
			"snippet": "How to Make an Online Store — the 6 Key Steps to Starting a Successful Ecommerce Business · 1. Pick the right type of products to sell · 2. Source ...",
			"url": "https://www.stylefactoryproductions.com/blog/how-to-make-an-online-store",
			"domain": "www.stylefactoryproductions.com",
			"position": 6
		},
		{
			"title": "Build Your Ecommerce Website and Start Selling Online - Jimdo",
			"snippet": "Create a free account and answer a few questions about your store. Choose a design and colors based on the look you want. Add your product photos and text, and ...",
			"url": "https://www.jimdo.com/website/online-store/",
			"domain": "www.jimdo.com",
			"position": 7
		},
		{
			"title": "Create a Free Online Store or eCommerce Website",
			"snippet": "Create a free ecommerce store · 1. Create your FREE account. Choose a store design · 2. Choose your store design. Upload your own products · 3. Upload your own ...",
			"url": "https://freewebstore.com/",
			"domain": "freewebstore.com",
			"position": 8
		},
		{
			"title": "Create your online store quickly and easily - Mozello",
			"snippet": "How to start selling online? · 1. Create an online store and add your products and info. · 2. Advertise your online store to attract customers. · 3. Receive orders ...",
			"url": "https://www.mozello.com/create-online-store/",
			"domain": "www.mozello.com",
			"position": 9
		},
		{
			"title": "Online Store Builder | Create an Online Store for Free GoDaddy",
			"snippet": "Pick your products: · Choose a plan: · Set up your online store: · Pick a domain name: · Start selling online: · Market your business:",
			"url": "https://www.godaddy.com/websites/online-store",
			"domain": "www.godaddy.com",
			"position": 10
		}
	]
}
                                                                                                                                                                                                                    
                                                                                                    

Search - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/2540/google+search+results/2529/search?q=Build a website&limit=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Resultados de búsqueda de Google. API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10,000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

Resultados de búsqueda de Google. API FAQs

El tiempo promedio de respuesta es de entre 1-3 segundos y depende del endpoint utilizado y los parámetros de la solicitud.

Sí. Por favor contáctenos en caso de que necesite un nivel / volumen más alto y estaremos encantados de ofrecerle un plan con descuento, adaptado a sus necesidades.

El límite de consultas por segundo depende de la naturaleza de las solicitudes, del punto final y de los parámetros de la solicitud (cantidad de resultados, número de consultas, etc.). El RPS promedio es de aproximadamente 20 (límite suave). Sin embargo, podemos escalar según tus necesidades. Por favor, contáctanos en caso de que necesites un RPS más alto.

Puedes contactarnos en cualquier momento por correo electrónico: [email protected] o unirte a nuestro servidor de Discord: https://discord.gg/wxJxGsZgha.

El endpoint de búsqueda devuelve resultados de búsqueda orgánica en tiempo real de Google, incluidos títulos, fragmentos, URLs, dominios y sus posiciones en los resultados de búsqueda.

Los campos clave en los datos de respuesta incluyen "título" (el título del resultado de búsqueda), "fragmento" (una breve descripción), "url" (el enlace a la página), "dominio" (el dominio del sitio web) y "posición" (el rango del resultado).

El punto final de búsqueda acepta un parámetro "query" para el término de búsqueda y un parámetro "limit" opcional para especificar el número de resultados devueltos, hasta un máximo de 300.

Los datos de la respuesta están organizados en un formato JSON, con un campo "status" que indica el estado de la solicitud, un "request_id" para el seguimiento y un array "data" que contiene los resultados de la búsqueda.

El endpoint de búsqueda proporciona información sobre las páginas web indexadas por Google, incluyendo sus títulos, descripciones, URLs y clasificaciones, que pueden ser utilizadas para SEO, análisis de competidores y escucha social.

Los usuarios pueden personalizar sus solicitudes especificando diferentes consultas de búsqueda y ajustando el parámetro "límite" para controlar el número de resultados devueltos, lo que permite una recuperación de datos a medida.

Los datos se obtienen directamente de la búsqueda de Google, lo que garantiza que los resultados reflejen el contenido web más actual y relevante disponible en tiempo real.

Si la consulta de búsqueda devuelve resultados parciales o vacíos, los usuarios deben considerar refinar su consulta o ajustar los parámetros para mejorar la relevancia y cantidad de los resultados.

General FAQs

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.

Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.

 Nivel de Servicio
98%
 Tiempo de Respuesta
1,259ms

Categoría:


APIs Relacionadas


También te puede interesar