I need a concise, well-structured Python algorithm that handles repetitive data-entry and extraction tasks for me. The workflow will revolve around pulling information from several REST-style APIs, transforming it as required, and then pushing the cleaned results into the appropriate destination endpoints. You’ll be free to choose the most efficient libraries—requests, httpx or even an async stack—so long as the final script runs reliably from the command line and is easy for me to schedule with cron. Robust error handling and clear logging are essential because I rely on this data feed for downstream dashboards. Performance matters, but maintainability matters more. Deliverables • Fully commented Python source code • A brief README explaining setup, dependencies and usage • A sample configuration (JSON/YAML) showing how endpoints and credentials should be supplied Once I can run the script locally, pass in my own API keys, and watch the automation populate our system without manual intervention, I’ll consider the project complete.