Sobre la API:
Esta API recuperará una lista de todas las tecnologías que se utilizaron en el proceso de construcción de cualquier sitio web que proporciones. Obtén información detallada y metadatos si están disponibles.
Solo necesitas el dominio que deseas buscar. Y la API entregará una respuesta en JSON con todas las tecnologías que se han encontrado.
Poder determinar cuáles son las tecnologías más utilizadas entre los sitios web mejor valorados. Reconocer y obtener datos estructurados sobre cómo están construidos los sitios web más poderosos.
Obtener información sobre las tecnologías que utilizan tus competidores para conocer mejor sobre ellos.
Además del número de llamadas a la API por mes, no hay otras limitaciones.
Retrieve the technology data that is used on any website in JSON format.
Results are the top-level response that identifies the lookup.
| Name | Example | Description |
|---|---|---|
| Lookup | hotelscombined.com | The domain that was looked up. |
| Result | The technology lookup | Explained below. |
| IsDB | True/False/Misleading | If the lookup used our database or had to visit the site to get the profile or if the profile is 'Misleading' i.e. user-generated content site. |
| Spend | 4364 | The average monthly USD tech spend for the Domain based on the technologies detected |
| SalesRevenue | 29853826 | Estimated monthly USD sales revenue for core eCommerce businesses (will be 0 for non-eCommerce) |
| Meta | The meta object is explained below. | All of the metadata we have associated with this domain. |
| Attributes | Attributes object explained below. | All of the attribute data we have associated with this domain. |
| FirstIndexed | 2012-07-29T14:00:00Z (XML) 1378422000000 (JSON) |
The earliest index point for this entire domain. |
| LastIndexed | 2014-07-29T14:00:00Z (XML) 1378822000000 (JSON) |
The most recent index point for this entire domain. |
The path is a result from a URL or collection of sub-pages on a domain if the Url field is "dd".
| Name | Example | Description |
|---|---|---|
| Domain | disney.com | The root domain |
| Url | dd | A value of dd means this path technology data is built from multiple sub-pages and is only relevant for domain-only-based lookups. |
| SubDomain | blog | A subdomain of the domain, for example, a value of a blog and a domain of disney.com is the profile for blog.disney.com |
| FirstIndexed | 2012-07-29T14:00:00Z (XML) 1378422000000 (JSON) |
The earliest index point for this particular path. |
| LastIndexed | 2014-07-29T14:00:00Z (XML) 1378822000000 (JSON) |
The most recent index point for this particular path. |
Technology is a web technology result found on the site.
| Name | Example | Description |
|---|---|---|
| Name | Twitter Platform | The name of the technology found. |
| Parent | JQuery | The name of the parent technology (for technology versions etc..). |
| Description | This page embeds the twitter platform in one method or another | A description of the technology found on the page |
| Link | https://twitter.com/about/resources | A link to the website for the technology |
| IsPremium | no | Is this a paid-for technology (does it cost money to use this technology - excluding hosting) values can be yes, no or maybe |
| Tag | javascript | The base category for the technology. See categories index data for all types. |
| Categories (Array) | Social SDK | An array of sub-categories for the tag is listed under the main tags on BuiltWith Trends. |
| FirstDetected | 2012-07-29T14:00:00Z (XML) 1378422000000 (JSON) |
The date the technology was first detected on the site by BuiltWith. |
| LastDetected | 2018-04-30T14:00:00Z (XML) 1378422000000 (JSON) |
The date the technology was last detected on the site by BuiltWith. See the update endpoint (json) for the last data run. |
Metadata found on the lookup website - detailed lookups only will return metadata if found.
| Name | Example | Description |
|---|---|---|
| ARank | 2323213 | Page Rank between 1 and 100,000,000 |
| QRank | 12121 | Transco Page Traffic Rank between 1 and 1,000,000 |
| Majestic | 23231 | Majestic Rank between 1 and 1,000,000 |
| Umbrella | 6423 | Umbrella Global Router Traffic Rank between 1 and 1,000,000 |
| CompanyName | Rodale Inc. | A valid incorporated company name |
| City | San Francisco | A valid city name for supported countries |
| Postcode | 94105 | A valid zip/postal code |
| State | CA | A valid state/country |
| Country | US | ISO 3166-1 alpha-2 country code for address |
| Vertical | Technology and Computing | One of these categories or blank. |
| [Telephones] | +1-650-745-0728 | Valid international telephone numbers |
| [Emails] | [email protected] | Valid domain emails |
| [Social] | https://twitter.com/website | Social presence |
| [Names] | Name->Joe Bloggs Type->0 Email->[email protected] |
Names, emails, and job titles for people. See titles index for codes |
Attribute data found on the specific domain - detailed lookups only will return attribute data if found.
| Name | Example | Description |
|---|---|---|
| MJRank | 2312 | Majestic Rank to 1m |
| MJTLDRank | 323 | Majestic Rank for TLD of Domain to 1m |
| RefSN | 21 | Referring Subnets to Domain from Majestic |
| RefIP | 212 | Referring IPs to Domain from Majestic |
| Followers | 1000 | Brand Followers - Groups i.e. 1000 is 1000+ but less than 2000 - Group List. |
| Sitemap | 211 | Amount of sites in an indexable sitemap |
| GTMTags | 8 | Amount of tags being loaded by Google Tag Manager |
| QubitTags | 8 | Amount of tags being loaded by Qubit Tag Manager |
| TealiumTags | 4 | Amount of tags being loaded by Tealium Tag Manager |
| AdobeTags | 1 | Amount of tags being loaded by Adobe Tag Manager |
| CDimensions | 10 | Amount of custom dimensions created by Google Analytics |
| CGoals | 20 | Amount of custom goals created by Google Analytics |
| CMetrics | 20 | Amount of custom metrics created by Google Analytics |
| ProductCount | 40 | SKU Product Count |
Obtener información del dominio - Características del Endpoint
| Objeto | Descripción |
|---|---|
LOOKUP |
[Requerido] The domain of the site you want to get the technologies data from. |
{"Results":[{"Result":{"IsDB":"Msleading","Spend":0,"Paths":[{"Technologies":[{"Name":"HTML5 DocType","Description":"The DOCTYPE is a required preamble for HTML5 websites.","Link":"https://www.w3.org/TR/html51/","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Javascript","Description":"JavaScript is a scripting language most often used for client-side web development.","Link":"https://en.wikipedia.org/wiki/JavaScript","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"UTF-8","Description":"UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is the preferred encoding for web pages.","Link":"https://en.wikipedia.org/wiki/UTF-8","Tag":"encoding","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"DNS Prefetch","Description":"Page contains links to disable or enable DNS prefetching of links in the page.","Link":"http://developer.mozilla.org/en/controlling_dns_prefetching","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Categories":["Hosted Solution"],"Name":"Amazon Webstore","Description":"Design and publish an ecommerce website with Amazon Webstore.","Link":"http://webstore.amazon.com","Tag":"shop","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Cascading Style Sheets","Description":"Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML ","Link":"https://en.wikipedia.org/wiki/Cascading_Style_Sheets","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Categories":["Affiliate Programs"],"Name":"Amazon Associates","Description":"Launched in 1996, Associates is Amazon.com\u0027s affiliate marketing program. By linking to Amazon products and services you can add content for the sites visitors and receive up to 10% in referral fees.","Link":"https://associates.amazon.com","Tag":"ads","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"HTML5 History API","Description":"A standardized way to manipulate the browser history via script.","Link":"https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html","Tag":"javascript","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"HTML 5 Specific Tags","Description":"This page contains tags that are specific to an HTML 5 implementation.","Link":"https://dev.w3.org/html5/html-author/","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"SEO_TITLE","Description":"SEO Title","Link":"","Tag":"seo_title","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Meta Description","Description":"The description attribute provides a concise explanation of the page content.","Link":"https://en.wikipedia.org/wiki/Meta_tag#The_description_attribute","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"SEO_META_DESCRIPTION","Description":"SEO Meta Description","Link":"https://builtwith.com","Tag":"seo_meta","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Meta Keywords","Description":"Meta tag containing keywords related to the page.","Link":"https://en.wikipedia.org/wiki/Meta_tag#The_keywords_attribute","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"SEO_META_KEYWORDS","Description":"SEO Meta Keywords","Link":"https://builtwith.com","Tag":"seo_meta","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Canonical Content Tag","Description":"Public specification of a preferred URL for a page allows search engines to understand the original location for content.","Link":"https://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Categories":["Social Management"],"Name":"Facebook Domain Insights","Description":"This website contains tracking information that allows admins to see Facebook Insights out of Facebook to this domain.","Link":"https://www.facebook.com/insights/","Tag":"analytics","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Twitter Cards","Description":"Twitter cards make it possible for you to attach media experiences to Tweets that link to your content.","Link":"https://dev.twitter.com/docs/cards","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Open Graph Protocol","Description":"The Open Graph protocol enables any web page to become a rich object in a social graph, a open protocol supported by Facebook","Link":"https://opengraphprotocol.org/","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Pinterest Domain Verify","Description":"A verified website linked to a Pinterest user profile.","Link":"http://pinterest.com","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Parent":"jQuery","Categories":["JavaScript Library"],"Name":"jQuery","Description":"JQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.","Link":"https://jquery.com","Tag":"javascript","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"WAI-ARIA","Description":"A way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.","Link":"https://www.w3.org/WAI/intro/aria","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"SEO_H2","Description":"SEO H2","Link":"","Tag":"seo_headers","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"COVID-19","Description":"This website mentions COVID-19 / Novel Coronavirus.","Link":"https://www.who.int/emergencies/diseases/novel-coronavirus-2019","Tag":"widgets","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"IFrame","Description":"The page shows content with an iframe; an embedded frame that loads another webpage.","Link":"https://www.w3schools.com/tags/tag_iframe.asp","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Amazon Ad System","Description":"This site has identifiers that shows it is using Amazon Ad System.","Link":"https://amazon.com","Tag":"ads","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"X-UA-Compatible","Description":"Allows a website to define how a page is rendered in Internet Explorer 8, allowing a website to decide to use IE7 style rendering over IE8 rendering.","Link":"https://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"X-XSS-Protection","Description":"X-XSS-Protection is a HTTP header set by Internet Explorer 8+. This header lets domains toggle on and off the \"XSS Filter\" of IE8, which prevents some categories of XSS attacks.","Link":"https://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Content Type Options","Description":"Used to disable MIME-sniffing for a particular HTTP response. ","Link":"https://mimesniff.spec.whatwg.org/","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"Strict Transport Security","Description":"The HTTP Strict-Transport-Security (HSTS) header instructs the browser to only use https.","Link":"https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"HSTS","Description":"Forces browsers to only communicate with the site using HTTPS.","Link":"https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"HSTS IncludeSubdomains PreLoad","Description":"This website includes instructions for HSTS loading that would allow it to be submitted to the HSTS preload list.","Link":"https://hstspreload.appspot.com/","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Name":"X-Frame-Options","Description":"The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a frame or iframe. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites.","Link":"https://developer.mozilla.org/en/the_x-frame-options_response_header","Tag":"docinfo","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Parent":"FLoC","Name":"FLoC Opt-Out","Description":"The website has opted-out of FLoC to declare that it does not want to be included in the user\u0027s list of sites for cohort calculation.","Link":"https://github.com/WICG/floc/blob/main/README.md","Tag":"ads","FirstDetected":1660920394886,"LastDetected":1660920394886,"IsPremium":"no"},{"Categories":["Edge Delivery Network"],"Name":"Amazon CloudFront"}]}]}}],"_note":"Response truncated for documentation purposes"}
curl --location --request GET 'https://zylalabs.com/api/187/get+tech+from+website+api/198/get+domain+info?LOOKUP=https://amazon.com' --header 'Authorization: Bearer YOUR_API_KEY'
| 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. |
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
El endpoint Obtener Información del Dominio devuelve una respuesta JSON que contiene datos de tecnología utilizados en un sitio web específico. Esto incluye detalles como las tecnologías detectadas, metadatos, atributos y fechas de indexación.
Los campos clave en la respuesta incluyen "Lookup" (dominio consultado), "Result" (datos tecnológicos), "IsDB" (estado de uso de la base de datos), "Spend" (gasto tecnológico mensual) y "SalesRevenue" (ingresos estimados por ventas en eCommerce).
Los datos de respuesta están estructurados en un formato JSON con objetos anidados para tecnologías, metadatos y atributos. Cada sección proporciona detalles específicos, como nombres de tecnologías, descripciones y fechas de indexación.
El endpoint proporciona información sobre las tecnologías utilizadas por un sitio web, incluidas sus nombres, descripciones, categorías, metadatos como los rankings de las páginas y atributos relacionados con el rendimiento del dominio.
Los usuarios pueden personalizar las solicitudes especificando el dominio que desean analizar. La API devolverá datos tecnológicos personalizados basados en el dominio proporcionado, lo que permitirá obtener información específica.
Los casos de uso típicos incluyen analizar las tecnologías de los competidores, identificar tendencias en el desarrollo web y evaluar la pila tecnológica de los sitios web mejor valorados para obtener conocimientos estratégicos.
La precisión de los datos se mantiene a través de actualizaciones regulares y verificaciones contra una base de datos integral. La API distingue entre los datos obtenidos de su base de datos y los datos obtenidos directamente del sitio web.
Si la API devuelve resultados parciales o vacíos, los usuarios deben verificar la validez del dominio o comprobar si hay restricciones potenciales en el sitio web. El campo "Errores" en la respuesta proporcionará mensajes específicos para la resolución de problemas.
Nivel de Servicio:
100%
Tiempo de Respuesta:
256ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
819ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
653ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
103ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.302ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
884ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.396ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
833ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
878ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
250ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.704ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.322ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
319ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
70ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.147ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
519ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
620ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
247ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
542ms