get_business_details
biggerpockets.comRetrieves a detailed BiggerPockets business profile associated with https://biggerpocket.com, including markets served, specialties, about information, licenses, contacts, ratings, and team members. Returns every non-empty profile field shown for the business.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_business_details?
Retrieves a detailed BiggerPockets business profile associated with https://biggerpocket.com, including markets served, specialties, about information, licenses, contacts, ratings, and team members. Returns every non-empty profile field shown for the business. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass business_id and get the result back without maintaining a scraper.
Response
{
"business": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/3e94ae24-9894-4e24-8c68-8a3b00407725/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "3e94ae24-9894-4e24-8c68-8a3b00407725",
"variables": {
"business_id": 4002
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="3e94ae24-9894-4e24-8c68-8a3b00407725") — the "get_business_details" function, which retrieves a detailed BiggerPockets business profile associated with https://biggerpocket.com, including markets served, specialties, about information, licenses, contacts, ratings, and team members. Returns every non-empty profile field shown for the business.. It takes business_id (int). Return the result as structured JSON.