Build the workflow
For this workflow, we’ll use agentic calls to search for a product and extract information directly, without creating separate agents first. This approach is useful for search and extraction tasks where you need to navigate and gather information from a website.Key concepts
This workflow demonstrates:- Direct agentic calls: Using
workflow.agentic()
without pre-configured agents for flexible, one-off tasks - Sequential information gathering: Breaking down complex tasks into simple, focused steps
- Data extraction: Pulling specific information from web pages programmatically