get_newsletter_post
semianalysis.comGets one SemiAnalysis newsletter post from https://semianalysis.com by its URL slug. Returns full HTML body content plus all available post, author, tag, engagement, and publication metadata.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_newsletter_post?
Gets one SemiAnalysis newsletter post from https://semianalysis.com by its URL slug. Returns full HTML body content plus all available post, author, tag, engagement, and publication metadata. 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
{
"post": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/2934941c-bf47-4e44-9848-cc5520164366/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "2934941c-bf47-4e44-9848-cc5520164366",
"variables": {
"slug": "kimi-k3-the-manos-the-mythos-the"
}
}'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="2934941c-bf47-4e44-9848-cc5520164366") — the "get_newsletter_post" function, which gets one SemiAnalysis newsletter post from https://semianalysis.com by its URL slug. Returns full HTML body content plus all available post, author, tag, engagement, and publication metadata.. It takes slug (str). Return the result as structured JSON.