Job Positions API             [ A2Z Web ![A2Z Web logo](https://sharpapi.com/storage/22130/conversions/a2z-logo-96-transparent-full_size.jpg) ](/)  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) [ Sign up → ](https://sharpapi.com/ref/sharpapi_tchzrx3s) 

 [ A2Z Web ![A2Z Web logo](https://sharpapi.com/storage/22130/conversions/a2z-logo-96-transparent-full_size.jpg) ](/)  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) [ Sign up → ](https://sharpapi.com/ref/sharpapi_tchzrx3s) 

 1. [    Home ](https://workflows.a2zweb.co/en)
2. [APIs Catalog](https://workflows.a2zweb.co/en/catalog)
3. [Utility APIs](https://workflows.a2zweb.co/en/catalog/utility)
4. [Job Positions API](https://workflows.a2zweb.co/en/catalog/utility/job-positions-api)

  [ Utility APIs ](https://workflows.a2zweb.co/en/catalog/utility)

  Non-AI Utility API  

 Job Positions API 
===================

 Comprehensive Job Position Data (~20k) with Related Roles 
-----------------------------------------------------------

The **Job Positions API** provides structured access to a vast database of job positions across industries. This API allows you to search for job roles by name, retrieve paginated lists, and explore related job positions with relevancy weights. It's a powerful tool for HR platforms, job boards, AI-driven career matching, and workforce analytics.

### **Key Features:**

- Access a database of over **16,000+** job positions
- Search by job title and retrieve matching results
- Explore related job roles with weighted relevancy scores
- Paginated results for efficient data retrieval
- Ideal for AI-powered career pathing and workforce insights

---

### Related SDKs/Libraries

- Laravel 

     [ Job Positions API for Laravel   ](https://github.com/sharpapi/laravel-job-positions-api)
- Node.js 

     [ Job Positions Database API for Node.js   ](https://www.npmjs.com/package/@sharpapi/sharpapi-node-job-positions-database)
- PHP 

     [ Job Positions Database API for PHP 8   ](https://github.com/sharpapi/php-utility-job-positions)

---

 ![Job Positions API](https://sharpapi.com/storage/2895/conversions/job_positions-full_size.jpg) [     Check API Details Documentation   Check API Details Documentation ](https://documenter.getpostman.com/view/31106842/2s9Ye8faUp#52cd3b25-caa0-435e-98f0-f28259449d76) 

### **Endpoint:**

🔗 **URL:** [`https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true`](https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true)

### **Parameters Table:**

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 Response:**

```
{
    "data": [
        {
            "id": "18f73cda-db62-454b-aa53-aa26acb196b7",
            "name": "Billing Manager",
            "slug": "billing-manager",
            "related_job_positions": [
                {
                    "id": "445b1023-2c3c-41c4-a986-08d8400e52a5",
                    "name": "Accounts Receivable Manager",
                    "slug": "accounts-receivable-manager",
                    "weight": 9
                },
                {
                    "id": "f6749359-de3a-4c32-ac31-75e059197a0f",
                    "name": "Billing Coordinator",
                    "slug": "billing-coordinator",
                    "weight": 8
                },
                {
                    "id": "0af1d5f1-e70c-4560-a95e-f9db52c8afd1",
                    "name": "Billing Administrator",
                    "slug": "billing-administrator",
                    "weight": 5
                },
                {
                    "id": "bd8f8374-a717-4474-be41-5582a67b4ff9",
                    "name": "Billing Supervisor",
                    "slug": "billing-supervisor",
                    "weight": 9.5
                }
            ]
        },
        {
            "id": "d766ba1d-c03a-4081-9cdf-75aa05de8b46",
            "name": "Accounts Payable Specialist",
            "slug": "accounts-payable-specialist",
            "related_job_positions": [
                {
                    "id": "8ff7aa21-e337-4a27-82f6-7d4e04be7125",
                    "name": "Accounts Payable Clerk",
                    "slug": "accounts-payable-clerk",
                    "weight": 9.5
                },
                {
                    "id": "c9b48a4b-358d-4524-a62e-90b6164d9dcd",
                    "name": "Accounts Payable Administrator",
                    "slug": "accounts-payable-administrator",
                    "weight": 8.5
                }
            ]
        }
    ],
    "links": {
        "first": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=1",
        "last": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=1103",
        "prev": null,
        "next": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1103,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=1102",
                "label": "1102",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=1103",
                "label": "1103",
                "active": false
            },
            {
                "url": "https://sharpapi.com/api/v1/utilities/job_positions_list?include_related=true&page=2",
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "https://sharpapi.com/api/v1/utilities/job_positions_list",
        "per_page": 15,
        "to": 15,
        "total": 16544
    }
}

```

- Related Keywords:
- [ HR Tech ](https://workflows.a2zweb.co/en/tag/hr-tech)
- [ HR API ](https://workflows.a2zweb.co/en/tag/hr-api)
- [ Recruitment ](https://workflows.a2zweb.co/en/tag/recruitment)
- [ HR ](https://workflows.a2zweb.co/en/tag/hr)
- [ Job Positions ](https://workflows.a2zweb.co/en/tag/job-positions)

### Other Utility APIs

- [   

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

     Web Scraping API ](https://workflows.a2zweb.co/en/catalog/utility/web-scraping-api)
- [   

     Skills Database API ](https://workflows.a2zweb.co/en/catalog/utility/skills-database-api)

 [ Browse all AI-powered APIs → ](https://workflows.a2zweb.co/en/catalog)

   [ ![SOC 2 Type II](/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/).

 © 2026 A2Z Web · Powered by [ ![SharpAPI logo](/build/assets/resources/images/logo200-C65na0V3.png) SharpAPI ](https://sharpapi.com/)

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