01 / LIVE
Stay with the story.
Search continuously crawled news and market pages, with full text and publish time ready for your agent.
Earnings report published
Market reaction builds
Analyst outlook updated
Live news. Historical context. The evidence your agent needs, from the moment it needs to understand.
Bring the same search interface to every stage of your prediction workflow.
Search continuously crawled news and market pages, with full text and publish time ready for your agent.
Set a date and retrieve the evidence available at that point in time. Give historical decisions their original context.
An RL environment where agents search historical evidence, make predictions, and receive rewards from real outcomes.
Build a prediction backtest ↗Keep the query. Set the date. The API returns the record from that moment, ready to feed into your agent.
Read the documentationcurl https://api.ariselabs-search-api.com/v1/search \
-H "Authorization: Bearer $ARISELABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "How will Nvidia stock react to its earnings?",
"k": 3,
"as_of_date": "2026-08-20",
"recency": "3d"
}'