Pull country border shapes into a spreadsheet. Returns GeoJSON polygons for any ISO country — Sheets or Excel.
It's one of 250+ live sources you reach with a single =VERVE() function — served from APIVerve's production data engine, billed at 5 credits per resolved cell, and refreshed on whatever cadence you set. No API keys to wrangle, no scripts, no exports.
A real example — the input you type, and the values you can pull from it. Click any cell to see the formula behind it.
Have a column of places? Fill =VERVE("countryboundaries", "CA") down it to resolve each into structured location data — coordinates, timezone, or region — right in the grid.
Normalize messy, hand-entered locations into consistent values without exporting to another tool and importing the result back.
Feed Country Boundaries's output straight into distance, timezone, or cost math with the spreadsheet functions you already use.
The same function works in both apps — install once, sign in with your key, and type it into any cell.
Install from the Workspace Marketplace, then drop the formula into a cell. Autocomplete suggests the source and its fields.
=VERVE("countryboundaries", "CA")Same source, same arguments, same key — in Excel on desktop, the web, or mobile. Excel namespaces it as VERVE.CALL. Drag to fill a whole column.
=VERVE.CALL("countryboundaries", "CA")Add a field name as the last argument to land just that value in the cell.
=VERVE("countryboundaries", "CA", "field", "type")=VERVE("countryboundaries", "CA", "field", "features")=VERVE("countryboundaries", "CA", "field", "features.0.type")=VERVE("countryboundaries", "CA", "field", "features.0.id")=VERVE("countryboundaries", "CA", "field", "features.0.geometry")=VERVE("countryboundaries", "CA", "field", "features.0.geometry.type")=VERVE("countryboundaries", "CA", "field", "features.0.geometry.coordinates")=VERVE("countryboundaries", "CA", "field", "features.0.properties")=VERVE("countryboundaries", "CA", "field", "features.0.properties.name")Everything you need to wire it into a sheet.