Marketplace
No threads yet
Live

list_company_open_jobs

wellfound.com

Returns every open job at a Wellfound company from https://wellfound.com with title, compensation, location, job type, role, remote settings and listing metadata.

Parameters1
Runs8
Updated3d ago
Degraded8 runs · 87.5% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is list_company_open_jobs?

Returns every open job at a Wellfound company from https://wellfound.com with title, compensation, location, job type, role, remote settings and listing metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass slug and get the result back without maintaining a scraper.

Response

{
  "jobs": [
    {}
  ],
  "status": "<string>",
  "company": {},
  "message": "<string>",
  "source_url": "<string>",
  "total_count": 0,
  "returned_count": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/60a2b53b-b93d-4c59-8a3d-910c4aff4e74/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "60a2b53b-b93d-4c59-8a3d-910c4aff4e74",
    "variables": {
        "slug": "juniper-square"
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="60a2b53b-b93d-4c59-8a3d-910c4aff4e74") — the "list_company_open_jobs" function, which returns every open job at a Wellfound company from https://wellfound.com with title, compensation, location, job type, role, remote settings and listing metadata..

It takes slug (str). Return the result as structured JSON.