v1
latestOpenAPI 3.1.02026-07-2414103.5 MBWebsite Technologies
Returns a list of the web plugins or integrations currently installed on a website.
get/{domain_name}/technographics/all
Path parameters
domain_namestring required
Enter website of interest, without 'www.' or brackets {}.
Query parameters
api_keystring required
Your Similarweb API key.
formatstring
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
limitstring
[optional] Select the number of results that are returned. Default = 100.
offsetstring
[optional] Specify an offset from where to start returning data.
sortstring
[optional] The metric you'd like the results to be ordered by.
ascstring
[optional] The order of results. Enter "true" for ascending, or "false" for descending.
Response
200
Example response
{
"meta": {
"query": {
"limit": 3
},
"request": {
"domain": "cnn.com",
"format": "json"
},
"status": "Success"
},
"site_name": "cnn.com",
"global_rank": 87,
"category": "News_and_Media",
"category_rank": 13,
"technologies": [
{
"technology_name": " ADman Media",
"category": "Advertising",
"sub_category": "Publisher Ad Server",
"free_paid": "Free",
"description": "ADman Media is an outstream video supply-side platform (SSP) leader in Spain and Latin America. "
}
]
}