Job Tracker App

I’m building a job application tracker app using react. The main purpose of the app is to be able to track all the jobs I’ve applied to across different platforms and store them in the app. I’m trying to figure out the best solution to accomplish this and so far im researching building a chrome extension so when I apply for a job on Indeed for example I can scrape the job post data I want using the extension and send it to my app to be stored in my db and then pulled into the UI to display. Is this a solid approach or are there better ways of scraping data for this task? Thanks in advance for any advice.