Create an API hosted on AWS or google cloud to Scrape dynamic content from Google Translate page
Budget: $30 – $250 USD
Create an API that can crawl Google Translate page like https://translate.google.com/?sl=ta&tl=en&text=%E0%AE%95%E0%AE%BE%E0%AE%A9%E0%AF%8D%E0%AE%B8%E0%AF%8D%E0%AE%9F%E0%AE%AA%E0%AE%BF%E0%AE%B3%E0%AF%8D&op=translate and fetch the readable text to pronounce the source language text (like Kāṉsṭapiḷ in attached screenshot)
since Google translate works on client-side with javascript, you may not be able to use serverside languages like PHP to fetch content from Google translate page.
Something like this should work: https://bilgedemirkaya.medium.com/crawl-product-details-in-decathlon-pages-using-scrapy-splash-29d42eb0590
For fetching client-side dynamic content from web page, You can Scrape dynamic content using "Splash HTTP API" or python, Scrapy, Splash, docker and scrapy-splash
Tutorial on Scrapy: https://www.digitalocean.com/community/tutorials/how-to-crawl-a-web-page-with-scrapy-and-python-3
Tutorial on Splash: https://splash.readthedocs.io/en/stable/scripting-tutorial.html
Tutorial on scrapy-splash: https://bilgedemirkaya.medium.com/crawl-product-details-in-decathlon-pages-using-scrapy-splash-29d42eb0590
Splash HTTP API: https://splash.readthedocs.io/en/latest/api.html
Scrapy: https://github.com/scrapy/scrapy
Splash: https://splash.readthedocs.io/en/latest/install.html
scrapy-splash: https://github.com/scrapy-plugins/scrapy-splash#installation
since Google translate works on client-side with javascript, you may not be able to use serverside languages like PHP to fetch content from Google translate page.
Something like this should work: https://bilgedemirkaya.medium.com/crawl-product-details-in-decathlon-pages-using-scrapy-splash-29d42eb0590
For fetching client-side dynamic content from web page, You can Scrape dynamic content using "Splash HTTP API" or python, Scrapy, Splash, docker and scrapy-splash
Tutorial on Scrapy: https://www.digitalocean.com/community/tutorials/how-to-crawl-a-web-page-with-scrapy-and-python-3
Tutorial on Splash: https://splash.readthedocs.io/en/stable/scripting-tutorial.html
Tutorial on scrapy-splash: https://bilgedemirkaya.medium.com/crawl-product-details-in-decathlon-pages-using-scrapy-splash-29d42eb0590
Splash HTTP API: https://splash.readthedocs.io/en/latest/api.html
Scrapy: https://github.com/scrapy/scrapy
Splash: https://splash.readthedocs.io/en/latest/install.html
scrapy-splash: https://github.com/scrapy-plugins/scrapy-splash#installation