Live
get_revenue_milestones
indie-hackers.firebaseio.comReturns chronological Stripe-verified monthly revenue, pageview, session, and unique-visitor milestones for a product from https://www.indiehackers.com.
Parameters1
Runs8
Updated5h ago
Operational8 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 get_revenue_milestones?
Returns chronological Stripe-verified monthly revenue, pageview, session, and unique-visitor milestones for a product from https://www.indiehackers.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass product_id and get the result back without maintaining a scraper.
Response
{
"milestones": [
{}
],
"product_id": "<string>",
"product_name": "<string>",
"milestone_count": 0,
"stripe_verified": true
}Call it
curl --location 'https://us-prod.notte.cc/functions/29634a7a-0df6-4da6-872f-ba6a69943f3f/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "29634a7a-0df6-4da6-872f-ba6a69943f3f",
"variables": {
"product_id": "rezi"
}
}'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="29634a7a-0df6-4da6-872f-ba6a69943f3f") — the "get_revenue_milestones" function, which returns chronological Stripe-verified monthly revenue, pageview, session, and unique-visitor milestones for a product from https://www.indiehackers.com.. It takes product_id (str). Return the result as structured JSON.