> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riona.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Job Details

> Get comprehensive job details, including application links, employer reviews, and estimated salaries for similar roles.

<ResponseExample>
  ```json 200 theme={null}

  {
    "status": {
      "code": 200,
      "message": "OK"
    },
    "parameters": {
      "job_id": "3qRj_v5ki7vh9SrSAAAAAA=="
    },
    "job_details": [
      {
        "job_id": "3qRj_v5ki7vh9SrSAAAAAA==",
        "employer_name": "The Judge Group",
        "employer_logo": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSliLd582Wl6qMIAK6Aya6sY4Rm71ptzyLDKGmT&s=0",
        "employer_website": "http://www.judge.com/",
        "job_publisher": "LinkedIn",
        "job_employment_type": "Contractor",
        "job_employment_types": [
          "CONTRACTOR"
        ],
        "job_title": "Frontend Developer- React",
        "job_apply_link": "https://www.linkedin.com/jobs/view/frontend-developer-react-at-the-judge-group-4375232312?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic",
        "job_apply_is_direct": false,
        "apply_options": [
          {
            "publisher": "LinkedIn",
            "apply_link": "https://www.linkedin.com/jobs/view/frontend-developer-react-at-the-judge-group-4375232312?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic",
            "is_direct": false
          },
          {
            "publisher": "BeBee",
            "apply_link": "https://us.bebee.com/job/84dd54e31221e42991f90e91d726d46f?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic",
            "is_direct": false
          },
          {
            "publisher": "Jobilize",
            "apply_link": "https://www.jobilize.com/job/us-illinois-chicago-frontend-developer-react-judge-group-hiring-now?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic",
            "is_direct": false
          },
          {
            "publisher": "Jobmint AI",
            "apply_link": "https://jobmint.ai/job/the-judge-group-chicago-il-1450-frontend-developer-react/?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic",
            "is_direct": false
          }
        ],
        "job_description": "We’re seeking a Front-End Engineer experienced in React, TypeScript, and Redux to build scalable, user‑focused web applications. You’ll collaborate with product, design, and engineering teams to deliver high‑quality front-end features, improve performance, and contribute to modern micro front-end architecture.\n\nResponsibilities\n• Build and maintain responsive UI features using React, TypeScript, and Redux/RTK.\n• Implement scalable state management and micro front-end solutions.\n• Convert UI/UX designs into high-quality, accessible interfaces.\n• Optimize performance and ensure fast, smooth user experiences.\n• Write clean, well‑documented code and participate in code reviews.\n• Collaborate cross‑functionally with designers, back-end developers, and product teams.\n• Develop and maintain unit, integration, and end‑to‑end tests.\n• Stay current with front-end trends and propose improvements.\n\nMinimum Qualifications\n• 5+ years of front-end development experience.\n• Strong skills in React, TypeScript, JavaScript (ES6+), Redux, and RTK.\n• Experience with micro front-end architectures.\n• Strong HTML5/CSS3 knowledge and API integration experience.\n• Proficient with Git, package managers like npm/yarn.\n• Strong communication, problem‑solving, and collaboration abilities.\n\nPreferred Qualifications\n• Experience with Angular or Vue.js.\n• Familiarity with Jest, Enzyme, Cypress, or other testing tools.\n• Knowledge of CI/CD pipelines, accessibility standards, SSR/SSG.\n\nEducation\n• Bachelor’s or Master’s in Computer Science or related field (or equivalent experience).\n\nRate: $60-70/HR",
        "job_is_remote": "",
        "job_posted_at_timestamp": 1771977600,
        "job_posted_at_datetime_utc": "Feb 25, 2026 12:00 am",
        "job_location": "Chicago, IL",
        "job_city": "Chicago",
        "job_state": "Illinois",
        "job_country": "US",
        "job_latitude": 41.88325,
        "job_longitude": -87.6323879,
        "job_benefits": [],
        "job_google_link": "https://www.google.com/search?q=jobs&gl=us&hl=en&udm=8#vhid=vt%3D20/docid%3D3qRj_v5ki7vh9SrSAAAAAA%3D%3D&vssid=jobs-detail-viewer",
        "job_salary": "",
        "job_min_salary": null,
        "job_max_salary": null,
        "job_salary_period": "",
        "job_highlights": {
          "Qualifications": [
            "5+ years of front-end development experience",
            "Strong skills in React, TypeScript, JavaScript (ES6+), Redux, and RTK",
            "Experience with micro front-end architectures",
            "Strong HTML5/CSS3 knowledge and API integration experience",
            "Proficient with Git, package managers like npm/yarn",
            "Strong communication, problem‑solving, and collaboration abilities",
            "Bachelor’s or Master’s in Computer Science or related field (or equivalent experience)"
          ],
          "Responsibilities": [
            "You’ll collaborate with product, design, and engineering teams to deliver high‑quality front-end features, improve performance, and contribute to modern micro front-end architecture",
            "Build and maintain responsive UI features using React, TypeScript, and Redux/RTK",
            "Implement scalable state management and micro front-end solutions",
            "Convert UI/UX designs into high-quality, accessible interfaces",
            "Optimize performance and ensure fast, smooth user experiences",
            "Write clean, well‑documented code and participate in code reviews",
            "Collaborate cross‑functionally with designers, back-end developers, and product teams",
            "Develop and maintain unit, integration, and end‑to‑end tests",
            "Stay current with front-end trends and propose improvements"
          ]
        },
        "job_onet_soc": "15113400",
        "job_onet_job_zone": "3"
      }
    ]
  }
  ```
</ResponseExample>


## OpenAPI

````yaml api-reference/openapi-3.0.json get /wf/jobs-job-details
openapi: 3.0.3
info:
  title: Riona API Docs
  version: 1.0.0
  contact:
    email: info@riona.ai
    url: https://riona.ai
servers:
  - url: https://riona.ai/api/1.1
security:
  - bearerAuth: []
tags:
  - name: Workflow
    description: Use this to trigger a workflow
  - name: Data
    description: Use this to fetch, modify and delete data
paths:
  /wf/jobs-job-details:
    get:
      tags:
        - Workflow
      description: Triggers the workflow jobs-job-details
      operationId: get_wf_jobs-job-details
      parameters:
        - name: api_key
          in: query
          required: true
          description: >-
            This is your account API Key. You can easily locate it in your
            account dashboard.
          schema:
            type: string
        - name: job_id
          in: query
          required: true
          description: Job Id of the job for which to get details.
          schema:
            type: string
            default: 3qRj_v5ki7vh9SrSAAAAAA==
      responses:
        '200':
          description: OK
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````