# Company Data

> Skill `company-data` on Faro. 6 sub-skills.

Looks up structured data on companies by their website or name: firmographic profiles covering industry, size, revenue, and corporate hierarchy, plus live signals including funding rounds, job postings, technology stack, news events, and public code repositories. Useful for prospecting, CRM enrichment, competitive research, and market analysis.

**Category:** Business & Companies  
**Tags:** company-intelligence, sales-intelligence, firmographics, enrichment, funding, hiring, technographics, news  
**Use when:** You have a company's website or name and want structured facts about it and the live signals around it.  
**Not for:** Finding companies you cannot yet name, people or contact details, live stock prices or regulatory filings, or company logos.  
**Returns:** information — Returns structured records with their original source links and timestamps for verification. A profile or signal stream, not a downloadable file.

## How to run
Skills run through one gateway with your Faro token. Hand it an `intent` in plain language; Faro routes to the right sub-skill, runs it, and bills per call. Raw tools are internal plumbing and are not directly callable.

```
POST https://skill.askfaro.com/skills/company-data/run
Authorization: Bearer faro_<your_key>
Content-Type: application/json

{"intent":{"prompt":"How many employees does Stripe have?"}}
```

Or from the CLI:

```bash
pip install askfaro-cli && askfaro auth login
askfaro run company-data "How many employees does Stripe have?"
```

Full run reference: https://askfaro.com/llms/run.md — Agent recipe: https://askfaro.com/llms/skill.md

## Example requests

- How many employees does Stripe have?
- How much has Figma raised in total?
- Is Stripe hiring engineers right now?
- What tools does Linear use on their website?

## Sub-skills

### Enrich firmographics

Builds a firmographic profile of a company from its domain or name.

**Cost:** ~5 credits / company — Charged per company enriched.

**Use when:** You want the industry, size, revenue, location, legal entity, and corporate hierarchy for a company.

**Details:** https://askfaro.com/llms/skills/company-data/enrich-firmographics.md

---

### Funding history

Lists a company's funding rounds, amounts, and dates.

**Cost:** 50 credits / request

**Use when:** You want a company's financing history, round types, amounts, and the sources behind them.

**Details:** https://askfaro.com/llms/skills/company-data/funding-history.md

---

### Hiring signals

Lists a company's open and past job postings.

**Cost:** 50 credits / request

**Use when:** You want a company's job postings as a signal of growth, focus, or geographic expansion.

**Details:** https://askfaro.com/llms/skills/company-data/hiring-signals.md

---

### Technology stack

Lists technologies detected in use at a company, with adoption and drop timing.

**Cost:** 50 credits / request

**Use when:** You want the tools, platforms, and infrastructure a company uses, and when they started or stopped.

**Details:** https://askfaro.com/llms/skills/company-data/tech-stack.md

---

### News signals

Lists a company's recent news and announcements by event type.

**Cost:** 50 credits / request

**Use when:** You want a company's launches, partnerships, leadership changes, acquisitions, or awards.

**Details:** https://askfaro.com/llms/skills/company-data/news-signals.md

---

### Open-source footprint

Lists a company's public code repositories and their engagement over time.

**Cost:** 50 credits / request

**Use when:** You want a company's public repositories, primary languages, and their stars, forks, and watchers.

**Details:** https://askfaro.com/llms/skills/company-data/oss-footprint.md

---

---
On the web: https://askfaro.com/search/company-data