graph TD A[User Input] --> B[Input Processing] B --> C[Business Type] B --> D[Location] C --> E[Web Search Task - 224] D --> E E --> F[Raw Business Listings Text] F --> G[Data Structuring Task - 223] G --> H[Structured JSON Data] H --> I[Spreadsheet Generation Task - 190] I --> J[CSV/Excel Output] subgraph Silo 1 - Data Gathering E F end subgraph Silo 2 - Data Structuring G H end subgraph Silo 3 - Spreadsheet Creation I J end style A fill:#f9f,stroke:#333 style J fill:#9f9,stroke:#333