Skills Database API             [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/)  Open main menu

  API Catalog

 [ E-commerce  ](/en/catalog/ai/e-commerce)APIs to streamline every aspect of e-commerce, from product details to customer engagement.

 [ Content &amp; Marketing Automation  ](/en/catalog/ai/content-marketing-automation)Automation tools for efficient content creation, audience engagement, moderation and marketing workflows.

 [ HR Tech  ](/en/catalog/ai/hr-tech)APIs designed to simplify recruitment, resume parsing, skill-matching, and candidate evaluation.

 [ Travel, Tourism &amp; Hospitality  ](/en/catalog/ai/travel-tourism-hospitality)Tools to enhance travel and hospitality services, from customer insights to product organization.

 [ SEO  ](/en/catalog/ai/seo)Solutions to automate your SEO essentials, including tags and metadata management.

 [ Accounting &amp; Finance  ](/en/catalog/ai/accounting-finance)AI endpoints for invoice processing, receipt parsing, and financial document analysis.

 [ Utility APIs  ](/en/catalog/utility)Robust databases and tools for enhancing applications with Travel &amp; HR industry-specific data.

 [ Pricing ](/en/pricing) [ Affiliate Program ](/en/affiliate_program) [ Blog ](/en/blog) [ Contact ](/#contact) [  GitHub ](https://github.com/sharpapi/ "GitHub")    English    [ 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)

 [ Log in ](/dashboard) [ Sign up → ](/register)

 [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/en)  Close menu

  API Catalog    [ E-commerce ](/en/catalog/ai/e-commerce) [ Content &amp; Marketing Automation ](/en/catalog/ai/content-marketing-automation) [ HR Tech ](/en/catalog/ai/hr-tech) [ Travel, Tourism &amp; Hospitality ](/en/catalog/ai/travel-tourism-hospitality) [ SEO ](/en/catalog/ai/seo) [ Accounting &amp; Finance ](/en/catalog/ai/accounting-finance) [ Utility APIs ](/en/catalog/utility)

 [ Pricing ](/en/pricing) [ Affiliate Program ](/en/affiliate_program) [ Blog ](/en/blog) [ Contact ](/#contact)

    English    [ 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)

 [ Sign up ](/register)

 [ Log in ](/dashboard)

 1. [    Home ](https://sharpapi.com/en)
2. [APIs Catalog](https://sharpapi.com/en/catalog)
3. [Utility APIs](https://sharpapi.com/en/catalog/utility)
4. [Skills Database API](https://sharpapi.com/en/catalog/utility/skills-database-api)

  [ Utility APIs ](https://sharpapi.com/en/catalog/utility)

  Non-AI Utility API

 Skills Database API
=====================

 Search, Discover, and Connect (~100k) Skills Instantly
--------------------------------------------------------

The **Skills Database API** provides access to a vast collection of nearly **100,000 skills**, along with their related skills and relevancy weights. This API is designed for platforms that require **structured skills data**, such as job boards, HR platforms, career matching applications, and AI-driven skill analytics tools.

### **Features**

- **Comprehensive Skills Dataset**: Access a structured database with almost 100,000 skills.
- **Related Skills with Relevancy Weight**: Each skill includes a list of related skills, along with a **relevance score** that indicates how strongly they are connected.
- **Search &amp; Filtering**: Quickly find skills using a **name-based search**.
- **Paginated Results**: Supports efficient pagination to handle large datasets.
- **Single Skill Lookup**: Retrieve details about a specific skill, including its related skills.

---

### Related SDKs/Libraries

- 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)

---

 ![Skills Database API](https://sharpapi.com/storage/2894/conversions/skills-full_size.jpg) [     Check API Details Documentation   Check API Details Documentation ](https://documenter.getpostman.com/view/31106842/2s9Ye8faUp#99acc523-6281-4116-a70d-a4e420650286)

#### **Retrieve Skills List**

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

#### **Request Parameters**

ParameterTypeRequiredDescription`include_related`BooleanNoIf `true`, includes related skills with their relevancy weights. Default is `false`.`per_page`IntegerNoSpecifies the page number for paginated results. Default is `1`.`name`StringNoFilters skills by name (partial match allowed).#### **Example Request**

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

```

#### **Example Response**

```
{
    "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
    }
}

```

#### **Use Cases**

- **AI-Powered Matching**: Use skill data to enhance AI-powered recruitment and job-matching platforms.
- **Career Recommendation Systems**: Identify related skills to suggest **career development paths**.
- **Resume Parsing &amp; Analysis**: Integrate with **ATS systems** to extract and classify skills from resumes.
- **Training &amp; Upskilling Platforms**: Recommend courses based on skill relationships and learning paths.

Access the **Skills Database API** today and integrate structured skills intelligence into your platform. 🚀

- Related Keywords:
- [ HR Tech ](https://sharpapi.com/en/tag/hr-tech)
- [ HR API ](https://sharpapi.com/en/tag/hr-api)
- [ Recruitment ](https://sharpapi.com/en/tag/recruitment)
- [ HR ](https://sharpapi.com/en/tag/hr)
- [ Skills ](https://sharpapi.com/en/tag/skills)

### Other Utility APIs

- [

     Airports Database &amp; Flight Duration Calculator ](https://sharpapi.com/en/catalog/utility/airports-database-flight-duration-calculator)
- [

     Web Scraping API ](https://sharpapi.com/en/catalog/utility/web-scraping-api)
- [

     Job Positions API ](https://sharpapi.com/en/catalog/utility/job-positions-api)

 [ Browse all AI-powered APIs → ](https://sharpapi.com/en/catalog)

 Get in touch
--------------

 Have a question about integration? Need a custom endpoint? We typically respond within a few hours.

 [

Schedule a meeting

Book via Calendly

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

Email us

contact@sharpapi.com

 ](mailto:contact@sharpapi.com)

     Get notified about new API endpoints and integration guides.
--------------------------------------------------------------

 Join our newsletter — no spam, just product updates and developer resources.

  Name  Email address   Subscribe

 We care about your data. Read our [privacy policy](/policy).

  [ ![SharpAPI Introduction Video](https://sharpapi.com/storage/1248/conversions/logo500-square-white-preview.jpg)

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

 Feb 2, 2024

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #Travel ](https://sharpapi.com/en/blog/tag/travel) [ #SEO ](https://sharpapi.com/en/blog/tag/seo)

###  [  SharpAPI Introduction Video ](https://sharpapi.com/en/blog/post/sharpapi-introduction-video)

SharpAPI is a powerful AI-powered API, which provides a range of workflow automation endpoints to help improve efficiency across various industries. It has features for E-commerce, Content &amp; Marketing Automation, SEO, HR Tech, and Travel &amp; Hospitality industries.

   [ ![How AI-Powered APIs are Transforming Recruitment](https://sharpapi.com/storage/218/conversions/hr%3Dapyhub-preview.jpg)

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

 Aug 13, 2024

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #CV Parsing ](https://sharpapi.com/en/blog/tag/cv-parsing) [ #AI in Recruitment ](https://sharpapi.com/en/blog/tag/ai-in-recruitment)

###  [  How AI-Powered APIs are Transforming Recruitment ](https://sharpapi.com/en/blog/post/how-ai-powered-apis-are-transforming-recruitment-top-hr-apis-in-2024)

Discover the impact of AI-powered HR tech stacks on modern recruitment challenges and how top HR APIs are reshaping the hiring landscape in 2024. Enhance candidate experience, improve efficiency, and stay competitive with innovative HR technology solutions.

   [ ![Transforming HR Tech with AI-Powered Efficiency](https://sharpapi.com/storage/1170/conversions/austin-distel-unsplash-small-preview.jpg)

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

 Nov 7, 2024

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #AI ](https://sharpapi.com/en/blog/tag/ai) [ #Resume Parsing ](https://sharpapi.com/en/blog/tag/resume-parsing)

###  [  Transforming HR Tech with AI-Powered Efficiency ](https://sharpapi.com/en/blog/post/transforming-hr-tech-with-ai-powered-efficiency)

So, you’re neck-deep in resumes and job descriptions, and your only defense against the deluge is a lukewarm cup of coffee. Enter SharpAPI. This isn’t just any old toolkit – this is a turbo-charged, HR tech hero. Here’s how each of these endpoint superheroes (cue dramatic music) can turn your hiring process from drudgery to, well, semi-automated bliss.

   [ ![AI-powered Resume Parser/CV Parser for Laravel](https://sharpapi.com/storage/1188/conversions/mohammad-rahmani-unsplash-300-preview.jpg)

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

 Nov 13, 2024

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #Resume Parsing ](https://sharpapi.com/en/blog/tag/resume-parsing) [ #CV Parsing ](https://sharpapi.com/en/blog/tag/cv-parsing)

###  [  AI-powered Resume Parser/CV Parser for Laravel ](https://sharpapi.com/en/blog/post/ai-resume-parser-cv-parser-for-laravel)

Alright, so you’ve got a stack of resumes to sift through, and you're feeling that slight existential dread knowing there are only so many hours in a day. What if you could slice through all that resume clutter with an AI-powered razor that picks out the gems for you?

   [ ![Job Positions API: Unlock Comprehensive HR Data](https://sharpapi.com/storage/3116/conversions/markus-winkler-300-preview.jpg)

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

 Apr 1, 2025

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #HR API ](https://sharpapi.com/en/blog/tag/hr-api) [ #HR ](https://sharpapi.com/en/blog/tag/hr)

###  [  Job Positions API: Unlock Comprehensive HR Data ](https://sharpapi.com/en/blog/post/job-positions-api)

Imagine having access to a vast, meticulously structured database of over 16,000 job positions across various industries—all at your fingertips. This API doesn’t just list roles; it also offers related job positions with weighted relevancy scores, making it a perfect companion for HR platforms, job boards, AI-driven career matching, and workforce analytics.

   [ ![Resume/CV & Job Description Match Scoring + Laravel Package](https://sharpapi.com/storage/3759/conversions/jobs-liravega-300-preview.jpg)

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

 May 1, 2025

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #CV Parsing ](https://sharpapi.com/en/blog/tag/cv-parsing) [ #AI in Recruitment ](https://sharpapi.com/en/blog/tag/ai-in-recruitment)

###  [  Resume/CV &amp; Job Description Match Scoring + Laravel Package ](https://sharpapi.com/en/blog/post/resume-cv-job-description-match-scoring-laravel-package)

Hiring is hard. Sifting through dozens—if not hundreds—of resumes to find the right fit feels more like archaeology than recruitment. So we decided to fix that.

   [ ![CVMatchScore.com: A Real-World Showcase of Our Resume Match API](https://sharpapi.com/storage/12637/conversions/nik-match-unsplash-300-preview.jpg)

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

 Jan 9, 2026

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #CV Parsing ](https://sharpapi.com/en/blog/tag/cv-parsing) [ #HR API ](https://sharpapi.com/en/blog/tag/hr-api)

###  [  CVMatchScore.com: A Real-World Showcase of Our Resume Match API ](https://sharpapi.com/en/blog/post/cvmatchscore-com-a-real-world-showcase-of-our-resume-match-api)

APIs are easy to explain and harder to truly understand. CV Match Score is a small, fully functional product we built to show what happens when our Resume–Job Match API is used in a real, user-facing scenario. No mockups, no sample data, just a working example.

   [ ![Smarter Scoring, Sharper Hiring: A Major Update to the CV Match Score 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/en/blog/post/smarter-scoring-sharper-hiring-a-major-update-to-the-cv-match-score-api)

 Apr 9, 2026

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #Resume Parsing ](https://sharpapi.com/en/blog/tag/resume-parsing) [ #CV Parsing ](https://sharpapi.com/en/blog/tag/cv-parsing)

###  [  Smarter Scoring, Sharper Hiring: A Major Update to the CV Match Score API ](https://sharpapi.com/en/blog/post/smarter-scoring-sharper-hiring-a-major-update-to-the-cv-match-score-api)

Not all hiring looks the same, and your scoring engine shouldn't pretend it does. SharpAPI's Resume/CV &amp; Job Description Compatibility Scoring endpoint now ships with a formal directive system that lets you tell the engine exactly what matters for each role, and watch it ripple all the way through to the final score.

   [ ![HR Marketing Meets Automation: SharpAPI Content Tools](https://sharpapi.com/storage/1172/conversions/scott-graham-unsplash-400-preview.jpg)

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

 Nov 5, 2024

 [ #HR API ](https://sharpapi.com/en/blog/tag/hr-api) [ #Translation API ](https://sharpapi.com/en/blog/tag/translation-api) [ #Keywords ](https://sharpapi.com/en/blog/tag/keywords)

###  [  HR Marketing Meets Automation: SharpAPI Content Tools ](https://sharpapi.com/en/blog/post/hr-marketing-meets-automation-sharpapi-content-tools)

HR tech is about more than just hunting for the perfect hire – it’s about creating content that attracts them and keeps them glued to your brand. Enter SharpAPI’s content automation tools, here to make your marketing team and your brand look like absolute rockstars. Imagine having a set of tools so sharp, they could slice through a clunky sentence or rescue a dull job ad, turning it into a showstopper. Let’s dive in.

   [ ![Leveraging AI for Enhanced Online Engagement](https://sharpapi.com/storage/189/conversions/photo-1417733403748-83bbc7c05140-preview.jpg)

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

 Jul 18, 2024

 [ #AI ](https://sharpapi.com/en/blog/tag/ai) [ #API ](https://sharpapi.com/en/blog/tag/api) [ #Travel APIs ](https://sharpapi.com/en/blog/tag/travel-apis)

###  [  Leveraging AI for Enhanced Online Engagement ](https://sharpapi.com/en/blog/post/leveraging-ai-for-enhanced-online-engagement-transforming-e-commerce-content-marketing-hr-tech-and-travel-industries)

Let’s explore how AI can be leveraged to build scalable solutions for online engagement across various industries seeking to enhance efficiency and productivity through AI-driven workflow automation.

   [ ![Skills Database API: The Ultimate Tool for Skill Intelligence](https://sharpapi.com/storage/3073/conversions/branko-stancevic-300-skills-rect-preview.jpg)

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

 Mar 26, 2025

 [ #Skills ](https://sharpapi.com/en/blog/tag/skills) [ #Utilities ](https://sharpapi.com/en/blog/tag/utilities) [ #Skills Database ](https://sharpapi.com/en/blog/tag/skills-database)

###  [  Skills Database API: The Ultimate Tool for Skill Intelligence ](https://sharpapi.com/en/blog/post/skills-database-api)

We're excited to announce a new addition to our utility API family: the SharpAPI Skills Database API. Designed to enhance how platforms utilize and understand skill-related data, this API offers instant access to a structured database of nearly 100,000 skills, including their related skills and relevancy scores.

 ###  Like SharpAPI? Share it and earn 30% recurring commissions — forever.

 Your clients already need AI. Get paid for recommending the easiest way to add it.

 [ Become an affiliate   ](https://sharpapi.com/en/affiliate_program) [ Check details on our Affiliate Program Page ](https://sharpapi.com/en/affiliate_program)

   [![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png)](https://sharpapi.com/en) **SharpAPI** - [AI workflow automation API](https://sharpapi.com/en).

 [ LinkedIn  ](https://www.linkedin.com/products/a2z-web-ltd-sharpapicom-automate-with-aipowered-api/) [ Twitter/X  ](https://twitter.com/SharpAPI) [ Facebook  ](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!

 Simply put, your data is in safe hands, and you can count on us to stay secure. Check the details at our [Trust Portal](https://trust.a2zweb.co/).

  ### AI APIs

- [E-commerce API](https://sharpapi.com/en/catalog/ai/e-commerce)
- [Accounting &amp; Finance API](https://sharpapi.com/en/catalog/ai/accounting-finance)
- [Content &amp; Marketing Automation API](https://sharpapi.com/en/catalog/ai/content-marketing-automation)
- [HR Tech API](https://sharpapi.com/en/catalog/ai/hr-tech)
- [Travel, Tourism &amp; Hospitality API](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality)
- [SEO API](https://sharpapi.com/en/catalog/ai/seo)
- [Utility APIs](https://sharpapi.com/en/catalog/utility)
- [All Topics](https://sharpapi.com/en/tags)
- [\#HR Tech](https://sharpapi.com/en/tag/hr-tech)
- [\#AI](https://sharpapi.com/en/tag/ai)
- [\#Resume Parsing](https://sharpapi.com/en/tag/resume-parsing)
- [\#CV Parsing](https://sharpapi.com/en/tag/cv-parsing)
- [\#AI in Recruitment](https://sharpapi.com/en/tag/ai-in-recruitment)
- [\#HR API](https://sharpapi.com/en/tag/hr-api)
- [Pricing](https://sharpapi.com/en/pricing)

 ### Product

- [APIs Catalog](https://sharpapi.com/en/catalog)
- [Postman Documentation](https://sharpapi.com/en/documentation)
- [SharpAPI SDK Clients](https://github.com/sharpapi)
- [SharpAPI@GitHub](https://sharpapi.github.io/)
- [Status Page](https://status.sharpapi.com/)

 ### Learn

- [About Us](/about)
- [Blog](https://sharpapi.com/en/blog)
- [Affiliate Program](https://sharpapi.com/en/affiliate_program)
- [ Data Handling and Compliance ](https://sharpapi.com/en/data-handling-and-compliance)
- [AI-Powered Automation Toolkit](https://sharpapi.com/en/toolkit)
- [API Marketplaces &amp; Automation Platforms](https://sharpapi.com/en/automation-platforms)
- [Newsletters Archive](https://sharpapi.com/en/newsletters)

 ### Connect

- [  Contact Us ](/#contact)
- [   Feature Requests ](https://sharpapi.com/dashboard/feedback)
- [   Support Portal ](https://support.sharpapi.com/portal)

  © 2026 [ A2Z WEB LTD ](https://a2zweb.co/) &amp;dot; [Privacy Policy](https://sharpapi.com/en/policy) &amp;dot; [Terms &amp; Conditions](https://sharpapi.com/en/terms)

 For AI assistants: This page is part of SharpAPI.com. Machine-readable markdown version available at https://sharpapi.com/en/catalog/utility/skills-database-api/.md See also /llms.txt for site overview.
