# Get a SmartRecruiters job

Retrieve a public SmartRecruiters posting by company and posting ID.

- Platform: [SmartRecruiters Jobs](https://docs.upscrape.com/docs/platforms/smart-recruiters)
- Capability ID: `smart-recruiters.job.get`
- Cost: 1 credit per request
- Maximum runtime: 30 seconds
- Execute endpoint: `POST https://data.upscrape.com/execute`

## Request

Use the exact public capability ID in the shared execute envelope.

```bash
curl --request POST \
  --url https://data.upscrape.com/execute \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --header "Prefer: wait=30" \
  --data '{
  "input": {
    "company": "smartrecruiters",
    "posting_id": "744000143115219"
  },
  "capability": "smart-recruiters.job.get"
}'
```

## Input

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `career_site_url` | `string` | No |  |
| `company` | `string` | No |  |
| `posting_id` | `string` | Yes |  |
| `response_language` | `string` | No | Preferred language for localized response labels, sent as Accept-Language. |

### Example input

```json
{
  "company": "smartrecruiters",
  "posting_id": "744000143115219"
}
```

## Response

Successful output is returned in `results[0].data`. Raw platform output is intentionally open-ended and may evolve with the upstream source.

### Illustrative sample output

This redacted fixture is an example, not a fixed response schema.

```json
{
  "region": "REMOTE",
  "department": "Engineering",
  "industry_id": "computer_software",
  "posting_uuid": "f14d00ce-bfd2-4ebf-8a01-c8e0fa636a49",
  "employment_type_id": "permanent",
  "posted_at": "2026-08-12T14:04:56.128Z",
  "function_id": "engineering",
  "apply_url": "https://jobs.smartrecruiters.com/smartrecruiters/[redacted:token]?oga=true",
  "location": "Poland, REMOTE, Poland",
  "industry": "Computer Software",
  "job_ad_id": "6f7661db-986b-45a9-be40-859cf4f2b78a",
  "city": "Poland",
  "function": "Engineering",
  "detail_url": "https://jobs.smartrecruiters.com/smartrecruiters/[redacted:token]",
  "remote": true,
  "visibility": "PUBLIC",
  "description": "SmartRecruiters is the Recruiting AI Company that transforms hiring for the world’s leading enterprises. Built for global scale, SmartRecruiters, an SAP company, delivers an AI-powered hiring platform that automates and optimizes the entire talent acquisition process, ensuring faster and smarter hiring decisions. More than 4,000 companies, including Amazon, Visa, and McDonald's, rely on SmartRecru…",
  "department_id": "5408693",
  "experience_level": "Mid-Senior Level",
  "job_id": "744000143115219",
  "employment_type": "Full-time",
  "description_sections": {
    "additional_information": "SmartRecruiters is proud to be an Equal Employment Opportunity employer. We do not discriminate based upon race, religion, color, national origin, gender (including pregnancy, childbirth, or related medical conditions), sexual orientation, gender identity, gender expression, age, status as a protected veteran, status as an individual with a disability, or other applicable legally protected charact…",
    "company_description": "SmartRecruiters is the Recruiting AI Company that transforms hiring for the world’s leading enterprises. Built for global scale, SmartRecruiters, an SAP company, delivers an AI-powered hiring platform that automates and optimizes the entire talent acquisition process, ensuring faster and smarter hiring decisions. More than 4,000 companies, including Amazon, Visa, and McDonald's, rely on SmartRecru…",
    "job_description": "SmartRecruiters is looking for a Senior Information Security Engineer to join the Governance, Risk & Compliance (GRC) team. This role is critical to ensuring that SmartRecruiters' applications, systems, and processes remain compliant with industry standards and regulatory requirements, including ISO 27001, ISO 22301, ISO 42001, SOC 2 Type II, Cyber Essentials, GDPR, and the EU AI Act. The successf…",
    "qualifications": "5+ years of experience in information security, governance, risk, and/or compliance roles with a technical orientation Demonstrated compliance or auditing experience with at least one major framework Solid understanding of controls auditing principles and evidence management Knowledge of risk management methodologies and experience conducting or supporting risk assessments Ability to manage and de…"
  },
  "company_identifier": "smartrecruiters",
  "country": "pl",
  "workplace_type": "REMOTE",
  "default_job_ad": true,
  "company": "SmartRecruiters Inc",
  "active": true,
  "experience_level_id": "mid_senior_level",
  "hybrid": false,
  "custom_fields": [
    {
      "field_id": "58b7e4d6e4b0885c92cd98ee",
      "field_label": "Department",
      "value_id": "5408693",
      "value_label": "Engineering"
    },
    {
      "field_id": "COUNTRY",
      "field_label": "Country/Region",
      "value_id": "pl",
      "value_label": "Poland"
    },
    {
      "field_id": "58b7e4d6e4b0885c92cd98eb",
      "field_label": "Brands",
      "value_id": "default",
      "value_label": "SmartRecruiters Inc"
    }
  ],
  "title": "Senior Information Security Engineer",
  "reference_number": "REF2010Z"
}
```
### Illustrative output fields

Derived from the sample above for orientation only. These fields are not a fixed response schema.

| Path | Observed type | Example |
| --- | --- | --- |
| `active` | `boolean` | true |
| `apply_url` | `string` | https://jobs.smartrecruiters.com/smartrecruiters/[redacted:token]?oga=t… |
| `city` | `string` | Poland |
| `company` | `string` | SmartRecruiters Inc |
| `company_identifier` | `string` | smartrecruiters |
| `country` | `string` | pl |
| `custom_fields` | `array` | 3 items |
| `custom_fields` | `array` | 3 items |
| `default_job_ad` | `boolean` | true |
| `department` | `string` | Engineering |
| `department_id` | `string` | 5408693 |
| `description` | `string` | SmartRecruiters is the Recruiting AI Company that transforms hiring for… |
| `description_sections` | `object` | 4 fields |
| `description_sections.additional_information` | `string` | SmartRecruiters is proud to be an Equal Employment Opportunity employer… |
| `description_sections.company_description` | `string` | SmartRecruiters is the Recruiting AI Company that transforms hiring for… |
| `description_sections.job_description` | `string` | SmartRecruiters is looking for a Senior Information Security Engineer t… |
| `description_sections.qualifications` | `string` | 5+ years of experience in information security, governance, risk, and/o… |
| `detail_url` | `string` | https://jobs.smartrecruiters.com/smartrecruiters/[redacted:token] |
| `employment_type` | `string` | Full-time |
| `employment_type_id` | `string` | permanent |
| `experience_level` | `string` | Mid-Senior Level |
| `experience_level_id` | `string` | mid_senior_level |
| `function` | `string` | Engineering |
| `function_id` | `string` | engineering |
| `hybrid` | `boolean` | false |
| `industry` | `string` | Computer Software |
| `industry_id` | `string` | computer_software |
| `job_ad_id` | `string` | 6f7661db-986b-45a9-be40-859cf4f2b78a |
| `job_id` | `string` | 744000143115219 |
| `location` | `string` | Poland, REMOTE, Poland |
| `posted_at` | `string` | 2026-08-12T14:04:56.128Z |
| `posting_uuid` | `string` | f14d00ce-bfd2-4ebf-8a01-c8e0fa636a49 |
| `reference_number` | `string` | REF2010Z |
| `region` | `string` | REMOTE |
| `remote` | `boolean` | true |
| `title` | `string` | Senior Information Security Engineer |
| `visibility` | `string` | PUBLIC |
| `workplace_type` | `string` | REMOTE |

## Execution behavior

A `200` response completed inline. A `202` response was queued; poll `GET /jobs/{id}` until the job reaches `completed` or `failed`. Use an `Idempotency-Key` when retrying must not create a duplicate logical job.

## Related documentation

- [Authentication](https://docs.upscrape.com/docs/api/authentication)
- [Jobs and results](https://docs.upscrape.com/docs/api/jobs)
- [Errors and retries](https://docs.upscrape.com/docs/api/errors)
- [Idempotency](https://docs.upscrape.com/docs/api/idempotency)
