开发者参考
公司查询 API 文档
公司查询 API 文档: Extract company information 从 a domain including business name, industry classification, 描述, 和 social media links. Aggregates data 从 多个 public sources 到 provide a company 个人资料. Beta 功能 与 varying accuracy.
公司查询
Extract company information 从 a domain including business name, industry classification, 描述, 和 social media links. Aggregates data 从 多个 public sources 到 provide a company 个人资料. Beta 功能 与 varying accuracy.
GET
/v1/company
查询参数
| 参数 | 类型 | 说明 |
|---|---|---|
| domain 必需 | string | Company domain 到 lookup (e.g., "stripe.com") |
响应字段
| 字段 | 说明 |
|---|---|
company.name | Official company name |
company.industry | Industry classification |
company.description | Business 描述 |
company.founded | Year founded (if known) |
company.employees | Employee count range |
company.location | Headquarters location |
social | LinkedIn, Twitter, Facebook links |
使用场景
- Lead enrichment 和 qualification
- CRM data augmentation
- Competitive intelligence
- Vendor/partner research
请求示例
curl "https://domscan.net/v1/company?domain=stripe.com"
响应示例
{
"domain": "stripe.com",
"company": {
"name": "Stripe, Inc.",
"industry": "Financial Technology",
"description": "Online payment processing platform",
"founded": 2010,
"employees": "1000-5000",
"location": "San Francisco, CA"
},
"social": {
"linkedin": "https://linkedin.com/company/stripe",
"twitter": "https://twitter.com/stripe"
}
}
Beta: This API is 在...中 beta. 结果 may vary 在...中 accuracy 和 completeness. Data is aggregated 从 public sources.