Every SimilarTech user is eligible for certain amount of monthly API credit, determined by the user's plan. Even non-paying users and users with non-API subscription plans are eligible for 10 monthly API credits, to experiment using our APIs.
In order to get started making APIs requests, first make sure you have created a SimilarTech user account.
Your monthly API credits usage and availability is placed in the account page in your user dashboard.
The API key parameter is a user-specific identification key that we use for counting your credits usage. Your personal API key can be found in your user dashboard. It must be provided for all API calls.
Returns a list of technologies found on a requested website domain and their categories.
Cost per successful call: 1 credit.
| Parameter | Type | Description |
|---|---|---|
| Domain | String | The website domain for profiling |
| ApiKey | String | API key |
| Format | String | Optional. Response data format ("json" / "xml"). Default: "json". |
JSON / XML serialized list of technologies, where technology consists of the following fields:
| Parameter | Type | Description |
|---|---|---|
| Id | Int | The technology Id |
| Name | String | The technology name |
| Categories | String Array | The technology categories |
| Coverage | float | The coverage of the technology on the website |
| Paying | String ['yes','no','maybe'] | Does the technology costs money |
Each API response includes the following HTTP headers:
| Key | Description |
|---|---|
| X-RateLimit-Limit | The amount of your total monthly API credits allowed in your current plan |
| X-RateLimit-Remaining | The amount of your remaining monthly API credits |