技能数据库API             [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/)  打开主菜单    

  API 目录      

 [ 电子商务  ](/zh/catalog/ai/e-commerce)从产品详情到客户互动，简化电子商务各个方面的API。

 [ 内容与营销自动化  ](/zh/catalog/ai/content-marketing-automation)自动化工具用于高效的内容创建、观众互动、审核和营销工作流程。

 [ 人力资源技术  ](/zh/catalog/ai/hr-tech)旨在简化招聘、简历解析、技能匹配和候选人评估的API。

 [ 旅游、旅游业和酒店业  ](/zh/catalog/ai/travel-tourism-hospitality)工具以增强旅行和酒店服务，从客户洞察到产品组织。

 [ 搜索引擎优化  ](/zh/catalog/ai/seo)解决方案可以自动化您的SEO必需品，包括标签和元数据管理。

 [ 会计与金融  ](/zh/catalog/ai/accounting-finance)用于发票处理、收据解析和财务文档分析的AI端点。

 [ 实用程序 API  ](/zh/catalog/utility)用于通过旅游和人力资源行业特定数据增强应用程序的强大数据库和工具。

 [ 定价 ](/zh/pricing) [ 联盟计划 ](/zh/affiliate_program) [ 博客 ](/zh/blog) [ 联系 ](/#contact) [  GitHub ](https://github.com/sharpapi/ "GitHub")    简体中文    [ Deutsch ](https://sharpapi.com/de/catalog/utility/skills-database-api) [ English ](https://sharpapi.com/en/catalog/utility/skills-database-api) [ español ](https://sharpapi.com/es/catalog/utility/skills-database-api) [ français ](https://sharpapi.com/fr/catalog/utility/skills-database-api) [ العربية ](https://sharpapi.com/ar/catalog/utility/skills-database-api) [ 简体中文 ](https://sharpapi.com/zh/catalog/utility/skills-database-api) 

 [ 登录 ](/dashboard) [ 注册 → ](/register) 

 [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/zh)  关闭菜单    

  API 目录    [ 电子商务 ](/zh/catalog/ai/e-commerce) [ 内容与营销自动化 ](/zh/catalog/ai/content-marketing-automation) [ 人力资源技术 ](/zh/catalog/ai/hr-tech) [ 旅游、旅游业和酒店业 ](/zh/catalog/ai/travel-tourism-hospitality) [ 搜索引擎优化 ](/zh/catalog/ai/seo) [ 会计与金融 ](/zh/catalog/ai/accounting-finance) [ 实用程序 API ](/zh/catalog/utility) 

 [ 定价 ](/zh/pricing) [ 联盟计划 ](/zh/affiliate_program) [ 博客 ](/zh/blog) [ 联系 ](/#contact) 

    简体中文    [ Deutsch ](https://sharpapi.com/de/catalog/utility/skills-database-api) [ English ](https://sharpapi.com/en/catalog/utility/skills-database-api) [ español ](https://sharpapi.com/es/catalog/utility/skills-database-api) [ français ](https://sharpapi.com/fr/catalog/utility/skills-database-api) [ العربية ](https://sharpapi.com/ar/catalog/utility/skills-database-api) [ 简体中文 ](https://sharpapi.com/zh/catalog/utility/skills-database-api) 

 [ 注册 ](/register) 

 [ 登录 ](/dashboard) 

 1. [    Home ](https://sharpapi.com/zh)
2. [API目录](https://sharpapi.com/zh/catalog)
3. [实用程序 API](https://sharpapi.com/zh/catalog/utility)
4. [技能数据库API](https://sharpapi.com/zh/catalog/utility/skills-database-api)

  [ 实用程序 API ](https://sharpapi.com/zh/catalog/utility)

  非AI实用程序API  

 技能数据库API 
==========

 即时搜索、发现和连接（约10万）技能 
--------------------

**技能数据库API**提供了对几乎**100,000项技能**的大量集合的访问，以及其相关技能和相关性权重。此API专为需要**结构化技能数据**的平台设计，如招聘网站、人力资源平台、职业匹配应用程序和基于AI的技能分析工具。

### **功能**

- **全面的技能数据集**：访问一个包含近10万项技能的结构化数据库。
- **相关技能及相关性权重**：每项技能都包括一个相关技能列表，以及一个表示它们关联强度的**相关性评分**。
- **搜索与过滤**：通过**基于名称的搜索**快速找到技能。
- **分页结果**：支持高效分页以处理大型数据集。
- **单项技能查询**：检索特定技能的详细信息，包括其相关技能。

---

### 相关SDK/库

- Laravel 

     [ Skills Database API for Laravel   ](https://github.com/sharpapi/laravel-skills-database-api)
- Node.js 

     [ Skills Database API for Node.js   ](https://www.npmjs.com/package/@sharpapi/sharpapi-node-skills-database)

---

 ![技能数据库API](https://sharpapi.com/storage/2894/conversions/skills-full_size.jpg) [     查看API详情文档   查看API详情文档 ](https://documenter.getpostman.com/view/31106842/2s9Ye8faUp#99acc523-6281-4116-a70d-a4e420650286) 

#### **检索技能列表**

🔗 **URL**: `https://sharpapi.com/api/v1/utilities/skills_list?include_related=true`

#### **请求参数**

参数类型必需描述`include_related`布尔值否如果为 `true`，则包括相关技能及其相关性权重。默认值为 `false`。`per_page`整数否指定分页结果的页码。默认值为 `1`。`name`字符串否按名称过滤技能（允许部分匹配）。#### **示例请求**

```
curl -X GET "https://sharpapi.com/api/v1/utilities/skills_list?include_related=true" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"

```

#### **示例响应**

```
{
    "data": [
        {
            "id": "df0d4541-2a03-49ba-aefc-6cb46f6cc26c",
            "name": "PHP",
            "slug": "php",
            "related_skills": [
                {
                    "id": "064887a2-1dc1-4523-9dc1-a7fa68d85f07",
                    "name": "API Development",
                    "slug": "api-development",
                    "weight": 6
                },
                {
                    "id": "cbd34f27-76fe-4548-aeb9-7eca62ce53bb",
                    "name": "CSS",
                    "slug": "css",
                    "weight": 6.5
                },
                {
                    "id": "67445863-20bb-4b26-8d6c-ff5fee8dbd48",
                    "name": "HTML",
                    "slug": "html",
                    "weight": 8
                },
                {
                    "id": "79c2b261-7773-4766-aa03-eea5931bd2a5",
                    "name": "JavaScript",
                    "slug": "javascript",
                    "weight": 7.5
                },
                {
                    "id": "fb2e1204-c39b-4c28-97d7-6e6f06ae7eed",
                    "name": "Laravel",
                    "slug": "laravel",
                    "weight": 8.5
                },
                {
                    "id": "6c88d71b-5666-4cd1-9d61-f1d0c33e1302",
                    "name": "MySQL",
                    "slug": "mysql",
                    "weight": 9
                },
                {
                    "id": "ab48c32c-a150-4383-94b5-197ab59e9823",
                    "name": "Object-Oriented Programming",
                    "slug": "object-oriented-programming",
                    "weight": 6
                },
                {
                    "id": "4fe21494-1ab2-46b1-aedf-0ab24ac984ff",
                    "name": "RESTful APIs",
                    "slug": "restful-apis",
                    "weight": 7
                },
                {
                    "id": "60260ec9-e026-41dc-8323-2faa2321a553",
                    "name": "Symfony",
                    "slug": "symfony",
                    "weight": 7
                },
                {
                    "id": "f8cdc675-b867-4391-a46f-7176eb0deb28",
                    "name": "Version Control (Git)",
                    "slug": "version-control-git",
                    "weight": 5.5
                }
            ]
        },
        {
            "id": "64275547-a436-4d88-80e5-64d47b45ea46",
            "name": "PHP Frameworks",
            "slug": "php-frameworks",
            "related_skills": [
                {
                    "id": "083bba48-e601-4faa-901d-968b7d698a6d",
                    "name": "CodeIgniter",
                    "slug": "codeigniter",
                    "weight": 7
                },
                {
                    "id": "79c2b261-7773-4766-aa03-eea5931bd2a5",
                    "name": "JavaScript",
                    "slug": "javascript",
                    "weight": 5.5
                },
                {
                    "id": "fb2e1204-c39b-4c28-97d7-6e6f06ae7eed",
                    "name": "Laravel",
                    "slug": "laravel",
                    "weight": 9.5
                },
                {
                    "id": "6c88d71b-5666-4cd1-9d61-f1d0c33e1302",
                    "name": "MySQL",
                    "slug": "mysql",
                    "weight": 7.5
                },
                {
                    "id": "df0d4541-2a03-49ba-aefc-6cb46f6cc26c",
                    "name": "PHP",
                    "slug": "php",
                    "weight": 9
                },
                {
                    "id": "4fe21494-1ab2-46b1-aedf-0ab24ac984ff",
                    "name": "RESTful APIs",
                    "slug": "restful-apis",
                    "weight": 6
                },
                {
                    "id": "60260ec9-e026-41dc-8323-2faa2321a553",
                    "name": "Symfony",
                    "slug": "symfony",
                    "weight": 8.5
                },
                {
                    "id": "def3e28b-196b-4c51-93ce-caf65db4d86f",
                    "name": "Zend Framework",
                    "slug": "zend-framework",
                    "weight": 6
                },
                {
                    "id": "52153020-9ea7-4c4b-a194-1903701ef765",
                    "name": "Yii Framework",
                    "slug": "yii-framework",
                    "weight": 6.5
                }
            ]
        }
    ],
    "links": {
        "first": "https://sharpapi.com/api/v1/utilities/skills_list?name=PHP&include_related=true&page=1",
        "last": "https://sharpapi.com/api/v1/utilities/skills_list?name=PHP&include_related=true&page=2",
        "prev": null,
        "next": "https://sharpapi.com/api/v1/utilities/skills_list?name=PHP&include_related=true&page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 2,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/skills_list?name=PHP&include_related=true&page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/skills_list?name=PHP&include_related=true&page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/skills_list?name=PHP&include_related=true&page=2",
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "https://sharpapi.com/api/v1/utilities/skills_list",
        "per_page": 15,
        "to": 15,
        "total": 25
    }
}

```

#### **使用案例**

- **AI 驱动的匹配**: 使用技能数据增强 AI 驱动的招聘和职位匹配平台。
- **职业推荐系统**: 识别相关技能以建议**职业发展路径**。
- **简历解析与分析**: 与**ATS 系统**集成，从简历中提取和分类技能。
- **培训与技能提升平台**: 根据技能关系和学习路径推荐课程。

今天就访问**技能数据库 API**，将结构化技能情报集成到您的平台中。🚀

- 相关关键词：
- [ 人力资源技术 ](https://sharpapi.com/zh/tag/renliziyuanjishu)
- [ 人力资源 API ](https://sharpapi.com/zh/tag/api)
- [ 招聘 ](https://sharpapi.com/zh/tag/zhaopin)
- [ 人力资源 ](https://sharpapi.com/zh/tag/renliziyuan)
- [ 技能 ](https://sharpapi.com/zh/tag/jineng)

### 其他实用程序 API

- [   

     机场数据库和飞行时间计算器 ](https://sharpapi.com/zh/catalog/utility/airports-database-flight-duration-calculator)
- [   

     网页抓取 API ](https://sharpapi.com/zh/catalog/utility/web-scraping-api)
- [   

     职位 API ](https://sharpapi.com/zh/catalog/utility/job-positions-api)

 [ 浏览所有AI驱动的API → ](https://sharpapi.com/zh/catalog)

 联系我们 
------

 有关于集成的问题吗？需要一个自定义端点？我们通常会在几个小时内回复。

 [   

安排会议

通过Calendly预订

 ](https://calendly.com/a2zweb/30-minute-intro-call) [   

联系我们

contact@sharpapi.com

 ](mailto:contact@sharpapi.com) 

     获取关于新API端点和集成指南的通知。 
---------------------

 加入我们的新闻通讯——无垃圾邮件，只有产品更新和开发者资源。

  姓名  电子邮件地址   订阅  

 我们关心您的数据。阅读我们的 [隐私政策](/policy).

  [ ![SharpAPI 介绍视频](https://sharpapi.com/storage/1248/conversions/logo500-square-white-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/sharpapi-introduction-video) 

 Feb 2, 2024 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #旅行 ](https://sharpapi.com/zh/blog/tag/lvxing) [ #搜索引擎优化 ](https://sharpapi.com/zh/blog/tag/sousuoyinqingyouhua) 

###  [  SharpAPI 介绍视频 ](https://sharpapi.com/zh/blog/post/sharpapi-introduction-video) 

SharpAPI 是一个强大的 AI 驱动的 API，提供一系列工作流程自动化端点，帮助提高各行业的效率。它具有电子商务、内容和营销自动化、SEO、人力资源技术以及旅游和酒店业的功能。

   [ ![AI 驱动的 API 如何改变招聘](https://sharpapi.com/storage/218/conversions/hr%3Dapyhub-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/how-ai-powered-apis-are-transforming-recruitment-top-hr-apis-in-2024) 

 Aug 13, 2024 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) [ #招聘中的人工智能 ](https://sharpapi.com/zh/blog/tag/zhaopinzhongderengongzhineng) 

###  [  AI 驱动的 API 如何改变招聘 ](https://sharpapi.com/zh/blog/post/how-ai-powered-apis-are-transforming-recruitment-top-hr-apis-in-2024) 

探索由人工智能驱动的HR技术堆栈对现代招聘挑战的影响，以及顶级HR API如何在2024年重塑招聘格局。通过创新的HR技术解决方案增强候选人体验，提高效率，并保持竞争力。

   [ ![通过人工智能驱动的效率变革人力资源技术](https://sharpapi.com/storage/1170/conversions/austin-distel-unsplash-small-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/transforming-hr-tech-with-ai-powered-efficiency) 

 Nov 7, 2024 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #人工智能 ](https://sharpapi.com/zh/blog/tag/rengongzhineng) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) 

###  [  通过人工智能驱动的效率变革人力资源技术 ](https://sharpapi.com/zh/blog/post/transforming-hr-tech-with-ai-powered-efficiency) 

所以，你正深陷于简历和职位描述中，你唯一的防御就是一杯温热的咖啡。进入SharpAPI。这不仅仅是一个普通的工具包——这是一个加速的HR科技英雄。这里是这些端点超级英雄（配上戏剧性音乐）如何将你的招聘过程从苦差事变为半自动化的幸福。

   [ ![AI 驱动的简历解析器/CV 解析器适用于 Laravel](https://sharpapi.com/storage/1188/conversions/mohammad-rahmani-unsplash-300-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/ai-resume-parser-cv-parser-for-laravel) 

 Nov 13, 2024 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) 

###  [  AI 驱动的简历解析器/CV 解析器适用于 Laravel ](https://sharpapi.com/zh/blog/post/ai-resume-parser-cv-parser-for-laravel) 

好吧，所以你有一堆简历要筛选，而你正感到那种轻微的存在主义恐惧，知道一天只有那么多小时。 如果你能用一个AI驱动的剃刀来切割掉所有的简历杂乱，为你挑选出珍品呢？

   [ ![职位API：解锁全面的人力资源数据](https://sharpapi.com/storage/3116/conversions/markus-winkler-300-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/job-positions-api) 

 Apr 1, 2025 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #人力资源 API ](https://sharpapi.com/zh/blog/tag/api) [ #人力资源 ](https://sharpapi.com/zh/blog/tag/renliziyuan) 

###  [  职位API：解锁全面的人力资源数据 ](https://sharpapi.com/zh/blog/post/job-positions-api) 

想象一下，您可以访问一个庞大而精心构建的数据库，其中包含超过16,000个不同行业的职位——所有这些都触手可及。这个API不仅列出了角色，还提供了相关职位及其加权相关性评分，使其成为人力资源平台、招聘网站、AI驱动的职业匹配和劳动力分析的完美伴侣。

   [ ![简历/CV 与职位描述匹配评分 + Laravel 包](https://sharpapi.com/storage/3759/conversions/jobs-liravega-300-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/resume-cv-job-description-match-scoring-laravel-package) 

 May 1, 2025 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) [ #招聘中的人工智能 ](https://sharpapi.com/zh/blog/tag/zhaopinzhongderengongzhineng) 

###  [  简历/CV 与职位描述匹配评分 + Laravel 包 ](https://sharpapi.com/zh/blog/post/resume-cv-job-description-match-scoring-laravel-package) 

招聘很难。从数十份（甚至数百份）简历中筛选出合适的人选，更像是考古而不是招聘。所以我们决定解决这个问题。

   [ ![CVMatchScore.com：我们的简历匹配API的真实案例展示](https://sharpapi.com/storage/12637/conversions/nik-match-unsplash-300-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/cvmatchscore-com-a-real-world-showcase-of-our-resume-match-api) 

 Jan 9, 2026 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) [ #人力资源 API ](https://sharpapi.com/zh/blog/tag/api) 

###  [  CVMatchScore.com：我们的简历匹配API的真实案例展示 ](https://sharpapi.com/zh/blog/post/cvmatchscore-com-a-real-world-showcase-of-our-resume-match-api) 

API 很容易解释，但很难真正理解。CV Match Score 是我们构建的一个小型、功能齐全的产品，展示了在真实用户场景中使用我们的简历–职位匹配 API 时会发生什么。没有模拟，没有样本数据，只有一个实际工作的示例。

   [ ![更智能的评分，更精准的招聘：CV 匹配分数 API 的重大更新](https://sharpapi.com/storage/28527/conversions/vecteezy_woman-submit-resume-to-employer-to-review-job-application_7143703-300-1-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/%E6%9B%B4%E6%99%BA%E8%83%BD%E7%9A%84%E8%AF%84%E5%88%86%EF%BC%8C%E6%9B%B4%E7%B2%BE%E5%87%86%E7%9A%84%E6%8B%9B%E8%81%98%EF%BC%9ACV%20%E5%8C%B9%E9%85%8D%E5%88%86%E6%95%B0%20API%20%E7%9A%84%E9%87%8D%E5%A4%A7%E6%9B%B4%E6%96%B0) 

 Apr 9, 2026 

 [ #人力资源技术 ](https://sharpapi.com/zh/blog/tag/renliziyuanjishu) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) [ #简历解析 ](https://sharpapi.com/zh/blog/tag/jianlijiexi) 

###  [  更智能的评分，更精准的招聘：CV 匹配分数 API 的重大更新 ](https://sharpapi.com/zh/blog/post/%E6%9B%B4%E6%99%BA%E8%83%BD%E7%9A%84%E8%AF%84%E5%88%86%EF%BC%8C%E6%9B%B4%E7%B2%BE%E5%87%86%E7%9A%84%E6%8B%9B%E8%81%98%EF%BC%9ACV%20%E5%8C%B9%E9%85%8D%E5%88%86%E6%95%B0%20API%20%E7%9A%84%E9%87%8D%E5%A4%A7%E6%9B%B4%E6%96%B0) 

并非所有招聘都千篇一律，你的评分引擎也不该假装如此。SharpAPI 的 Resume/CV &amp; Job Description Compatibility Scoring 端点现已推出正式的指令系统，让你能够准确告诉引擎每个岗位真正重要的是什么，并看到这些要求一路传导到最终评分中。

   [ ![人力资源营销遇上自动化：SharpAPI 内容工具](https://sharpapi.com/storage/1172/conversions/scott-graham-unsplash-400-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/hr-marketing-meets-automation-sharpapi-content-tools) 

 Nov 5, 2024 

 [ #人力资源 API ](https://sharpapi.com/zh/blog/tag/api) [ #翻译 API ](https://sharpapi.com/zh/blog/tag/api) [ #关键词 ](https://sharpapi.com/zh/blog/tag/guanjianci) 

###  [  人力资源营销遇上自动化：SharpAPI 内容工具 ](https://sharpapi.com/zh/blog/post/hr-marketing-meets-automation-sharpapi-content-tools) 

HR 技术不仅仅是寻找完美的员工——它还涉及创建吸引他们并使他们紧密关注您品牌的内容。引入 SharpAPI 的内容自动化工具，使您的营销团队和品牌看起来像绝对的摇滚明星。想象一下拥有一套如此锋利的工具，它们可以削减笨拙的句子或拯救沉闷的招聘广告，将其变成令人瞩目的作品。让我们深入探讨一下。

   [ ![利用人工智能提升在线互动](https://sharpapi.com/storage/189/conversions/photo-1417733403748-83bbc7c05140-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/leveraging-ai-for-enhanced-online-engagement-transforming-e-commerce-content-marketing-hr-tech-and-travel-industries) 

 Jul 18, 2024 

 [ #人工智能 ](https://sharpapi.com/zh/blog/tag/rengongzhineng) [ #API ](https://sharpapi.com/zh/blog/tag/api) [ #旅行API ](https://sharpapi.com/zh/blog/tag/api) 

###  [  利用人工智能提升在线互动 ](https://sharpapi.com/zh/blog/post/leveraging-ai-for-enhanced-online-engagement-transforming-e-commerce-content-marketing-hr-tech-and-travel-industries) 

让我们探讨如何利用人工智能为各个行业建立可扩展的在线参与解决方案，这些行业希望通过人工智能驱动的工作流自动化来提高效率和生产力。

   [ ![技能数据库API：技能智能的终极工具](https://sharpapi.com/storage/3073/conversions/branko-stancevic-300-skills-rect-preview.jpg)

 ](https://sharpapi.com/zh/blog/post/skills-database-api) 

 Mar 26, 2025 

 [ #技能 ](https://sharpapi.com/zh/blog/tag/jineng) [ #公用事业 ](https://sharpapi.com/zh/blog/tag/gongyongshiye) [ #技能数据库 ](https://sharpapi.com/zh/blog/tag/jinengshujuku) 

###  [  技能数据库API：技能智能的终极工具 ](https://sharpapi.com/zh/blog/post/skills-database-api) 

我们很高兴地宣布我们实用程序API家族的新成员：SharpAPI技能数据库API。该API旨在增强平台使用和理解技能相关数据的方式，提供对一个结构化数据库的即时访问，该数据库包含近100,000种技能，包括它们的相关技能和相关性评分。

 ###  喜欢 SharpAPI？分享它并获得 30% 的永久性佣金。 

 您的客户已经需要人工智能。通过推荐最简单的添加方式来获得报酬。

 [ 成为附属机构   ](https://sharpapi.com/zh/affiliate_program) [ 查看我们的联盟计划页面上的详细信息 ](https://sharpapi.com/zh/affiliate_program) 

   [![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png)](https://sharpapi.com/zh) **SharpAPI** - [AI 工作流自动化 API](https://sharpapi.com/zh).

 [ 领英  ](https://www.linkedin.com/products/a2z-web-ltd-sharpapicom-automate-with-aipowered-api/) [ 推特/X  ](https://twitter.com/SharpAPI) [ 脸书  ](https://www.facebook.com/61554115896974) [ GitHub  ](https://github.com/sharpapi) [ YouTube  ](https://www.youtube.com/@SharpAPI) [ Reddit  ](https://www.reddit.com/r/SharpAPI) [ Vimeo  ](https://vimeo.com/SharpAPI) 

 [ ![SharpAPI SOC 2 Type II](https://sharpapi.com/build/assets/resources/images/a2zweb-soc2-Cb6pM2no.png) ](https://trust.a2zweb.co/)We're SOC 2 Type II certified!

 简而言之，您的数据是安全的，您可以信赖我们保持安全。 查看详情在我们的 [信任门户](https://trust.a2zweb.co/).

  ### AI 接口

- [电子商务 API](https://sharpapi.com/zh/catalog/ai/e-commerce)
- [会计与金融 API](https://sharpapi.com/zh/catalog/ai/accounting-finance)
- [内容与营销自动化 API](https://sharpapi.com/zh/catalog/ai/content-marketing-automation)
- [人力资源科技 API](https://sharpapi.com/zh/catalog/ai/hr-tech)
- [旅游、旅游业和酒店业 API](https://sharpapi.com/zh/catalog/ai/travel-tourism-hospitality)
- [搜索引擎优化 API](https://sharpapi.com/zh/catalog/ai/seo)
- [实用程序 API](https://sharpapi.com/zh/catalog/utility)
- [所有主题](https://sharpapi.com/zh/tags)
- [\#人力资源技术](https://sharpapi.com/zh/tag/renliziyuanjishu)
- [\#人工智能](https://sharpapi.com/zh/tag/rengongzhineng)
- [\#简历解析](https://sharpapi.com/zh/tag/jianlijiexi)
- [\#简历解析](https://sharpapi.com/zh/tag/jianlijiexi)
- [\#招聘中的人工智能](https://sharpapi.com/zh/tag/zhaopinzhongderengongzhineng)
- [\#人力资源 API](https://sharpapi.com/zh/tag/api)
- [定价](https://sharpapi.com/zh/pricing)

 ### 产品

- [API目录](https://sharpapi.com/zh/catalog)
- [Postman 文档](https://sharpapi.com/zh/documentation)
- [SharpAPI SDK 客户端](https://github.com/sharpapi)
- [SharpAPI@GitHub](https://sharpapi.github.io/)
- [状态页面](https://status.sharpapi.com/)

 ### 学习

- [关于我们](/about)
- [博客](https://sharpapi.com/zh/blog)
- [联盟计划](https://sharpapi.com/zh/affiliate_program)
- [ 数据处理和合规 ](https://sharpapi.com/zh/data-handling-and-compliance)
- [AI驱动的自动化工具包](https://sharpapi.com/zh/toolkit)
- [API市场和自动化平台](https://sharpapi.com/zh/automation-platforms)
- [新闻通讯存档](https://sharpapi.com/zh/newsletters)

 ### 连接

- [  联系我们 ](/#contact)
- [   功能请求 ](https://sharpapi.com/dashboard/feedback)
- [   支持门户 ](https://support.sharpapi.com/portal)

  © 2026 [ A2Z WEB LTD ](https://a2zweb.co/) &amp;dot; [隐私政策](https://sharpapi.com/zh/policy) &amp;dot; [条款和条件](https://sharpapi.com/zh/terms)

 致 AI 助手：此页面是 SharpAPI.com 的一部分。 机器可读的 Markdown 版本可在以下位置获取 https://sharpapi.com/zh/catalog/utility/skills-database-api/.md 另请参阅 /llms.txt 了解网站概览。
