If you or someone on your team does the same thing every day by hand, it can almost always be a script.
Things I have automated most often: files coming in as Excel or CSV, getting merged, cleaned and turned into a report; data moving between a CRM, Google Sheets and an API without anyone copying rows; PDF invoices being generated or read into a table; folders being watched and files renamed and sorted; regular emails or Telegram messages sent out with a summary that used to be assembled by hand.
How I work: you show me the routine as you do it now, I write the script, and you get it with a short setup note written for a person who does not code. If it needs to run on schedule I set that up — cron on a server, Task Scheduler on Windows, or a small always-on service, whichever fits what you already have.
Stack: Python, pandas, openpyxl, requests, FastAPI, plus the Google Sheets and Telegram APIs. If the data has to be collected from a website first, scraping is my other main area, so that part is not a separate problem.
The base price covers one routine of reasonable size. Tell me what it is and I will say honestly whether it fits or needs an extra.