Technographic APIs
get
https://api.salesintel.io
/service/technologies/append
Append tech stack details to identified companies (expand for details)
Be sure to review the
is_international
and verified
params to ensure that the companies returned meet your needsResponse Model
{
"companies": [
{
"company_domain": "string",
"company_id": number,
"company_name": "string",
"is_international": boolean,
"requested_technologies_categories": [
{
"category": "string",
"status": boolean
}
],
"requested_technologies_products": [
{
"product": "string",
"status": boolean
}
],
"requested_technologies_subcategories": [
{
"status": boolean,
"subcategory": "string"
}
],
"requested_technologies_vendors": [
{
"status": boolean,
"vendor": "string"
}
],
"verified": boolean
}
],
"page": 0,
"page_size": 0,
"result_count": 0,
"tech_count": 0,
"total_count": 0
}
get
https://api.salesintel.io
/service/technologies/taxonomy/categories
Retrieve the category/subcategory technology taxonomy (expand for details)
Response Model
{
"categories": [
{
"category": "string",
"subCategories": [
"string"
]
}
]
}
get
https://api.circleback.com
/service/technologies/products
Retrieve the product/vendor technology taxonomy (expand for details)
Response Model
{
"page": 0,
"page_size": 0,
"products": [
{
"product": "string",
"vendor": "string"
}
],
"result_count": 0,
"sort_by": "string",
"sort_direction": "string",
"total_count": 0
}
Last modified 23d ago