Marketplace
No threads yet
Live

get_member_profile

team-bhp.com

Returns public member details from https://team-bhp.com, including rank, join date, location, post and thanks totals, avatar, badges, and garage link when available.

Parameters1
Runs7
Updated4d ago
Degraded7 runs · 85.7% 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_member_profile?

Returns public member details from https://team-bhp.com, including rank, join date, location, post and thanks totals, avatar, badges, and garage link when available. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass username and get the result back without maintaining a scraper.

Response

{
  "profile": {},
  "source_post_id": 0,
  "source_post_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/f539b04c-ffa0-498a-838e-ca63a382290d/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "f539b04c-ffa0-498a-838e-ca63a382290d",
    "variables": {
        "username": "Omkar"
    }
}'

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="f539b04c-ffa0-498a-838e-ca63a382290d") — the "get_member_profile" function, which returns public member details from https://team-bhp.com, including rank, join date, location, post and thanks totals, avatar, badges, and garage link when available..

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