company β annual_price, tier_name
Enrich SaaS Pricing
Research pricing pages for hundreds of products. Extract tier names, annual prices, and feature lists as structured columns.
$6.68 β’ 99.6% success β’ 246 products
Research, then analyze
An agent researches each row on the web, then analyzes what it finds. Add columns of data you don't have yet.
βΆ 2-min demo video coming soon
claude mcp add futuresearch --scope project --transport http https://mcp.futuresearch.ai/mcp Then ask Claude to research your data.
pip install futuresearch
from futuresearch.ops import agent_map
result = await agent_map(
task="Find the annual price
of the lowest paid tier",
input=products_df,
response_model=PricingInfo
)Start with $20 in free credits. No credit card required. Pay only for what you useβcosts scale with research complexity.
| Task | Rows | Cost/row | Success |
|---|---|---|---|
| SaaS pricing lookup | 246 | 2.7Β’ | 99.6% |
| Job classification | 200 | 0.9Β’ | 100% |
| Package metadata | 300 | 1.3Β’ | β |
Every row gets its own web research agent. Agents have degrees of freedom. They spend more tokens doing more research for harder tasks. Simple lookups finish quickly; complex research requires multiple page visits and reasoning steps.