Agify in Note API Connector

Note API Connector pulls REST API responses into Notion databases. Use it to enrich a Notion table of contacts or signups with age predictions from the Agify API, then run aggregations in Notion's database views.

Request setup

Configure a Note API Connector request with the URL pattern below, mapping the name query parameter to the relevant Notion text property (typically First name):

https://api.agify.io/?name={{First name}}&apikey=YOUR_API_KEY

Map response fields to Notion database properties:

  • age → Number
  • count → Number

When to enrich

Note API Connector supports manual runs and scheduled refreshes. For a static dataset, run once and let the predictions persist in the database. For an ongoing pipeline (form submissions, new contacts), schedule a periodic refresh that picks up rows missing the prediction columns.

For the full parameter set, response shape, and error codes, see the API reference.

Larger files

Notion's API rate limits make Note API Connector best for incremental updates rather than bulk backfills. For a one-time enrichment of an exported CSV, use the Spreadsheet tool and re-import the result.