Documentation
VerveSheets documentation
279 data and utility sources behind one key, one formula, and the same columns every time. Start with the quickstart, or search for the source you need.
Try
Start here
First time? Take the quickstart
Quickstart
Key, request, response. One working call, then the same pattern everywhere else.
3 min readAuthenticationHow keys work, where to put them, and how to rotate or scope one without downtime.
4 min readFormulasThe argument grammar, picking one field by path, and filling a column from a range.
5 min readThe contract
Holds on all 279 sources
One formula. The same columns every time.
VERVE() is the whole surface area: the same three arguments on every source, the same columns on every refresh, and a failure that arrives as text in the cell rather than a broken sheet.
sourceThe id, in quotes. The same list the reference is built from.
inputA cell, a range, or a literal value.
fieldA dot-path into the result. Omit it and the whole row spills across.
A2 [email protected] =VERVE("emailvalidator", A2) spills every column =VERVE("emailvalidator", A2, "data.valid") TRUE =VERVE("emailvalidator", A2:A9, "data.valid") fills the column
=VERVE("emailvalidator", "[email protected]", "data.valid")
#ERR That email address is not valid.Browse the docs
26 pages
Source reference
Every source, one page layout
Open the reference →Arguments, the columns it fills, a live sample, and the credit cost per call.
Most read
Can’t find it? Search covers every page and every source. If the answer is not here, tell us and we will write it.