Skip to main content

Connection Configuration

FieldTypeRequiredDescription
application_idstringYour Algolia Application ID (found in dashboard under API Keys)
api_keystringAdmin API Key with write access
index_namestringTarget index name (default: jobs). Created automatically if it doesn’t exist.

Example Configuration

{
  "application_id": "YourApplicationID",
  "api_key": "••••••••",
  "index_name": "jobs"
}

Setup Requirements

  1. Get your Application ID and Admin API Key from the Algolia dashboard
  2. The index is created automatically on first sync
Algolia is perfect for building instant search experiences with typo tolerance, faceted filtering, and geo-search.