Every source below is one =VERVE() call away — pass a name and plain arguments, get a live value. Find one, copy its formula, paste it into a cell in Google Sheets.
=VERVE("readingtime", "This is a sample article with multiple paragraphs. Reading time will be calculated based on word count.")=VERVE("grammarcheck", "This is a sample text with a grammatical error.")=VERVE("spellchecker", "The quick brown fox jumps over the lazy dog")=VERVE("tenseconverter", "I walk to the store and buy groceries", "past")=VERVE("titlecapitalization", "hello world", "title-case")=VERVE("syllablecounter", "The quick brown fox jumps over the lazy dog")=VERVE("textlanguage", "Bonjour, comment allez-vous aujourd'hui?")=VERVE("keywordextractor", "Machine learning is a subset of artificial intelligence that enables systems to learn from data. Deep learning uses neural networks to process complex patterns in data.")=VERVE("markdownlinkextractor", "# Title\n\n[Link](https://example.com)")=VERVE("partsofspeech", "The quick brown fox jumps over the lazy dog", "nouns")=VERVE("profanityfilter", "This is a sample text that may contain inappropriate words")=VERVE("lemmatizer", "The dogs were running and jumping over the fences")=VERVE("datamasking", "Contact John at [email protected] or call 555-123-4567")=VERVE("readabilityscore", "The quick brown fox jumps over the lazy dog. This sentence contains every letter of the alphabet.")=VERVE("textsummarizer", "Artificial intelligence is transforming industries worldwide. Machine learning algorithms can now process vast amounts of data to identify patterns and make predictions. This technology is being applied in healthcare, finance, transportation, and many other sectors.")=VERVE("textsimilarity", "The quick brown fox jumps over the lazy dog", "A fast brown fox leaps over a sleepy dog")=VERVE("websitereadability", "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts")=VERVE("csvtojson", "name,age,city
John,30,New York
Jane,25,Los Angeles")=VERVE("jsontocsv", "[{"name":"John","age":30},{"name":"Jane","age":25}]")=VERVE("meetingtimeconverter", "14:30", "America/New_York", "Europe/London")=VERVE("wordstonumbers", "seven thousand six hundred and twenty")=VERVE("xmltojson", "<?xml version="1.0"?><root><item>value</item></root>")=VERVE("hashtaggenerator", "Beautiful sunset at the beach with friends enjoying summer vacation")=VERVE("initialismgenerator", "Application Programming Interface")=VERVE("botdetector", "Googlebot/2.1 (+http://www.google.com/bot.html)")=VERVE("caaparser", "example.com. 3600 IN CAA 0 issue "letsencrypt.org"")=VERVE("srvparser", "_http._tcp.example.com. 3600 IN SRV 10 60 80 server.example.com.")=VERVE("spamdetector", "Congratulations! You have won a free iPhone. Click here to claim your prize now!")=VERVE("htmltotext", "<html><body><h1>Welcome</h1><p>This is a paragraph of text.</p><ul><li>Item 1</li><li>Item 2</li></ul></body></html>")=VERVE("sentimentanalysis", "I absolutely love this product! It exceeded all my expectations.")=VERVE("linkscraper", "https://en.wikipedia.org/wiki/Web_scraping", 50)=VERVE("streetaddressparser", "1600 Amphitheatre Parkway, Mountain View, CA 90210")The same key powers every source in this directory, across Google Sheets and Excel. First calls free.
See pricing