# VerveSheets > Real-world data in any cell. One function — =VERVE() — pulls weather, currency, stocks, geo, and 300+ more live sources straight into Google Sheets and Excel, auto-refreshing, no code. Built on APIVerve's data engine. ## Pages - [Source directory](https://vervesheets.com/sources): Browse every source addressable by name. - [Pricing](https://vervesheets.com/pricing): Credit-based pricing and the free tier. - [Contact](https://vervesheets.com/contact): Talk to the team. ## Sources The full source catalog, grouped by category. Each source lives at https://vervesheets.com/sources/{id}. ### Text Processing - [Add Emojis to Text](https://vervesheets.com/sources/emojidecorator): Decorate text by the row. =VERVE("emojidecorator", A2) returns your cell with fitting emojis added throughout — Google… - [Analyze Words](https://vervesheets.com/sources/lexicon): Break down words by the row. =VERVE("lexicon", A2) returns syllables, palindrome and anagram flags down a column — Shee… - [Calculate Reading Time](https://vervesheets.com/sources/readingtime): Estimate reading time by the row. =VERVE("readingtime", A2) returns minutes to read each cell down a column — Google Sh… - [Check Grammar](https://vervesheets.com/sources/grammarcheck): Proofread text by the row. =VERVE("grammarcheck", A2) returns the corrected text and an error count down a column — Goo… - [Check Palindromes](https://vervesheets.com/sources/palindromechecker): Test text for palindromes by the row. =VERVE("palindromechecker", A2) flags palindromes down a whole column — Sheets or… - [Check Spelling](https://vervesheets.com/sources/spellchecker): Spell-check cells by the row. =VERVE("spellchecker", A2) returns suggestions for misspelled words down a column — Sheet… - [Convert Tense](https://vervesheets.com/sources/tenseconverter): Shift text tense by the row. =VERVE("tenseconverter", A2, "past") rewrites a cell into past or future tense down a colu… - [Convert Titles to Title Case](https://vervesheets.com/sources/titlecapitalization): Reformat titles by the row. =VERVE("titlecapitalization", A2, "title") converts text case down a column — Google Sheets… - [Correct Spelling](https://vervesheets.com/sources/didyoumean): Clean up typos by the row. =VERVE("didyoumean", A2) returns the corrected text down a whole column — Google Sheets or E… - [Count Syllables](https://vervesheets.com/sources/syllablecounter): Tally syllables by the row. =VERVE("syllablecounter", A2) counts syllables in each word or text cell — Google Sheets or… - [Count Vowels](https://vervesheets.com/sources/vowelcounter): Analyze text by the row. =VERVE("vowelcounter", A2) returns vowel and consonant counts per cell down a column — Sheets… - [Detect Anagrams](https://vervesheets.com/sources/anagramdetector): Compare two cells for anagrams. =VERVE("anagramdetector", A2, B2) returns a match flag and similarity score down a colu… - [Detect Gibberish](https://vervesheets.com/sources/gibberishdetector): Flag nonsense text by the row. =VERVE("gibberishdetector", A2) scores each cell for gibberish down a column — Sheets or… - [Detect Language](https://vervesheets.com/sources/textlanguage): Identify text language by the row. =VERVE("textlanguage", A2) returns the language name and ISO code down a column — Sh… - [Edit Distance](https://vervesheets.com/sources/levenshteindistance): Measure how alike two strings are. =VERVE("levenshteindistance", A2, B2) returns edit distance and similarity percent —… - [Expand Acronyms](https://vervesheets.com/sources/acronymexpander): Spell out acronyms by the row. =VERVE("acronymexpander", A2) returns the full meaning down a column — Sheets or Excel,… - [Extract Keywords](https://vervesheets.com/sources/keywordextractor): Pull top keywords from cell text. =VERVE("keywordextractor", A2) returns the leading terms and counts down a column — G… - [Extract Markdown Links](https://vervesheets.com/sources/markdownlinkextractor): Pull links out of markdown by the row. =VERVE("markdownlinkextractor", A2) lists every URL with its type — Sheets or Ex… - [Extract Parts of Speech](https://vervesheets.com/sources/partsofspeech): Pull word types by the row. =VERVE("partsofspeech", A2, "nouns") extracts nouns, verbs or adjectives from text — Sheets… - [Filter Profanity](https://vervesheets.com/sources/profanityfilter): Clean text by the row. =VERVE("profanityfilter", A2) masks profanity and flags whether a cell contained any — Sheets or… - [Find Antonyms](https://vervesheets.com/sources/antonym): Get opposite-meaning words by the row. =VERVE("antonym", A2) returns antonyms for each word down a column — Sheets or E… - [Find Rhyming Words](https://vervesheets.com/sources/wordrhymes): Get rhymes by the row. =VERVE("wordrhymes", A2) returns words that rhyme down a whole column — Google Sheets or Excel. - [Find Word Opposites](https://vervesheets.com/sources/wordopposite): Look up antonyms by the row. =VERVE("wordopposite", A2) fills the opposites of a word down a column — Sheets or Excel. - [Leet Speak](https://vervesheets.com/sources/leetspeak): Convert text to 1337 by the row. =VERVE("leetspeak", A2) encodes or decodes leet speak down a column — Sheets or Excel. - [Lemmatize Text](https://vervesheets.com/sources/lemmatizer): Reduce words to their base forms by the row. =VERVE("lemmatizer", A2) returns lemmatized text down a column — Sheets or… - [Mask Sensitive Data](https://vervesheets.com/sources/datamasking): Redact PII by the row. =VERVE("datamasking", A2) masks emails, phones and card numbers in a cell — Sheets or Excel, no… - [Parse Cron Expressions](https://vervesheets.com/sources/cronparser): Decode cron schedules by the row. =VERVE("cronparser", A2) validates the expression and describes when it runs — Google… - [Phonetic Codes](https://vervesheets.com/sources/phonetic): Encode words phonetically by the row. =VERVE("phonetic", A2) returns Soundex and Metaphone codes for each cell — Sheets… - [Pig Latin](https://vervesheets.com/sources/piglatin): Encode cells into Pig Latin. =VERVE("piglatin", A2) transforms text down a whole column — Google Sheets or Excel. - [Readability Score](https://vervesheets.com/sources/readabilityscore): Score readability by the row. =VERVE("readabilityscore", A2) returns grade level and target audience down a column — Sh… - [Remove Punctuation](https://vervesheets.com/sources/removepunctuation): Clean text by the row. =VERVE("removepunctuation", A2) strips punctuation from each cell down a column — Sheets or Exce… - [Reverse Text](https://vervesheets.com/sources/reversetext): Flip text by the row. =VERVE("reversetext", A2) reverses a cell by characters, words or lines — Google Sheets or Excel. - [Slugify Text](https://vervesheets.com/sources/slugify): Turn titles into clean URL slugs by the row. =VERVE("slugify", A2) slugifies text down a column — Sheets or Excel. - [Sort Lines of Text](https://vervesheets.com/sources/linesorter): Alphabetize text by the row. =VERVE("linesorter", A2) sorts lines ascending or descending down a column — Google Sheets… - [Style Text](https://vervesheets.com/sources/textstyler): Restyle cell text by the row. =VERVE("textstyler", A2, "bubbles") renders each string in a fancy Unicode style — Sheets… - [Summarize Text](https://vervesheets.com/sources/textsummarizer): Condense cell text into a summary. =VERVE("textsummarizer", A2, 3) returns a 3-sentence summary down a column — Google… - [Test Regex](https://vervesheets.com/sources/regextester): Run regex patterns against cells. =VERVE("regextester", A2, B2) returns matches and results down a column — Google Shee… - [Text Similarity](https://vervesheets.com/sources/textsimilarity): Compare two cells by the row. =VERVE("textsimilarity", A2, B2) scores how similar two texts are from 0 to 100 — Google… - [Text to Emoji](https://vervesheets.com/sources/texttoemoji): Turn text into matching emoji by the row. =VERVE("texttoemoji", A2) converts words to emoji down a column — Sheets or E… - [Translate Text](https://vervesheets.com/sources/translator): Translate cells between languages. =VERVE("translator", A2, "es") renders text down a whole column — Sheets or Excel, n… - [Validate ISBNs](https://vervesheets.com/sources/isbnvalidator): Check book ISBNs by the row. =VERVE("isbnvalidator", A2) validates ISBN-10 and ISBN-13 checksums down a column — Sheets… - [Validate JSON](https://vervesheets.com/sources/jsonschemavalidator): Check JSON against a schema by the row. =VERVE("jsonschemavalidator", A2, B2) returns valid/invalid with error counts —… - [Validate Tax IDs](https://vervesheets.com/sources/taxidvalidator): Check Tax IDs by the row. =VERVE("taxidvalidator", A2) validates SSN, EIN and ITIN format down a column — Sheets or Exc… - [Website Readability](https://vervesheets.com/sources/websitereadability): Score pages by the row. =VERVE("websitereadability", A2) returns Flesch and grade-level scores down a column — Google S… - [Word Pronunciation](https://vervesheets.com/sources/wordpronunciation): Get phonetics by the row. =VERVE("wordpronunciation", A2) returns the ARPAbet pronunciation of any word — Sheets or Exc… ### Finance - [Benchmark Rates](https://vervesheets.com/sources/benchmarkrate): Track post-LIBOR reference rates from a cell. =VERVE("benchmarkrate", "SOFR") pulls the daily rate, auto-refreshing — S… - [BIN Lookup](https://vervesheets.com/sources/binlookup): Identify card BINs by the row. =VERVE("binlookup", A2) returns issuing bank, brand and country for a whole column — She… - [Calculate Income Tax](https://vervesheets.com/sources/incometaxcalculator): Estimate federal tax by the row. =VERVE("incometaxcalculator", A2, "single") returns total tax, effective and marginal… - [Calculate Loan Payments](https://vervesheets.com/sources/loanpaymentcalculator): Run loan math in a cell. =VERVE("loanpaymentcalculator", …) returns the monthly payment, total interest and more — Goog… - [Calculate Mortgage Payments](https://vervesheets.com/sources/mortgagecalculator): Run mortgage math in a cell. =VERVE("mortgagecalculator", A2, B2, C2) returns monthly payment and total interest — Goog… - [Calculate Sales Tax](https://vervesheets.com/sources/salestaxcalculator): Add US sales tax by the row. =VERVE("salestaxcalculator", A2, B2) returns tax by state, county and city — Google Sheets… - [Central Bank Rates](https://vervesheets.com/sources/interestrate): Track policy rates from a cell. =VERVE("interestrate", "US") returns the current Fed, ECB or BoE rate, auto-refreshing… - [Company Earnings](https://vervesheets.com/sources/earnings): Pull SEC financials by ticker into cells. =VERVE("earnings", "ADBE") returns revenue, EPS and margins from 10-Q and 10-… - [Company Lookup](https://vervesheets.com/sources/companylookup): Turn tickers into company data by the row. =VERVE("companylookup", A2) returns exchange, address, phone and more — Shee… - [Convert Currency](https://vervesheets.com/sources/currencyconverter): Turn amounts between 170+ currencies right in your spreadsheet. Drop =VERVE("currencyconverter", …) into a cell for liv… - [Cost of Living](https://vervesheets.com/sources/costliving): Compare US regions from a cell. =VERVE("costliving", A2) returns cost indices and salary equivalents down a column — Sh… - [Country GDP](https://vervesheets.com/sources/gdp): Pull GDP figures by country. =VERVE("gdp", "US") returns GDP, growth and per-capita values, auto-refreshing — Sheets or… - [CPI Inflation](https://vervesheets.com/sources/cpiinflation): Track inflation from a cell. =VERVE("cpiinflation", "food") returns monthly CPI and year-over-year rates by category, a… - [Currency Symbols](https://vervesheets.com/sources/currencysymbols): Look up currency symbols by the row. =VERVE("currencysymbols", A2) returns the symbol, name and country for any code —… - [Exchange Rates](https://vervesheets.com/sources/exchangerate): Pull live FX rates into a cell. =VERVE("exchangerate", "USD", "EUR") returns the current rate between two currencies, a… - [Global Market Index](https://vervesheets.com/sources/globalstockmarket): Compare world markets by the row. =VERVE("globalstockmarket", A2) returns normalized share price indices for 36 countri… - [I-Bond Rates](https://vervesheets.com/sources/savingsbonds): Track Series I bond rates from a cell. =VERVE("savingsbonds") returns the current composite, fixed and inflation rates… - [IFSC Lookup](https://vervesheets.com/sources/ifsclookup): Resolve IFSC codes by the row. =VERVE("ifsclookup", A2) returns the bank, branch and address for each code — Google She… - [Income Tax Brackets](https://vervesheets.com/sources/incometax): Pull US tax brackets into a spreadsheet. =VERVE("incometax", "US") returns rates, ranges and deductions by filing statu… - [Inflation Rates](https://vervesheets.com/sources/inflation): Pull inflation by the row. =VERVE("inflation", "US", 2023) returns annual inflation and CPI per country — Sheets or Exc… - [Live Bitcoin Price](https://vervesheets.com/sources/bitcoin): Track BTC from a cell. =VERVE("bitcoin", "USD") returns live price, market cap and 24h change, auto-refreshing — Google… - [Live Ethereum Price](https://vervesheets.com/sources/ethereum): Track ETH from a cell. =VERVE("ethereum", "USD") returns live price, market cap and 24h change, auto-refreshing — Googl… - [Live Gold Price](https://vervesheets.com/sources/goldprice): Track the spot price of gold from a cell. =VERVE("goldprice", …) returns live prices in any currency and unit, auto-ref… - [Live Silver Price](https://vervesheets.com/sources/silverprice): Track the spot price of silver from a cell. =VERVE("silverprice", "USD") returns live prices per unit, auto-refreshing… - [Market Open Times](https://vervesheets.com/sources/stockmarketopentimes): Check trading hours by the row. =VERVE("stockmarketopentimes", "NYSE") returns open status and hours — Sheets or Excel,… - [Minimum Wage](https://vervesheets.com/sources/minimumwage): Look up wages by the row. =VERVE("minimumwage", "CA") returns state, federal and tipped minimum wage — Sheets or Excel,… - [Mortgage Rates](https://vervesheets.com/sources/mortgagerate): Track US mortgage rates from a cell. =VERVE("mortgagerate", "30year") returns weekly Freddie Mac fixed rates, auto-refr… - [Population Data](https://vervesheets.com/sources/population): Pull country stats by the row. =VERVE("population", "US") returns population, growth and density down a column — Sheets… - [Purchasing Power](https://vervesheets.com/sources/purchasingpower): Adjust dollars for inflation in a cell. =VERVE("purchasingpower", 100, 1990, 2024) returns the real value between two y… - [Routing Number Lookup](https://vervesheets.com/sources/routinglookup): Resolve ABA routing numbers by the row. =VERVE("routinglookup", A2) returns the bank, city and state — Sheets or Excel. - [Sales Tax Rates](https://vervesheets.com/sources/salestax): Look up US sales tax by the row. =VERVE("salestax", A2) returns the combined rate for a ZIP down a column — Sheets or E… - [Stock Exchange Lookup](https://vervesheets.com/sources/stockexchange): Resolve exchanges by the row. =VERVE("stockexchange", A2) returns the name, city and website for each MIC code — Sheets… - [Stock Index Values](https://vervesheets.com/sources/stockindex): Track major indexes from a cell. =VERVE("stockindex", "sp500") returns live S&P 500, Nasdaq or Dow values, auto-refresh… - [SWIFT Code Lookup](https://vervesheets.com/sources/swiftlookup): Resolve SWIFT/BIC codes by the row. =VERVE("swiftlookup", A2) returns bank, branch and country down a column — Google S… - [Treasury Yields](https://vervesheets.com/sources/treasuryyields): Pull the Treasury curve into a cell. =VERVE("treasuryyields", "10yr") returns live yields across maturities, auto-refre… - [Unemployment Rates](https://vervesheets.com/sources/unemployment): Pull a country's unemployment rate into a cell. =VERVE("unemployment", "USA") returns the rate for 200+ countries — She… - [US Jobs Report](https://vervesheets.com/sources/jobsreport): Pull BLS employment data into a cell. =VERVE("jobsreport") returns the unemployment rate, payrolls and sector jobs, aut… - [US National Debt](https://vervesheets.com/sources/nationaldebt): Track the national debt from a cell. =VERVE("nationaldebt") returns total, public and per-capita debt, auto-refreshing… - [US Trade Balance](https://vervesheets.com/sources/tradebalance): Pull monthly trade figures into a spreadsheet. =VERVE("tradebalance") returns exports, imports and the balance, refresh… - [VAT Rates](https://vervesheets.com/sources/vatrates): Look up VAT by the row. =VERVE("vatrates", "DE") returns standard and reduced rates for any country — Google Sheets or… ### Data Conversion - [Base64 Encode in a Cell](https://vervesheets.com/sources/base64): Encode or decode Base64 by the row. =VERVE("base64", A2, "encode") converts text down a column — Google Sheets or Excel. - [Build Markdown Tables](https://vervesheets.com/sources/markdowntable): Turn a range into markdown. =VERVE("markdowntable", A1:C5) returns a ready-to-paste GitHub table — Sheets or Excel. - [Build Query Strings in a Cell](https://vervesheets.com/sources/querystringbuilder): Turn parameters into a URL query string. =VERVE("querystringbuilder", A2) encodes a JSON object from a cell into a read… - [Convert Color Formats](https://vervesheets.com/sources/colorconverter): Convert colors by the row. =VERVE("colorconverter", A2) turns a hex value into RGB, HSL and CMYK down a column — Sheets… - [Convert CSV to JSON in a Cell](https://vervesheets.com/sources/csvtojson): Turn CSV text into JSON from a formula. =VERVE("csvtojson", A2) parses a cell's rows into structured objects — Google S… - [Convert HTML to Images](https://vervesheets.com/sources/htmltoimage): Render HTML to an image from a cell. =VERVE("htmltoimage", A2) returns a PNG or WebP download link per row — Sheets or… - [Convert JSON to CSV in a Cell](https://vervesheets.com/sources/jsontocsv): Flatten JSON into CSV from a formula. =VERVE("jsontocsv", A2) turns an array of objects in a cell into rows and columns… - [Convert JSON to JSONP](https://vervesheets.com/sources/jsontojsonp): Wrap JSON in a callback from a cell. =VERVE("jsontojsonp", A2) returns JSONP down a column — Google Sheets or Excel, no… - [Convert Markdown to Image](https://vervesheets.com/sources/markdowntoimage): Render markdown as images by the row. =VERVE("markdowntoimage", A2) returns a PNG or WebP from markdown — Google Sheets… - [Convert Meeting Times](https://vervesheets.com/sources/meetingtimeconverter): Convert times across zones by the row. =VERVE("meetingtimeconverter", A2, B2, C2) returns the target-zone time and diff… - [Convert Number Bases](https://vervesheets.com/sources/numberbaseconverter): Convert radixes by the row. =VERVE("numberbaseconverter", A2, 16, 10) converts values between bases down a column — She… - [Convert Punycode](https://vervesheets.com/sources/punycode): Encode or decode IDN domains by the row. =VERVE("punycode", A2) converts Unicode to xn-- and back — Google Sheets or Ex… - [Convert Units](https://vervesheets.com/sources/unitconverter): Convert units by the row. =VERVE("unitconverter", 100, "lb", "kg") changes weight, length and temperature down a column… - [Convert Unix Timestamps](https://vervesheets.com/sources/unixtimestamp): Convert timestamps by the row. =VERVE("unixtimestamp", A2) turns Unix time into readable dates down a column — Google S… - [Convert URLs to Markdown](https://vervesheets.com/sources/urltomarkdown): Turn pages into Markdown by the row. =VERVE("urltomarkdown", A2) returns clean Markdown for each URL — Sheets or Excel. - [Convert Variable Names](https://vervesheets.com/sources/variablenameconverter): Reformat names down a column. =VERVE("variablenameconverter", A2, "camelCase") converts each name to your target case —… - [Convert Words to Numbers](https://vervesheets.com/sources/wordstonumbers): Turn spelled-out numbers into digits by the row. =VERVE("wordstonumbers", A2) converts phrases to numerals — Google She… - [Convert XML to JSON](https://vervesheets.com/sources/xmltojson): Turn XML into JSON from a cell. =VERVE("xmltojson", A2) returns structured JSON down a column — Google Sheets or Excel,… - [Decode JWT Tokens](https://vervesheets.com/sources/jwtdecoder): Read JWT claims by the row. =VERVE("jwtdecoder", A2) decodes header and payload for each token — Sheets or Excel, no co… - [Encode ASCII85](https://vervesheets.com/sources/ascii85encoder): Encode or decode Base85 right in a cell. =VERVE("ascii85encoder", A2) converts text down a whole column — Google Sheets… - [Encode HTML Entities](https://vervesheets.com/sources/htmlentities): Escape or decode HTML entities by the row. =VERVE("htmlentities", A2) converts special characters for safe markup — She… - [Escape Unicode](https://vervesheets.com/sources/unicodeescape): Escape or unescape Unicode by the row. =VERVE("unicodeescape", A2) converts characters to \uXXXX sequences and back — S… - [Format File Sizes](https://vervesheets.com/sources/filesizeformatter): Turn byte counts into readable sizes by the row. =VERVE("filesizeformatter", A2) returns a human-friendly KB/MB/GB stri… - [Markdown to HTML](https://vervesheets.com/sources/markdowntohtml): Convert Markdown from a cell. =VERVE("markdowntohtml", A2) renders semantic HTML down a whole column — Google Sheets or… - [Markdown to PDF](https://vervesheets.com/sources/markdowntopdf): Turn markdown cells into PDFs. =VERVE("markdowntopdf", A2) renders a formatted, downloadable PDF from your text — Sheet… - [Math Calculator](https://vervesheets.com/sources/math): Run advanced math from a cell. =VERVE("math", "isPrime", A2) checks primes, factors, GCD, bases and more — Google Sheet… - [Numbers to Words](https://vervesheets.com/sources/numbertowords): Spell figures out in words by the row. =VERVE("numbertowords", A2) writes numbers as words down a column — Sheets or Ex… - [Placeholder Text](https://vervesheets.com/sources/placeholdertext): Fill cells with dummy copy. =VERVE("placeholdertext", "tech", 3) drops lorem ipsum or themed filler into your sheet — S… - [Relative Time](https://vervesheets.com/sources/relativetimeformatter): Humanize timestamps by the row. =VERVE("relativetimeformatter", A2) turns each date into '2 hours ago'-style text — Goo… - [Roman Numerals](https://vervesheets.com/sources/romanconverter): Convert numerals by the row. =VERVE("romanconverter", A2) turns numbers into Roman numerals and back down a column — Sh… - [Text to Color](https://vervesheets.com/sources/texttocolor): Name a color, get the code. =VERVE("texttocolor", A2) turns a color word into HEX and RGB down a column — Sheets or Exc… - [URL Encode & Decode](https://vervesheets.com/sources/urlencode): Encode or decode strings by the row. =VERVE("urlencode", A2) percent-encodes or decodes any cell — Google Sheets or Exc… - [Website to Text](https://vervesheets.com/sources/websitetotext): Pull page text by the row. =VERVE("websitetotext", A2) fetches each URL and returns clean text and metadata — Sheets or… ### Data Generation - [Generate Acronyms](https://vervesheets.com/sources/acronymgenerator): Turn phrases into acronyms by the row. =VERVE("acronymgenerator", A2) shortens each cell into an abbreviation — Google… - [Generate Baby Names](https://vervesheets.com/sources/babynamegenerator): Fill a column with baby name ideas. =VERVE("babynamegenerator", "female") drops first and middle names into your cells… - [Generate Barcodes](https://vervesheets.com/sources/barcodegenerator): Turn cell values into barcodes. =VERVE("barcodegenerator", A2) builds a Code128 or Code39 image down a column — Google… - [Generate Bingo Cards](https://vervesheets.com/sources/bingocardgenerator): Drop a fresh bingo card into your spreadsheet. =VERVE("bingocardgenerator", 5) builds a randomized 3x3–10x10 grid in yo… - [Generate Boggle Boards](https://vervesheets.com/sources/boggleboardgenerator): Build Boggle grids in a spreadsheet. =VERVE("boggleboardgenerator", 4) drops a random authentic-dice board into your ce… - [Generate Captchas](https://vervesheets.com/sources/captchagenerator): Create captcha challenges from a cell. =VERVE("captchagenerator") returns a fresh code and image link — Google Sheets o… - [Generate Charts](https://vervesheets.com/sources/chartgenerator): Turn cell data into chart images. =VERVE("chartgenerator", …) renders bar, line and pie charts as downloadable PNGs — S… - [Generate Color Palettes](https://vervesheets.com/sources/colorpalette): Build color schemes from a base color in your spreadsheet. =VERVE("colorpalette", A2) returns HEX, RGB and contrast dat… - [Generate Comments](https://vervesheets.com/sources/commentgenerator): Fill cells with social comments. =VERVE("commentgenerator", "text", "positive") returns on-tone replies down a column —… - [Generate Company Names](https://vervesheets.com/sources/companynamegenerator): Brainstorm company names by the row. =VERVE("companynamegenerator", A2) returns name ideas from any keyword — Google Sh… - [Generate Cron Expressions](https://vervesheets.com/sources/crongenerator): Turn schedule descriptions into cron syntax. =VERVE("crongenerator", A2) converts plain English to valid cron down a co… - [Generate CUIDs](https://vervesheets.com/sources/cuidgenerator): Fill cells with collision-resistant IDs. =VERVE("cuidgenerator", 10) drops sortable CUIDs into a column — Google Sheets… - [Generate GUIDs](https://vervesheets.com/sources/guidgenerator): Fill cells with unique IDs. =VERVE("guidgenerator") returns RFC 4122 identifiers in your chosen format — Google Sheets… - [Generate Hashtags](https://vervesheets.com/sources/hashtaggenerator): Turn captions into hashtags by the row. =VERVE("hashtaggenerator", A2) returns relevant tags for each cell — Sheets or… - [Generate IMEI Numbers](https://vervesheets.com/sources/imeigenerator): Seed test data by the row. =VERVE("imeigenerator", "Samsung") drops a valid, Luhn-checked IMEI into a cell — Google She… - [Generate Initialisms](https://vervesheets.com/sources/initialismgenerator): Abbreviate phrases by the row. =VERVE("initialismgenerator", A2) turns phrases into initialisms down a column — Sheets… - [Generate JSON Schema](https://vervesheets.com/sources/jsonschemagenerator): Turn JSON into schemas in a cell. =VERVE("jsonschemagenerator", A2) infers a Draft-07 schema from sample JSON — Google… - [Generate Lorem Ipsum](https://vervesheets.com/sources/loremipsumgenerator): Fill cells with placeholder text. =VERVE("loremipsumgenerator", 2) returns lorem ipsum paragraphs on demand — Google Sh… - [Generate Passwords](https://vervesheets.com/sources/passwordgenerator): Fill cells with strong passwords. =VERVE("passwordgenerator", 1, 16, "strong") returns secure passwords by the row — Go… - [Generate QR Codes](https://vervesheets.com/sources/qrcodegenerator): Turn cell values into QR codes. =VERVE("qrcodegenerator", A2) builds styled, branded codes down a column — Sheets or Ex… - [Generate Random Data](https://vervesheets.com/sources/randomgenerator): Populate cells with test data. =VERVE("randomgenerator", "email") fills a column with random emails, names, UUIDs and m… - [Generate Random Users](https://vervesheets.com/sources/randomusergenerator): Fill cells with fake user profiles. =VERVE("randomusergenerator", 10) drops names, emails and phones down a column — Sh… - [Generate Short Codes](https://vervesheets.com/sources/shortcodegenerator): Fill cells with short codes. =VERVE("shortcodegenerator") mints random alphanumeric or Base58 codes for vouchers, links… - [Generate Sitemaps](https://vervesheets.com/sources/sitemapgenerator): Turn a column of URLs into an XML sitemap. =VERVE("sitemapgenerator", A2:A50) returns valid sitemap XML — Google Sheets… - [Generate Test Cards](https://vervesheets.com/sources/cardgenerator): Fill cells with valid test card numbers. =VERVE("cardgenerator", "visa", 5) drops Visa, Amex or Mastercard numbers down… - [Generate Test Identities](https://vervesheets.com/sources/randomidentitygenerator): Fill columns with fake identities. =VERVE("randomidentitygenerator", 10) drops names, emails and addresses into your ce… - [Generate TOTP Codes](https://vervesheets.com/sources/totpgenerator): Get 2FA tokens in a cell. =VERVE("totpgenerator", A2) returns a live time-based one-time password from a secret — Sheet… - [Generate ULIDs](https://vervesheets.com/sources/ulidgenerator): Fill cells with unique IDs. =VERVE("ulidgenerator", 5) returns sortable, collision-resistant ULIDs — Google Sheets or E… - [Generate User Agents](https://vervesheets.com/sources/useragentgenerator): Fill cells with UA strings. =VERVE("useragentgenerator", "desktop") returns realistic desktop, mobile or tablet user ag… - [Generate Usernames](https://vervesheets.com/sources/usernamegenerator): Create username ideas by the row. =VERVE("usernamegenerator", A2) returns handle suggestions from a name or email — Goo… - [Generate UUIDs](https://vervesheets.com/sources/uuidgenerator): Fill cells with unique IDs. =VERVE("uuidgenerator", 5) drops RFC 4122 v4 UUIDs down a column in your chosen format — Sh… - [Random Words](https://vervesheets.com/sources/randomwords): Drop random words into cells. =VERVE("randomwords") returns a random English word with its definition — Google Sheets o… ### Entertainment - [AI Fortunes](https://vervesheets.com/sources/fortuneteller): Read the future from a cell. =VERVE("fortuneteller", "love") returns an AI fortune with lucky numbers — Google Sheets o… - [Charades Words](https://vervesheets.com/sources/charades): Fill cells with charades prompts. =VERVE("charades", "movies") drops a random word from any category into your sheet —… - [Chuck Norris Jokes](https://vervesheets.com/sources/chucknorris): Drop a random joke into a cell. =VERVE("chucknorris") returns a fresh Chuck Norris joke — Google Sheets or Excel. - [Dad Jokes](https://vervesheets.com/sources/dadjokes): Pull a random dad joke into a cell. =VERVE("dadjokes") returns a fresh groaner every refresh — Google Sheets or Excel,… - [Generate Compliments](https://vervesheets.com/sources/compliments): Drop a unique compliment into any cell. =VERVE("compliments") returns a fresh, heartfelt line every time — Google Sheet… - [Generate D&D Content](https://vervesheets.com/sources/dndgenerator): Roll up RPG content in a spreadsheet. =VERVE("dndgenerator", "character") drops NPCs, monsters or quests into your cell… - [Generate Music Notes](https://vervesheets.com/sources/musicnotegenerator): Build note audio from a cell. =VERVE("musicnotegenerator", "C", 4) generates a WAV file for any note and octave — Googl… - [Historical Events](https://vervesheets.com/sources/historicalevents): Search history by the row. =VERVE("historicalevents", "moon landing") returns matching dated events in a cell — Sheets… - [Love Calculator](https://vervesheets.com/sources/lovecalculator): Score two names in a cell. =VERVE("lovecalculator", A2, B2) returns a compatibility percentage for a pair of names — Go… - [Magic 8-Ball](https://vervesheets.com/sources/magic8ball): Ask the 8-ball from a cell. =VERVE("magic8ball", A2) drops a classic Magic 8-Ball answer into your sheet — Google Sheet… - [Never Have I Ever](https://vervesheets.com/sources/neverhaveiever): Fill cells with party prompts. =VERVE("neverhaveiever") drops a fresh Never Have I Ever statement into a cell — Google… - [Pictionary Words](https://vervesheets.com/sources/pictionary): Generate Pictionary prompts in a spreadsheet. =VERVE("pictionary", "medium") drops drawing words by difficulty into you… - [Random Advice](https://vervesheets.com/sources/advice): Drop a fresh piece of advice into any cell. =VERVE("advice") returns a random tip on demand — Google Sheets or Excel, n… - [Random Bucket List Ideas](https://vervesheets.com/sources/bucketlist): Fill cells with things to do before you die. =VERVE("bucketlist") drops a random bucket-list idea into a cell — Google… - [Random Facts](https://vervesheets.com/sources/randomfacts): Drop a random fact into a cell. =VERVE("randomfacts") returns a fresh interesting fact — Google Sheets or Excel, no cod… - [Random Jokes](https://vervesheets.com/sources/randomjoke): Pull random jokes into a spreadsheet. =VERVE("randomjoke") returns a setup and punchline per cell — Google Sheets or Ex… - [Random Puns](https://vervesheets.com/sources/randompun): Drop a fresh pun into any cell. =VERVE("randompun") returns a random pun on demand — Google Sheets or Excel, no code. - [Random Quotes](https://vervesheets.com/sources/randomquote): Drop a fresh quote into a cell. =VERVE("randomquote") returns a random quote from a curated collection — Google Sheets… - [Score Scrabble Words](https://vervesheets.com/sources/scrabblescorer): Score words by the row. =VERVE("scrabblescorer", A2) returns total Scrabble points and a letter breakdown — Google Shee… - [Sudoku Generator for Sheets](https://vervesheets.com/sources/sudoku): Generate Sudoku puzzles in a spreadsheet. =VERVE("sudoku") drops a fresh, solvable board into your cells — Google Sheet… - [Trivia Questions](https://vervesheets.com/sources/trivia): Drop quiz content into cells. =VERVE("trivia", "science-technology") returns a question, answer and options — Google Sh… - [Truth or Dare](https://vervesheets.com/sources/truthordare): Pull party prompts into a cell. =VERVE("truthordare", "random") returns a fresh truth or dare each refresh — Sheets or… - [Validate Chess Moves](https://vervesheets.com/sources/chessmovevalidator): Check algebraic chess notation by the row. =VERVE("chessmovevalidator", A2) flags valid moves and move type down a colu… - [Wordle Helper](https://vervesheets.com/sources/wordlehelper): Solve Wordle from a cell. =VERVE("wordlehelper", A2, B2, C2) returns possible words from your green, yellow and gray cl… ### Games - [Acrostic Puzzles](https://vervesheets.com/sources/acrostic): Build acrostic word puzzles in a spreadsheet. =VERVE("acrostic", "HAPPY") drops clues, answers and the hidden keyword i… - [Anagram Puzzles](https://vervesheets.com/sources/anagrampuzzle): Drop word puzzles into your cells. =VERVE("anagrampuzzle", 5) returns scrambled letters with real solutions and hints —… - [Crossword Generator for Sheets](https://vervesheets.com/sources/crossword): Build crossword puzzles in a spreadsheet. =VERVE("crossword", "medium", "animals") returns a themed grid with clues — G… - [Cryptogram Puzzles](https://vervesheets.com/sources/cryptogram): Drop cipher puzzles into your cells. =VERVE("cryptogram") returns letter-substitution cryptograms — Google Sheets or Ex… - [Fill-in-the-Blanks](https://vervesheets.com/sources/fillintheblanks): Generate cloze puzzles into your cells. =VERVE("fillintheblanks", "idioms") returns sentences, answers and hints — Shee… - [Flip a Coin](https://vervesheets.com/sources/coinflipper): Simulate coin flips from a cell. =VERVE("coinflipper", 10) returns heads/tails counts and streaks right in your sheet —… - [Fortune Cookies](https://vervesheets.com/sources/fortunecookie): Drop fortune cookie messages into a spreadsheet. =VERVE("fortunecookie") returns a fortune with lucky numbers per cell… - [Generate Hangman Words](https://vervesheets.com/sources/hangmanword): Pull hangman words into a spreadsheet. =VERVE("hangmanword", "animals") drops a word with blanks and metadata into your… - [Generate RPG Characters](https://vervesheets.com/sources/gamecharacter): Roll RPG characters into your spreadsheet. =VERVE("gamecharacter", "elf", "mage") fills race, class and stats per row —… - [Lottery Numbers](https://vervesheets.com/sources/lotterypicker): Generate lottery tickets in a cell. =VERVE("lotterypicker", "powerball") fills your cells with picks — Google Sheets or… - [Mad Libs](https://vervesheets.com/sources/madlibs): Generate Mad Libs story templates in a spreadsheet. =VERVE("madlibs", "funny") drops a template with blanks into your c… - [Maze Generator for Sheets](https://vervesheets.com/sources/maze): Build a maze in a spreadsheet. =VERVE("maze", 15, 15) drops a solvable maze grid into your cells — Google Sheets or Exc… - [Rock Paper Scissors](https://vervesheets.com/sources/rockpaperscissors): Play Rock Paper Scissors from a spreadsheet. =VERVE("rockpaperscissors", "rock", 5) returns rounds, outcomes and stats… - [Roll Dice](https://vervesheets.com/sources/diceroller): Roll RPG dice from a cell. =VERVE("diceroller", "3d6", 5) returns each die and the total — Google Sheets or Excel. - [Shuffle a Card Deck](https://vervesheets.com/sources/carddeckshuffler): Deal a shuffled deck into your cells. =VERVE("carddeckshuffler") drops a randomized 52-card deck into a spreadsheet — G… - [Slot Machine](https://vervesheets.com/sources/slotmachine): Spin the reels from a cell. =VERVE("slotmachine", 5, 3, 1) returns payouts and win stats — Google Sheets or Excel. - [Spelling Bee Generator for Sheets](https://vervesheets.com/sources/spellingbee): Generate spelling bee puzzles in a spreadsheet. =VERVE("spellingbee", "medium") drops a 7-letter board into your cells… - [Superhero Name Generator for Sheets](https://vervesheets.com/sources/superheroname): Fill cells with hero names. =VERVE("superheroname") returns a unique superhero name per row — Google Sheets or Excel. - [Word Ladders](https://vervesheets.com/sources/wordladder): Build puzzles from a cell. =VERVE("wordladder", "cold", "warm") returns a word ladder and its solution — Google Sheets… - [Word Scramble Generator for Sheets](https://vervesheets.com/sources/wordscramble): Drop scramble puzzles into cells. =VERVE("wordscramble", "medium") returns scrambled letters with a hint — Google Sheet… - [Word Search Generator for Sheets](https://vervesheets.com/sources/wordsearch): Generate word search puzzles in a spreadsheet. =VERVE("wordsearch", A2:A10) hides your words in a grid — Google Sheets… ### Domain Data - [Check DNS Propagation](https://vervesheets.com/sources/dnspropagation): Watch DNS spread across the globe from a cell. =VERVE("dnspropagation", A2) returns per-server results down a column —… - [Check Domain Availability](https://vervesheets.com/sources/domainavailability): See if domains are free, by the row. =VERVE("domainavailability", A2) returns available or taken down a column — Google… - [Check SSL Certificates](https://vervesheets.com/sources/sslchecker): Read certificate details by the row. =VERVE("sslchecker", A2) returns issuer, expiry and key size for each domain — Goo… - [DNS Lookup in a Cell](https://vervesheets.com/sources/dnslookup): Pull live DNS records into your spreadsheet. Use =VERVE("dnslookup", A2) to read A, MX and TXT records across a column… - [DNSSEC Check in a Cell](https://vervesheets.com/sources/dnsseccheck): Validate DNSSEC by the row. =VERVE("dnsseccheck", A2) checks a domain's chain of trust down a column, auto-refreshing —… - [Domain Expiration in a Cell](https://vervesheets.com/sources/domainexpiration): Track domain expiry by the row. =VERVE("domainexpiration", A2) returns expiry date, days left and age per domain — Shee… - [Find Subdomains](https://vervesheets.com/sources/subdomainfinder): Enumerate a domain's subdomains from a cell. =VERVE("subdomainfinder", A2) lists live subdomains with DNS records — She… - [Get Page Titles](https://vervesheets.com/sources/urltitle): Fetch page titles by the row. =VERVE("urltitle", A2) returns the live title of each web page — Google Sheets or Excel,… - [MX Lookup in a Cell](https://vervesheets.com/sources/mxlookup): Pull mail-server records by the row. =VERVE("mxlookup", A2) returns live MX priority and host for a whole column — Shee… - [Resolve IPs to Hostnames](https://vervesheets.com/sources/fullyqualifieddomain): Turn IP addresses into hostnames by the row. =VERVE("fullyqualifieddomain", A2) returns the FQDN for each IP — Sheets o… - [Reverse DNS Lookup](https://vervesheets.com/sources/reversednslookup): Turn IPs into hostnames by the row. =VERVE("reversednslookup", A2) reads PTR records down a column — Google Sheets or E… - [Unshorten URLs](https://vervesheets.com/sources/urlunshortener): Expand short links by the row. =VERVE("urlunshortener", A2) returns the real destination for each shortened URL — Googl… - [URL Location Lookup](https://vervesheets.com/sources/urllookup): Geolocate URLs by the row. =VERVE("urllookup", A2) returns the hosting country, city and coordinates — Google Sheets or… - [Validate BIMI Records](https://vervesheets.com/sources/bimivalidator): Check email brand records down a column. =VERVE("bimivalidator", A2) verifies each domain's BIMI logo and VMC live — Sh… - [Validate DKIM](https://vervesheets.com/sources/dkimvalidator): Check DKIM records by the row. =VERVE("dkimvalidator", A2) verifies each domain's DKIM DNS records — Google Sheets or E… - [Validate DMARC](https://vervesheets.com/sources/dmarcvalidator): Audit email security by the row. =VERVE("dmarcvalidator", A2) checks DMARC policy and validity down a column — Sheets o… - [Validate SPF Records](https://vervesheets.com/sources/spfvalidator): Check SPF for a domain by the row. =VERVE("spfvalidator", A2) returns the record, validity and authorized IPs — Google… - [WHOIS Lookup](https://vervesheets.com/sources/whoislookup): Pull domain registration data by the row. =VERVE("whoislookup", A2) returns registrar, dates and nameservers down a col… ### Data Lookup - [ASN Lookup in a Cell](https://vervesheets.com/sources/asnlookup): Resolve AS numbers by the row. =VERVE("asnlookup", A2) pulls the organization, handle and country for any ASN down a co… - [Bible Verses](https://vervesheets.com/sources/bible): Pull scripture into your cells. =VERVE("bible", "Genesis", 5, 17) returns the exact verse text in KJV, ASV and more — S… - [Country Calling Codes](https://vervesheets.com/sources/callingcode): Look up international dialing codes by the row. =VERVE("callingcode", A2) returns the +code for any ISO country down a… - [Current Time](https://vervesheets.com/sources/worldtime): Pull the live local time by city. =VERVE("worldtime", A2) returns the current time, date and timezone for a column — Sh… - [Detect Gender](https://vervesheets.com/sources/genderdetector): Predict likely gender by the row. =VERVE("genderdetector", A2) returns an AI gender guess down a whole column — Google… - [Dog Breed Lookup](https://vervesheets.com/sources/dogbreeds): Pull breed facts by the row. =VERVE("dogbreeds", A2) returns temperament, weight and lifespan for each breed — Sheets o… - [Emoji Lookup](https://vervesheets.com/sources/emoji): Pull emoji details into cells. =VERVE("emoji", A2) returns name, category and more for any emoji down a column — Sheets… - [Find Synonyms](https://vervesheets.com/sources/thesaurus): Look up synonyms by the row. =VERVE("thesaurus", A2) fills a list of similar words down a column — Sheets or Excel. - [Gravatar Lookup](https://vervesheets.com/sources/gravatarlookup): Resolve emails to profiles by the row. =VERVE("gravatarlookup", A2) pulls the public Gravatar profile for each email —… - [IP Demographics](https://vervesheets.com/sources/ipdemographics): Profile IPs by the row. =VERVE("ipdemographics", A2) returns location plus income, education and housing data — Sheets… - [License Lookup](https://vervesheets.com/sources/openlicenses): Look up open source license terms by the row. =VERVE("openlicenses", A2) returns OSI approval and compatibility — Sheet… - [Lottery Numbers](https://vervesheets.com/sources/lottery): Pull winning draws into a spreadsheet. =VERVE("lottery", "powerball") returns the latest numbers, auto-refreshing daily… - [Nobel Prize Lookup](https://vervesheets.com/sources/nobelprizes): Pull laureate records by the row. =VERVE("nobelprizes", "Physics") returns winners, years and motivations — Sheets or E… - [Timezone Lookup](https://vervesheets.com/sources/timezonelookup): Resolve time zones by the row. =VERVE("timezonelookup", A2) returns the IANA zone, offset and local time for any city —… - [Unicode Lookup](https://vervesheets.com/sources/unicodelookup): Inspect characters by the row. =VERVE("unicodelookup", A2) returns the codepoint, category and name for any character —… - [Word Definitions](https://vervesheets.com/sources/dictionary): Define words by the row. =VERVE("dictionary", A2) pulls definitions for a whole column — Google Sheets or Excel, no loo… - [ZIP Demographics](https://vervesheets.com/sources/zipdemographics): Pull census stats by the row. =VERVE("zipdemographics", A2) returns population, income and housing for each ZIP — Sheet… ### Networking - [Check Phishing URLs](https://vervesheets.com/sources/phishingcheck): Screen domains by the row. =VERVE("phishingcheck", A2) flags known phishing sites down a column — Google Sheets or Exce… - [Check TLS Support](https://vervesheets.com/sources/tlscheck): Scan domains for TLS by the row. =VERVE("tlscheck", A2) returns supported TLS versions down a column — Google Sheets or… - [Check URL Safety](https://vervesheets.com/sources/contentfilter): Screen links by the row. =VERVE("contentfilter", A2) flags unsafe or blocked domains down a column — Sheets or Excel, a… - [Detect Bots](https://vervesheets.com/sources/botdetector): Flag bot and crawler user agents by the row. =VERVE("botdetector", A2) returns bot name, category and reputation — Shee… - [Detect Tor Nodes](https://vervesheets.com/sources/tordetect): Flag Tor IPs by the row. =VERVE("tordetect", A2) checks whether each IP is a known Tor exit node — Google Sheets or Exc… - [Detect VPNs](https://vervesheets.com/sources/vpndetector): Flag VPN and proxy IPs by the row. =VERVE("vpndetector", A2) marks VPN, proxy and datacenter addresses down a column —… - [IP Blacklist Check](https://vervesheets.com/sources/ipblacklistlookup): Screen IPs by the row. =VERVE("ipblacklistlookup", A2) flags addresses on malicious blocklists down a column — Sheets o… - [IP Lookup for Spreadsheets](https://vervesheets.com/sources/iplookup): Geolocate IP addresses by the row. Put =VERVE("iplookup", A2) in a cell to pull country, city and ISP for a whole colum… - [Look Up Bluetooth Companies](https://vervesheets.com/sources/bluetoothlookup): Resolve Bluetooth SIG company IDs by the row. =VERVE("bluetoothlookup", A2) returns the manufacturer for each identifie… - [Look Up Nameservers](https://vervesheets.com/sources/nameservers): Read authoritative nameservers by the row. =VERVE("nameservers", A2) returns NS hostnames, IPs and providers for a colu… - [MAC Address Lookup](https://vervesheets.com/sources/macaddresslookup): Resolve MAC vendors by the row. =VERVE("macaddresslookup", A2) returns the manufacturer and formats for each address —… - [Ping Hosts](https://vervesheets.com/sources/pinger): Check whether a host is up by the row. =VERVE("pinger", A2) pings each domain or IP and returns up or down — Sheets or… - [TLD Lookup](https://vervesheets.com/sources/tldlookup): Identify domain extensions by the row. =VERVE("tldlookup", A2) returns the type and managing org for any TLD — Sheets o… - [USB Vendor Lookup](https://vervesheets.com/sources/usbvendorlookup): Identify USB devices by the row. =VERVE("usbvendorlookup", A2, B2) returns the manufacturer and product name — Google S… ### Geography - [Calculate Distance](https://vervesheets.com/sources/distancecalculator): Measure between two coordinate pairs by the row. =VERVE("distancecalculator", A2, B2, C2, D2) returns miles and kilomet… - [Check if Coordinates Are Sea](https://vervesheets.com/sources/coordinatesaresea): Flag ocean points by the row. =VERVE("coordinatesaresea", A2, B2) returns true when a lat/lon lands in the sea — Google… - [Country Borders](https://vervesheets.com/sources/countryborders): List neighboring countries by the row. =VERVE("countryborders", A2) returns bordering nations and region for each ISO c… - [Country Boundaries](https://vervesheets.com/sources/countryboundaries): Pull country border shapes into a spreadsheet. =VERVE("countryboundaries", A2) returns GeoJSON polygons for any ISO cou… - [Country Flags](https://vervesheets.com/sources/countryflags): Pull national flags by the row. =VERVE("countryflags", A2) returns a flag image for each ISO country code — Sheets or E… - [Country Languages in a Cell](https://vervesheets.com/sources/countrylanguages): Look up a country's languages by the row. =VERVE("countrylanguages", A2) lists official and spoken languages down a col… - [Country Lookup](https://vervesheets.com/sources/countrylookup): Resolve country names or ISO codes by the row. =VERVE("countrylookup", A2) returns capital, region, languages and flag… - [Look Up City Data](https://vervesheets.com/sources/citieslookup): Pull population, country and coordinates by the row. =VERVE("citieslookup", A2) reads a whole column across 150K+ citie… - [Reverse Geocode](https://vervesheets.com/sources/reversegeocode): Turn lat/lon into addresses by the row. =VERVE("reversegeocode", A2, B2) returns city, state and ZIP — Google Sheets or… - [State Boundaries](https://vervesheets.com/sources/stateboundaries): Pull state borders into a cell. =VERVE("stateboundaries", "CA") returns a state's GeoJSON boundary and metadata — Googl… - [US County Data](https://vervesheets.com/sources/countydata): Pull county stats by the row. =VERVE("countydata", "MO", "Jackson") returns income, demographics and more — Sheets or E… - [USDA Hardiness Zone](https://vervesheets.com/sources/hardinesszone): Turn ZIP codes into planting zones by the row. =VERVE("hardinesszone", A2) returns the USDA zone and temp range — Googl… - [Zip Code Lookup](https://vervesheets.com/sources/zipcodes): Resolve ZIPs by the row. =VERVE("zipcodes", A2) returns the city, state and coordinates for any ZIP down a column — Goo… ### Reference Data - [Birthstone Lookup](https://vervesheets.com/sources/birthstones): Look up birthstones by the row. =VERVE("birthstones", A2) fills in the stone, color and meaning for any month or sign —… - [Color Brightness](https://vervesheets.com/sources/colorbrightness): Check color contrast by the row. =VERVE("colorbrightness", A2) returns WCAG luminance, light/dark and a recommended tex… - [Convert Ring Sizes](https://vervesheets.com/sources/ringsizeconverter): Convert ring sizes by the row. =VERVE("ringsizeconverter", A2, "us") returns every regional equivalent for each cell —… - [Convert Shoe Sizes](https://vervesheets.com/sources/shoesizeconverter): Convert sizes between standards by the row. =VERVE("shoesizeconverter", A2, "us") returns UK, EU, CM and more — Sheets… - [HTTP Status Lookup](https://vervesheets.com/sources/httpstatuslookup): Decode status codes by the row. =VERVE("httpstatuslookup", A2) returns the name, meaning and category for any code — Sh… - [Mayan Calendar](https://vervesheets.com/sources/mayancalendar): Convert dates by the row. =VERVE("mayancalendar", A2) turns each Gregorian date into Long Count, Tzolkin and Haab — Goo… - [MIME Type Lookup](https://vervesheets.com/sources/mimetypelookup): Resolve MIME types by the row. =VERVE("mimetypelookup", A2) returns the content type and category for any extension — G… - [Name Hex Colors](https://vervesheets.com/sources/colornamefinder): Turn hex codes into readable color names. =VERVE("colornamefinder", A2) returns the nearest named colors down a column… - [Parse CAA Records in a Cell](https://vervesheets.com/sources/caaparser): Break down DNS CAA records by the row. =VERVE("caaparser", A2) returns the CA, tag and policy for each record — Sheets… - [Parse SRV Records](https://vervesheets.com/sources/srvparser): Break down SRV records by the row. =VERVE("srvparser", A2) splits a record into service, port and target fields — Sheet… - [Port Number Lookup](https://vervesheets.com/sources/portnumberlookup): Identify ports by the row. =VERVE("portnumberlookup", A2) returns service name, protocol and description — Google Sheet… ### Data Validation - [Check Disposable Emails](https://vervesheets.com/sources/emaildisposablechecker): Flag throwaway emails by the row. =VERVE("emaildisposablechecker", A2) checks a column against 100K+ disposable domains… - [Check Disposable Phones](https://vervesheets.com/sources/disposablephone): Flag burner numbers by the row. =VERVE("disposablephone", A2) marks known disposable or temporary numbers down a column… - [Check Password Strength](https://vervesheets.com/sources/passwordstrength): Score passwords by the row. =VERVE("passwordstrength", A2) rates the strength of each password — Google Sheets or Excel. - [Check Usernames](https://vervesheets.com/sources/usernameprofanity): Screen handles by the row. =VERVE("usernameprofanity", A2) flags profane or inappropriate usernames down a column — She… - [Detect Spam](https://vervesheets.com/sources/spamdetector): Score text for spam by the row. =VERVE("spamdetector", A2) flags likely spam down a whole column — Google Sheets or Exc… - [Validate Card Numbers](https://vervesheets.com/sources/cardvalidator): Luhn-check card numbers by the row. =VERVE("cardvalidator", A2) flags validity and card type down a column — Sheets or… - [Validate Emails](https://vervesheets.com/sources/emailvalidator): Check whether emails are real, by the row. =VERVE("emailvalidator", A2) validates format, domain and mailbox down a col… - [Validate Phone Numbers](https://vervesheets.com/sources/phonenumbervalidator): Check numbers by the row. =VERVE("phonenumbervalidator", A2, "us") flags whether each phone number is valid — Google Sh… - [Validate SEO](https://vervesheets.com/sources/seovalidator): Audit pages by the row. =VERVE("seovalidator", A2) returns the issue count and a list of SEO problems for each URL — Go… ### Math/Calculations - [Compare Colors](https://vervesheets.com/sources/colorsimilarity): Score how close two colors are. =VERVE("colorsimilarity", A2, B2) returns similarity percent and Delta E per row — Shee… - [Convert UTM Coordinates](https://vervesheets.com/sources/utmconverter): Convert coordinates by the row. =VERVE("utmconverter", A2, B2) moves between UTM and lat/long down a column — Sheets or… - [Daylight Hours](https://vervesheets.com/sources/daylightduration): Compute sunrise, sunset and daylight length per location. =VERVE("daylightduration", A2, B2) fills the hours down a col… - [Fibonacci Sequence](https://vervesheets.com/sources/fibonaccigenerator): Generate Fibonacci numbers in a cell. =VERVE("fibonaccigenerator", 10) fills a column with the sequence, sums and ratio… - [Permutations & Combinations](https://vervesheets.com/sources/permutationcombination): Compute nPr and nCr from a cell. =VERVE("permutationcombination", 10, 3) returns both P(n,r) and C(n,r) — Google Sheets… - [Roman Numeral Math](https://vervesheets.com/sources/romannumeralmath): Compute with Roman numerals by the row. =VERVE("romannumeralmath", A2, B2, "add") returns the numeral result — Sheets o… - [Tip Calculator](https://vervesheets.com/sources/tipcalculator): Split bills from a cell. =VERVE("tipcalculator", 100, 18, 4) returns tip, total and per-person amounts — Google Sheets… - [Truth Tables](https://vervesheets.com/sources/truthtable): Build truth tables from a spreadsheet. =VERVE("truthtable", A2) expands a boolean expression into every row of results… ### Weather - [Air Quality](https://vervesheets.com/sources/airquality): Pull live air quality by the row. =VERVE("airquality", A2) returns PM2.5, ozone and the AQI for any city, auto-refreshi… - [Live Earthquake Data](https://vervesheets.com/sources/earthquake): Track global quakes from a cell. =VERVE("earthquake") returns 24-hour counts and the largest magnitude, auto-refreshing… - [Live Weather](https://vervesheets.com/sources/weatherforecast): Pull current weather into your spreadsheet. =VERVE("weatherforecast", "London") returns temperature, humidity and more,… - [Marine Weather](https://vervesheets.com/sources/marineweather): Pull live sea conditions into a cell. =VERVE("marineweather", A2, B2) returns marine weather for a lat/long, auto-refre… - [Moonrise & Moonset](https://vervesheets.com/sources/moonrisemoonset): Get moon times by location. =VERVE("moonrisemoonset", 37.77, -122.42) returns moonrise, moonset and phase — Sheets or E… - [Season Dates](https://vervesheets.com/sources/weatherseasons): Pull solstice and equinox dates into a cell. =VERVE("weatherseasons", 2024) returns all four seasonal dates for the yea… - [Solar Potential](https://vervesheets.com/sources/solarpotential): Estimate PV yield per location. =VERVE("solarpotential", A2, B2) returns usable sunlight hours and best direction — She… - [Sunrise & Sunset](https://vervesheets.com/sources/sunrisesunset): Get solar times by the row. =VERVE("sunrisesunset", A2, B2) returns sunrise and sunset for a lat/lon — Google Sheets or… ### Images - [Convert HEIC Images](https://vervesheets.com/sources/heicconverter): Convert HEIC/HEIF photos from a spreadsheet. =VERVE("heicconverter", A2) turns iPhone images into PNG, JPG or WebP — Go… - [Convert Image Formats for Spreadsheets](https://vervesheets.com/sources/imageconverter): Convert images from a formula. =VERVE("imageconverter", A2, "png") turns HEIC, WebP or AVIF into a downloadable file —… - [Convert SVG to PNG](https://vervesheets.com/sources/svgconverter): Rasterize SVG files from a spreadsheet. =VERVE("svgconverter", …) turns vector SVGs into PNG, JPG or WebP — Google Shee… - [Convert WebP Images](https://vervesheets.com/sources/webpconverter): Convert images by the row. =VERVE("webpconverter", A2, "png") turns each image into your target format — Sheets or Exce… - [Detect Faces](https://vervesheets.com/sources/facedetect): Scan image URLs by the row. =VERVE("facedetect", A2) returns face counts and bounding boxes down a column — Google Shee… - [Detect NSFW Images](https://vervesheets.com/sources/nsfwimagedetector): Screen images for NSFW content by the row. =VERVE("nsfwimagedetector", A2) returns a safe or unsafe verdict down a colu… - [Read QR Codes](https://vervesheets.com/sources/qrcodereader): Decode QR images by the row. =VERVE("qrcodereader", A2) extracts the text or URL inside each QR code — Sheets or Excel. ### AI/Computer Vision - [Analyze Sentiment](https://vervesheets.com/sources/sentimentanalysis): Score tone by the row. =VERVE("sentimentanalysis", A2) returns the sentiment score and label for each text cell — Googl… - [Caption Images](https://vervesheets.com/sources/imagecaption): Describe images by the row. =VERVE("imagecaption", A2) turns each image into a natural-language caption — Sheets or Exc… - [Detect Code Language](https://vervesheets.com/sources/codedetector): Name the language of any snippet by the row. =VERVE("codedetector", A2) returns the language, extension and family — Go… - [Detect Language](https://vervesheets.com/sources/languagedetector): Identify language by the row. =VERVE("languagedetector", A2) returns the language and confidence for each cell — Sheets… - [Extract Text from Images](https://vervesheets.com/sources/imagetotext): Run OCR from a cell. =VERVE("imagetotext", A2) pulls text out of image URLs down a column — Google Sheets or Excel, no… - [Generate Article Ideas](https://vervesheets.com/sources/articleideas): Fill a column with headline ideas. Drop =VERVE("articleideas", A2) in a cell and get a batch of article titles per topi… ### Astrology - [Chinese Zodiac](https://vervesheets.com/sources/chinesezodiac): Look up zodiac signs by the row. =VERVE("chinesezodiac", A2) returns the animal, element and traits for each birth date… - [Daily Horoscope](https://vervesheets.com/sources/horoscope): Pull daily horoscopes into a spreadsheet. =VERVE("horoscope", "leo") returns today's reading for any sign — Sheets or E… - [Moon Phases](https://vervesheets.com/sources/moonphases): Look up the lunar phase by the row. =VERVE("moonphases", A2) returns the moon phase for any date down a column — Sheets… - [Moon Position](https://vervesheets.com/sources/moonposition): Compute the moon's altitude and azimuth per location. =VERVE("moonposition", A2, B2) fills the numbers down a column —… - [Planet Positions](https://vervesheets.com/sources/planetpositions): Look up a planet's sky position from a cell. =VERVE("planetpositions", "mars", 37.77, -122.42) returns coordinates and… - [Sun Position](https://vervesheets.com/sources/sunposition): Get the sun's angle from a cell. =VERVE("sunposition", 37.77, -122.42) returns altitude and azimuth for any place and t… ### Data Processing - [Cloud Counter](https://vervesheets.com/sources/counter): Keep a running tally that persists. =VERVE("counter", "test_counter") reads or bumps a cloud counter from a cell — Goog… - [Convert HTML to Text](https://vervesheets.com/sources/htmltotext): Strip HTML by the row. =VERVE("htmltotext", A2) returns clean text from markup down a whole column — Google Sheets or E… - [Explain SQL](https://vervesheets.com/sources/sqlexplainer): Document queries by the row. =VERVE("sqlexplainer", A2) turns each SQL query into a plain-English explanation — Google… - [Extract Page Metadata](https://vervesheets.com/sources/metadataextractor): Read page metadata by the row. =VERVE("metadataextractor", A2) pulls a URL's title, description and og tags into your c… - [Generate MurmurHash](https://vervesheets.com/sources/murmurhash): Hash cell values by the row. =VERVE("murmurhash", A2) returns a fast MurmurHash3 hash down a column — Google Sheets or… - [Morse Code](https://vervesheets.com/sources/morsecode): Encode and decode Morse from a cell. =VERVE("morsecode", A2) converts text to Morse and back down a column — Sheets or… ### Calendar - [Calculate Age](https://vervesheets.com/sources/agecalculator): Turn a date of birth into exact age by the row. =VERVE("agecalculator", A2) returns years, months and days down a colum… - [Date Differences](https://vervesheets.com/sources/datecalculator): Measure the span between two dates by the row. =VERVE("datecalculator", A2, B2) returns the difference down a column —… - [Liturgical Calendar](https://vervesheets.com/sources/liturgicalcalendar): Pull feast days and seasons into a spreadsheet. =VERVE("liturgicalcalendar", 1, 2026) returns dates, ranks and colors —… - [Working Days](https://vervesheets.com/sources/workingdays): Count business days in a cell. =VERVE("workingdays", "US", 2023, 10) returns the working days in a month — Google Sheet… - [World Holidays](https://vervesheets.com/sources/worldholidays): List a country's holidays by the row. =VERVE("worldholidays", "US", 2026) returns public holidays and observances — She… ### Data Scraping - [Capture Website Screenshots](https://vervesheets.com/sources/webscreenshots): Screenshot URLs by the row. =VERVE("webscreenshots", A2) returns a download link to a rendered image of each page — Goo… - [Extract Contacts](https://vervesheets.com/sources/contactextractor): Harvest contacts by the row. =VERVE("contactextractor", A2) pulls emails, phone numbers and places from each URL — Goog… - [Scrape Page Links](https://vervesheets.com/sources/linkscraper): Pull a page's links by the row. =VERVE("linkscraper", A2) returns the internal and external links for any URL — Sheets… - [Scrape SEO Data](https://vervesheets.com/sources/seoscraper): Audit pages by the row. =VERVE("seoscraper", A2) pulls title, meta and Open Graph tags for each URL — Sheets or Excel,… - [Scrape Website Images](https://vervesheets.com/sources/webimagescraper): List page images by the row. =VERVE("webimagescraper", A2) returns the image URLs found on each web page — Google Sheet… ### Transportation - [Airline Lookup](https://vervesheets.com/sources/airlinelookup): Turn IATA or ICAO codes into airline names by the row. =VERVE("airlinelookup", A2) fills country, callsign and more — S… - [Airport Distance](https://vervesheets.com/sources/airportdistance): Measure airport-to-airport distance by the row. =VERVE("airportdistance", A2, B2) returns miles, km and flight time fro… - [Airport Lookup](https://vervesheets.com/sources/airports): Turn airport codes into details by the row. =VERVE("airports", A2) returns name, city, country and coordinates down a c… - [Convert Airport Codes](https://vervesheets.com/sources/airportcodeconverter): Turn IATA into ICAO by the row. =VERVE("airportcodeconverter", A2) returns the matching code plus airport name and city… - [Look Up Car Models](https://vervesheets.com/sources/carmodels): Pull US vehicle specs by the row. =VERVE("carmodels", "Toyota") returns models, MPG and engine details down a column —… ### Parsers - [Parse Addresses](https://vervesheets.com/sources/streetaddressparser): Split US addresses into fields by the row. =VERVE("streetaddressparser", A2) breaks out street, city, state and ZIP — S… - [Parse Names](https://vervesheets.com/sources/humannameparser): Split full names into components by the row. =VERVE("humannameparser", A2) returns first, middle, last and suffix down… - [Parse User Agents](https://vervesheets.com/sources/useragentparser): Break down UA strings by the row. =VERVE("useragentparser", A2) returns browser, OS and device for each cell — Sheets o… - [RSS Feeds to JSON](https://vervesheets.com/sources/rsstojson): Pull feed articles into rows. =VERVE("rsstojson", A2) returns titles, dates and links from any RSS feed, auto-refreshin… ### Science - [Julian Day Conversion](https://vervesheets.com/sources/julianday): Convert dates by the row. =VERVE("julianday", A2) turns a Gregorian date into its Julian Day Number down a column — Goo… - [Meteorite Landings](https://vervesheets.com/sources/meteorites): Pull meteorite records by the row. =VERVE("meteorites", A2) returns class, mass and year for each landing — Google Shee… - [Periodic Table](https://vervesheets.com/sources/periodictable): Look up elements by the row. =VERVE("periodictable", A2) returns atomic number, symbol, mass and more for any element —… - [Star Lookup](https://vervesheets.com/sources/starslookup): Pull star data into your spreadsheet. =VERVE("starslookup", A2) returns mass, distance and type by the row — Google She… ### Security - [Generate Hashes](https://vervesheets.com/sources/hashgenerator): Hash cell values by the row. =VERVE("hashgenerator", A2) returns MD5, SHA-256 and more down a column — Google Sheets or… - [Generate HMAC](https://vervesheets.com/sources/hmac): Sign values right in a cell. =VERVE("hmac", A2, B2) produces an HMAC signature for each row — Sheets or Excel, no code. - [Parse CSRs](https://vervesheets.com/sources/csrparser): Break down a CSR by the row. =VERVE("csrparser", A2) pulls subject, key and fingerprint fields from a PEM request — She… - [Validate DANE Records in a Cell](https://vervesheets.com/sources/danevalidator): Check DANE/TLSA records by the row. =VERVE("danevalidator", A2) parses usage, selector and matching fields with a valid… ### Documents - [Convert HTML to PDF](https://vervesheets.com/sources/htmltopdf): Turn HTML into a PDF from a cell. =VERVE("htmltopdf", A2) renders markup into a downloadable PDF link — Google Sheets o… - [Generate Invoices](https://vervesheets.com/sources/invoicegenerator): Turn spreadsheet rows into invoice PDFs. =VERVE("invoicegenerator", ...) builds a PDF from your line items and parties… - [Website to PDF](https://vervesheets.com/sources/websitetopdf): Turn URLs into PDFs by the row. =VERVE("websitetopdf", A2) renders a page to a PDF and returns the download link in a c… ### Lifestyle - [Calculate Ovulation](https://vervesheets.com/sources/ovulationcalculator): Estimate fertile windows from a cell. =VERVE("ovulationcalculator", A2, 28) returns ovulation date and fertile days — S… - [Menstrual Cycle Calculator](https://vervesheets.com/sources/menstrualcycle): Predict cycles from a cell. =VERVE("menstrualcycle", A2) returns period, ovulation and fertile-window dates — Google Sh… - [Pregnancy Due Dates](https://vervesheets.com/sources/duedatecalculator): Estimate a due date and milestones from a cell. =VERVE("duedatecalculator", A2) turns a last-period date into a timelin… ### Food - [Cocktail Recipes](https://vervesheets.com/sources/cocktail): Pull cocktail recipes into your spreadsheet. =VERVE("cocktail", "martini") returns ingredients and instructions in your… - [Generate Recipes](https://vervesheets.com/sources/recipe): Create recipes by the row. =VERVE("recipe", A2) returns ingredients, steps and cook times for any dish name — Google Sh… ### Health/Wellness - [Calculate BMI](https://vervesheets.com/sources/bmicalculator): Compute body metrics by the row. =VERVE("bmicalculator", …) returns BMI, BMR, TDEE, calorie and macro targets in your c… - [Exercise Lookup](https://vervesheets.com/sources/exercises): Pull workout data by the row. =VERVE("exercises", "biceps") returns matching exercises with equipment and instructions… ### News - [World News](https://vervesheets.com/sources/news): Pull live headlines into a spreadsheet. =VERVE("news", …) returns titles, summaries and sources by the row, auto-refres… ## Optional - [Roadmap](https://evlarsoft.com/roadmap): Central product roadmap for the whole Verve family. - [Status](https://status.apiverve.com): Live platform status. - [Sitemap](https://vervesheets.com/sitemap.xml): Full list of indexed pages.