# Immigration Points Calculator – CRS, SkillSelect, UK PBS, EU Blue Card, NZ, Austria RWR

> Immigration Points Calculator – CRS, SkillSelect, UK PBS, EU Blue Card, NZ, Austria RWR is a paid API for AI agents from immigrationpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Calculates skilled-worker immigration points scores for Canada Express Entry (CRS), Australia SkillSelect, UK Points-Based System, Germany EU Blue Card, New Zealand, and Austria RWR based on applicant profile inputs.

## Facts

- Endpoint: GET https://immigrationpulse.theaslangroupllc.com/api/points
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/immigration-points-calculator-crs-skillselect-uk-pbs-eu-blue-card-nz-6bfc2525
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iwNE8F0_C6ajumMqkSdF4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability immigration-points-calculator-crs-skillselect-uk-pbs-eu-blue-card-nz-6bfc2525
```

Example prompt: I'm 32 years old, have a bachelor's degree, scored CLB 9 in English (IELTS 7.5 overall), and have 4 years of skilled work experience as a software engineer — can you calculate my immigration points scores for Canada Express Entry CRS, Australia SkillSelect, and the UK Points-Based System?

## When to prefer this

Use this endpoint when an agent needs to numerically score a skilled-worker applicant's profile against one or more major points-based immigration systems (Canada, Australia, UK, Germany, NZ, Austria) in a single call. Prefer this over generic eligibility checkers when the user needs an actual numeric CRS or SkillSelect score, not just a yes/no eligibility answer. Ideal for immigration advisors, relocation agents, and individuals comparing destination countries.

## Known failure modes

- Missing required profile fields (age, education, language scores) returns 400 with validation error
- Unsupported destination country or program returns 400 with list of supported systems
- Ambiguous or out-of-range input values (e.g. age > 120) returns validation error
- Payment not completed or invalid x402 token returns 402 Payment Required
- Service timeout returns 503

## How this service works

Express Entry CRS points calculator / skilled-worker visa eligibility estimator. Scores Canada Express Entry CRS, Australia SkillSelect, UK Points-Based System, Germany EU Blue Card, New Zealand, and Austria RWR from age, education, language, and work history. For immigration and relocation agents.

## Output

Returns computed immigration points scores for each requested destination country (Canada CRS, Australia SkillSelect, UK PBS, Germany EU Blue Card, New Zealand, Austria RWR), indicating eligibility thresholds, approximate pool standing, and whether the applicant meets minimum cutoffs for each program.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "age": {
   "type": "string",
   "description": "Applicant age in years (e.g. '31')"
  },
  "clb": {
   "type": "string",
   "description": "Canadian Language Benchmark score (for Express Entry, e.g. '9'). CLB 9 = IELTS 7.0; CLB 10 = IELTS 7.5+."
  },
  "lang": {
   "type": "string",
   "description": "Response language (BCP-47 code, e.g. 'hi' for Hindi, 'zh' for Chinese)"
  },
  "ielts": {
   "type": "string",
   "description": "Overall IELTS band score (e.g. '7.5') — used if clb not provided"
  },
  "system": {
   "type": "string",
   "description": "Which immigration points system to evaluate. Use 'any' to assess all relevant systems."
  },
  "partner": {
   "type": "string",
   "description": "Whether applicant has a spouse/common-law partner with qualifying skills/language"
  },
  "education": {
   "type": "string",
   "description": "Highest level of education completed"
  },
  "job_offer": {
   "type": "string",
   "description": "Whether applicant has a valid job offer from a qualifying employer"
  },
  "local_work": {
   "type": "string",
   "description": "Years of work experience inside the destination country"
  },
  "nomination": {
   "type": "string",
   "description": "Whether applicant has a provincial/state nomination (adds +600 CRS for Canada)"
  },
  "occupation": {
   "type": "string",
   "description": "Job title or NOC/ANZSCO occupation code (e.g. 'software engineer', '2173')"
  },
  "work_years": {
   "type": "string",
   "description": "Years of skilled work experience outside the destination country"
  },
  "nationality": {
   "type": "string",
   "description": "Applicant nationality (for context on restrictions)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/immigration-points-calculator-crs-skillselect-uk-pbs-eu-blue-card-nz-6bfc2525/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from immigrationpulse.theaslangroupllc.com](https://www.zero.xyz/host/immigrationpulse.theaslangroupllc.com/llms.txt)
