What is a tech stack in business?
In business, a tech stack is the set of software and services a company runs to operate: its CRM, ERP, accounting and HR systems, cloud platform, data warehouse, analytics and collaboration tools, plus the languages and frameworks its engineers build with. It is the inventory of paid tools behind how the company works.
Sales and marketing teams care because the stack predicts what a company will buy next and who it will buy from. A vendor whose product integrates with Salesforce wants every account that runs Salesforce. A security vendor wants accounts on a competitor's platform, which are displacement targets. Account scoring models blend this technographic layer with firmographics such as size and industry, and partnership teams use it to rank which integrations to build first. The stack also dates a company's investments: a team hiring for a data warehouse is spending on it now.
Job postings are a rare public record of the internal stack. A website scan sees the client-side surface, such as frontend framework and analytics tags, but the ERP, the warehouse, the CRM and the observability stack leave no trace on a public page. Postings name them, because a company hiring a NetSuite administrator or a Snowflake engineer says so in the title and requirements. Across the collected boards the technologies named most often are a mix of a programming language, the major cloud platforms, an ERP, a CRM, a BI tool and container tooling, and even the most common one appears in a small minority of postings.
JobsPipe exposes both views. POST /v1/stack/scan returns what a domain serves, and POST /v1/jobs/search with skills_or returns every active posting naming a technology, with the company on each row, so grouping by company yields who is hiring for it. The same query with min_employee_count and max_employee_count slices it by company size.
- python4.7%
- aws3.1%
- sap2.9%
- azure2.8%
- salesforce1.9%
- power-bi1.8%
- java1.7%
- gcp1.7%
- kubernetes1.5%
- react1.3%
- docker1.3%
- jira1.2%
The full treatment is on Tech stacks and technographics.
Related questions
What is an example of a business tech stack?
A typical mid-sized software company runs Salesforce or HubSpot for sales and marketing, NetSuite for finance, Workday or a payroll platform for HR, AWS or Azure for hosting, Snowflake for its warehouse, Power BI or Tableau for reporting, and Jira and Slack for work and communication. Its engineers build with a language such as Python or Java and ship with Docker and Kubernetes.
What is the difference between a tech stack and technographics?
The tech stack is the set of tools a company runs. Technographics are the outside record of it, assembled from evidence: website scans, job postings, surveys and vendor disclosures. A company knows its own stack exactly. Everyone else works from technographic data, which is why the source of the evidence matters so much.
How do you find out what tech stack a company uses?
Scan its domain for what the public site serves, read its job postings for what its teams hire to run, and check vendor case studies and review sites for disclosures. JobsPipe covers the first two: POST /v1/stack/scan for the domain, and POST /v1/jobs/search with company_name_or for the postings, where technology_slugs on each row lists what the text names.
Which technologies appear most in job postings?
Across the collected boards the most-named technologies are a mix of a general programming language, the major cloud platforms, an ERP suite, a CRM, a BI tool and container tooling. Even the most common appears in a small minority of postings, because most roles are not technical, which is why grouping by company rather than counting postings is the useful view.
More answers
Query live postings yourself, 1,000 jobs a month free.
Get a free API key