Live
get_company_profile
wellfound.comReturns a Wellfound company profile by slug from https://wellfound.com with descriptions, size, badges, locations, markets, funding, people, perks and links.
Parameters1
Runs9
Updated3d ago
Degraded9 runs · 77.7% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_company_profile?
Returns a Wellfound company profile by slug from https://wellfound.com with descriptions, size, badges, locations, markets, funding, people, perks and links. 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
{
"status": "<string>",
"company": {},
"message": "<string>",
"source_url": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/78599d9a-eef5-4047-9679-4db85c9418f7/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "78599d9a-eef5-4047-9679-4db85c9418f7",
"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="78599d9a-eef5-4047-9679-4db85c9418f7") — the "get_company_profile" function, which returns a Wellfound company profile by slug from https://wellfound.com with descriptions, size, badges, locations, markets, funding, people, perks and links.. It takes slug (str). Return the result as structured JSON.