I need a solution that continuously pulls fresh information from two different channels and hands it back to me in a clean, structured way. The text comes from an API I already have access to, while the images should be fetched directly from social-media endpoints. Here is what matters most to me: • Real-time or near real-time collection, so new records appear in the output within minutes of going live. • A single workflow that grabs the text from the API and the images from the social platform, then stores everything together—ideally in JSON or a lightweight database. • Resilient error handling (rate-limits, retries, logging) and clear documentation so I can run or extend the script later. Python is my usual stack, but I’m open to any language you are comfortable with as long as you deliver well-commented source code, a quick setup guide, and one short demo that shows the scraper working end-to-end. If you have questions about authentication or throttling limits, let me know up front and I’ll supply the necessary keys and quotas. I’m ready to start as soon as you can outline your approach and estimated timeline.