Indiehackers: Get Product Revenue Milestones
Indiehackers via Parse · b2b_directory
Get monthly revenue milestone data for a product with Stripe-verified revenue on Indie Hackers. Returns a chronological array of monthly data points including revenue, pageviews, sessions, and unique visitors when available. Only products with connected Stripe accounts have revenue history; others return an empty milestones array. Scrapes indie hacker products from the Indie Hackers product database, including revenue data, founder contact signals (Twitter, website, Facebook/LinkedIn), and product metadata. Sorted by highest revenue by default. Fulfilled by Parse from www.indiehackers.com.
- b2b-directory
- finance
- indiehackers
- parse
- platform-key
- social-media
- www-indiehackers-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8fae9faa-c67a-430f-900a-962508d18d3c/get_product_revenue_milestones
- Interface artifact
- sha256:92600517ee25226b3c52dd3127339518f6c774fc9c071ec0e88a1e6e02eee6d8
- Manifest digest
- sha256:1e57bd6fb99cf55948e434a72f8a11948c4b6733c3bebd966cb2c83600eaf719
Request fields
- end_date (string): End of date window in YYYY-MM format (inclusive). If omitted, includes all milestones to the present.
- product_id (string, required): The product identifier slug (e.g. 'ghost', 'cloud-campaign'). Obtainable from list_top_products results.
- start_date (string): Start of date window in YYYY-MM format (inclusive). If omitted, includes all milestones from the beginning.
Example queries
- {"end_date":"2026-07","product_id":"labgpt","start_date":"2025-07"}