I would like to extract below 3 fields from the shared URL
1. Date --- which is "April 29th"
2. Quote of the day -- " You can't wait for inspiration. You have to go after it with a club"
3. URL ---- "https://www.brainyquote.com/quote_of_the_day"
Requirement :
Save the extracted 3 fields from each post in a google sheet. Each new post in a new row,
3 columns: Date, Quote of the day, URL
the google sheet will keep growing every day with new posts, so make sure no repeated rows are added.