Wise Jobs API + Report avatar

Wise Jobs API + Report

Pricing

Pay per event

Go to Apify Store
Wise Jobs API + Report

Wise Jobs API + Report

Every open role at Wise as structured JSON or CSV, at $1.50 per 1,000 jobs. No setup — press Start. Title, location, department, employment type, posted date and apply link, with change detection and a white-label hiring report.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Howth Technology Factory

Howth Technology Factory

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Every open role at Wise, as clean structured data. No setup — press Start.

Unofficial. Not affiliated with, endorsed by, or sponsored by Wise. Job data is read from Wise's own public careers feed.


What it does

Reads Wise's own public SmartRecruiters job board and returns one row per open role: title, location, department, employment type, the posted date and the apply link. It de-duplicates, flags likely reposts without deleting them, tells you what changed since your last run, and can produce a white-label hiring report in HTML and PDF.

Our platform-wide listings ask you for a careers URL or a board token. This one asks for nothing. Wise's board is already configured. Press Start.

Who it's for

  • Recruiters and sourcers tracking Wise for new openings.
  • Market and talent researchers measuring where Wise is hiring.
  • AI agents that need Wise's live roles as structured JSON — see the MCP block below.

What a default run costs

Wise had 406 roles open when this listing was built. All of them would cost $0.61, so a default run does not do that.

The default returns the newest 100, about $0.15. Raise maxJobs for more, or set 0 for no cap. A capped run says so in the result rather than quietly handing you a short list.

You are charged for what comes back, so filtering in the input costs less than trimming afterwards.

Sample output

Real run, 2026-08-02 — 100 roles in 1 second, no retries, no errors.

{
"source": "smartrecruiters",
"company": "Wise",
"title": "Senior Finance Manager",
"location": "São Paulo, , Brazil",
"department": "Finance",
"employmentType": "full-time",
"salary": null,
"postedAt": "2026-07-31T22:14:17.154Z",
"applyUrl": "https://jobs.smartrecruiters.com/Wise/744000141002339",
"description": null
}

What this feed actually publishes

Measured on those 100 roles. A field the platform does not publish is null — never guessed, never inferred from the job title.

FieldCoverage
title, applyUrl100 / 100
location100 / 100
department100 / 100
employmentType100 / 100
workplaceType53 / 100
salary0 / 100
postedAt100 / 100

The rules this product is built on

  1. Job descriptions belong to the employer. includeDescription is off by default. A job advert is Wise's copyrighted text; the structured fields are not.
  2. No personal data, ever. No recruiter names, no hiring-manager contacts, no emails, no phone numbers. There is nowhere in the schema to put one, and a test fails the build if a personal-data field appears.
  3. Unofficial, reading a public feed. No key, no login, no browser automation, no anti-bot circumvention. Unofficial. Not affiliated with, endorsed by, or sponsored by Wise. Job data is read from Wise's own public careers feed.

Monitoring

Set onlyNewSinceLastRun and schedule it. The first run stores a baseline and returns everything — nothing is reported as a change, because everything being new the first time is not news. Add a webhookUrl for a JSON summary when anything moves.

FAQ

Do I need to configure anything? No. Press Start.

Why only 100 roles by default? Cost control. One number raises it.

Is a role listed here definitely still open? It is listed because Wise published it and has not taken it down. Postings are returned as published, not as verified.

Can I get the full job description? Yes — set includeDescription: true. See rule 1 for why it is off by default.

Can I point this at a different employer? Yes — the board field stays editable, and any board on the same platform works. For arbitrary employers, use the platform-wide listing instead.

MCP — for AI agents

{ "mcpServers": { "jobs": { "url": "https://jobs-api.mcpize.run" } } }

search_jobs $0.01 · get_company_jobs $0.01 · monitor_jobs $0.02 · generate_report $0.10


Unofficial. Not affiliated with, endorsed by, or sponsored by Wise. Job data is read from Wise's own public careers feed. Job adverts are the property of the employers who published them.