Technographics

Endpoint: POST /businesses/technographics/enrich

Description

The Technographics Enrichment endpoint provides insights into the internal technologies used by companies. This data is valuable for lead scoring, competitive analysis, and sales prospecting by identifying the software, platforms, and tools adopted by businesses.

Technographic data is sourced from multiple data vendors and public records, combined with Explorium's proprietary data inference models for maximum accuracy. The dataset is updated quarterly to ensure fresh and relevant insights.


How It Works
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves relevant technology stacks, including software, cloud providers, and infrastructure details.
  • Output: A structured response with categorized insights into a company's technology usage.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/technographics/enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_id": "8adce3ca1cef0c986b22310e369a0793"
}'
Best Practices
  • Ensure you retrieve the business_id using the Match Businesses API before making technographic enrichment requests.
  • Leverage technographic insights to personalize outreach and improve targeting for tech-related products.
  • Combine firmographic and technographic data for deeper analysis and refined audience segmentation.
  • Use regular updates to keep up with rapidly changing technology adoption trends.
Technographics Output Signal
SignalAPI NameDescriptionData Type
Company's full tech stackfull_tech_stackFull list of technologies used by the company in all categories.TEXT
Company's full nested tech stackfull_nested_tech_stackFull nested list of technologies used by the company.TEXT
Testing and QA tech stacktesting_and_qaList of testing and QA technologies used by the company.TEXT
Sales tech stacksalesList of sales technologies used by the company.TEXT
Programming languages and frameworks tech stackprog_langs_and_frameworksList of programming, languages, and frameworks technologies used by the company.TEXT
Productivity and operations tech stackproductivity_and_operationsList of productivity and operations technologies used by the company.TEXT
Product and design tech stackproduct_and_designList of product and design technologies used by the company.TEXT
Platform and storage tech stackplatform_and_storageList of platform and storage technologies used by the company.TEXT
Operations software tech stackoperations_softwareList of operations software technologies used by the company.TEXT
Operations management tech stackoperations_managementList of operations management technologies used by the company.TEXT
Marketing tech stackmarketingList of marketing technologies used by the company.TEXT
IT security tech stackit_securityList of IT security technologies used by the company.TEXT
IT management tech stackit_managementList of IT management technologies used by the company.TEXT
HR tech stackhrList of HR technologies used by the company.TEXT
Health tech tech stackhealth_techList of health tech technologies used by the company.TEXT
Finance and accounting tech stackfinance_and_accountingList of finance and accounting technologies used by the company.TEXT
Ecommerce tech stackecommerceList of ecommerce technologies used by the company.TEXT
Devops and development tech stackdevops_and_developmentList of devops and development technologies used by the company.TEXT
Customer management tech stackcustomer_managementList of customer management technologies used by the company.TEXT
Computer networks tech stackcomputer_networksList of computer networks technologies used by the company.TEXT
Communications tech stackcommunicationsList of communications technologies used by the company.TEXT
Collaboration tech stackcollaborationList of collaboration technologies used by the company.TEXT
Business intelligence and analytics tech stackbi_and_analyticsList of business, intelligence, and analytics technologies used by the company.TEXT

📌 For additional enrichment options, explore related API endpoints below.


Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793
Language
Credentials
Click Try It! to start a request and see the response here!