Deep-dive how competitors implement specific features
Analyze how competitors implement features across a four-stage AI pipeline. Get a prioritized build blueprint with open-source options and MVP day estimates.
Feature Research takes the features identified in your market research and examines them in depth. Rather than giving you a surface-level list of what competitors offer, it goes a level deeper: how do they implement each feature, what patterns are common, what technical approaches do they use, where are the edge cases, and what open-source options exist. The pipeline finishes with a prioritized build blueprint and an MVP day estimate, giving you a direct path from research to planning.
If you reconnect after a disconnect, pass cursor=<last_seq> to replay missed events from where you left off. If the job is already complete and you connect with cursor=0, the full result is replayed as a single result event.
You don’t need to start feature research manually. When you run POST /research with mode=feature, ManticScore automatically chains into feature deep research on the top 5 features once market research completes.
curl
curl --request POST \ --url https://api.manticscore.com/research \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "idea": "A mobile app that helps freelancers track time and automatically generate invoices", "mode": "feature" }'
The response includes "chain_feature_research": true, and you’ll receive a push notification when the feature analysis completes.
GET /feature-research/{job_id}/results returns a 409 if the job has not yet completed. Check the status endpoint or wait for the result stream event before fetching results.