Genderize 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 gender predictions from the Genderize API, then run aggregations in Notion's database views.
- Service: noteapiconnector.com
- Note API Connector docs: noteapiconnector.com/docs
- Method: GET against the Genderize API endpoint, name supplied from a Notion property.
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.genderize.io/?name={{First name}}&apikey=YOUR_API_KEY
Map response fields to Notion database properties:
-
gender→ Select -
probability→ 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.