Parameters
The following GET parameters can be supplied for lookups
| Name | Examples | Required |
|---|
KEY | 00000000-0000-0000-0000-000000000000This is your key, use this for lookups. | Yes |
QUERY | react frameworkThe search term to find matching technologies and categories. | Yes |
TYPE | json / xml / csvThe response format. Specified as the file extension in the URL. | Yes |
LIMIT | 10Number of results to return. Default is 10, maximum is 100. | No |
Responses
The top-level response contains a Query string echoing the search term, a Results array, and an Errors array.
All Results
These fields are present on every result regardless of type.
| Name | Example | Description |
|---|
Type | tech / category | Whether this is a technology or category match. |
Name | Google Analytics | Name of the matched technology or category. |
Tag | analytics | Top-level technology category tag. |
Score | 0.9812 | Similarity score between 0 and 1 to 4 decimal places. Higher values indicate a better match. |
Technology Results Type: tech
These additional fields are present when the result is a technology.
| Name | Example | Description |
|---|
Icon | https://favicon.builtwith.com/google.com | Favicon URL for the technology's website. |
Description | Web analytics service offered by Google | Short description of the technology. |
Categories | ["Web Analytics", "Tag Management"] | Array of sub-category names the technology belongs to. |
IsPremium | true / false | Whether this is a premium / paid technology. |
Link | https://analytics.google.com | The technology's official website URL. |
TrendsLink | https://trends.builtwith.com/analytics/Google-Analytics | Link to the BuiltWith trends page for this technology. |
Category Results Type: category
These additional fields are present when the result is a category.
| Name | Example | Description |
|---|
TrendsLink | //trends.builtwith.com/analytics/web-analytics | Link to the BuiltWith trends page for this category. |