Live
fetch_popular_posts_ca
ceo.caFetches the most popular discussion posts across all CEO.ca channels, ordered by engagement score with timestamp pagination. Reads https://ceo.ca.
Parameters1
Runs9
Updated10d ago
Operational9 runs · 100% 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 fetch_popular_posts_ca?
Fetches the most popular discussion posts across all CEO.ca channels, ordered by engagement score with timestamp pagination. Reads https://ceo.ca. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass until and get the result back without maintaining a scraper.
Response
{
"count": 0,
"posts": [
{}
],
"next_until": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/9eec7704-578f-4510-b239-846faa978c1a/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "9eec7704-578f-4510-b239-846faa978c1a",
"variables": {
"until": 0
}
}'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="9eec7704-578f-4510-b239-846faa978c1a") — the "fetch_popular_posts_ca" function, which fetches the most popular discussion posts across all CEO.ca channels, ordered by engagement score with timestamp pagination. Reads https://ceo.ca.. It takes until (int). Return the result as structured JSON.