Indiehackers: List Products By Date
Indiehackers via Parse · b2b_directory
List indie hacker products filtered by their start date falling within a given YYYY-MM date range. Results are sorted by highest revenue. When slim mode is enabled, only product_id and name are returned per product; otherwise full detail objects including revenue, contact links, tags, founder data, and Stripe-verification status are included. 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.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8fae9faa-c67a-430f-900a-962508d18d3c/list_products_by_date
- Interface artifact
- sha256:6cb5566c58700dc803e86bcdfc41afaf4c6a1221cc272c6c6b78855e457bdb1c
- Manifest digest
- sha256:8e161c7befe545acad96ff9935f2b05d46b1b3dc37d4cc7d4a3e29ffa9df763e
Request fields
- page (integer): Zero-based page number for pagination.
- slim (boolean): When true, each product in the response contains only product_id and name fields, omitting all other detail fields.
- limit (integer): Number of products per page. Must be between 1 and 50.
- end_date (string, required): End of date range in YYYY-MM format (inclusive).
- start_date (string, required): Start of date range in YYYY-MM format (inclusive).
Example queries
- {"page":"0","slim":"False","limit":"5","end_date":"2026-07","start_date":"2025-07"}