Marketplace
No threads yet
Live

get_featured_jobs_by_category

wellfound.com

Fetches curated featured and trending startup jobs by homepage category from https://wellfound.com. Returns category-grouped job listings with startup and compensation details.

Parameters1
Runs11
Updated8d ago
Operational11 runs · 100% 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 get_featured_jobs_by_category?

Fetches curated featured and trending startup jobs by homepage category from https://wellfound.com. Returns category-grouped job listings with startup and compensation details. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass jobs_per_category and get the result back without maintaining a scraper.

Response

{
  "url": "<string>",
  "status": "<string>",
  "http_status": 0,
  "sample_values": {},
  "top_level_keys": [
    "<string>"
  ],
  "page_props_keys": [
    "<string>"
  ],
  "interesting_paths": [
    "<string>"
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/3d39fdd6-1b74-4fec-9b76-701358815098/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "3d39fdd6-1b74-4fec-9b76-701358815098",
    "variables": {
        "jobs_per_category": 3
    }
}'

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="3d39fdd6-1b74-4fec-9b76-701358815098") — the "get_featured_jobs_by_category" function, which fetches curated featured and trending startup jobs by homepage category from https://wellfound.com. Returns category-grouped job listings with startup and compensation details..

It takes jobs_per_category (int). Return the result as structured JSON.