Skip to main content

Algolia

This page contains the setup guide and reference information for the Algolia source connector.

Documentation reference:

Visit https://www.algolia.com/doc/rest-api/search/ for API documentation

Authentication setup

Source-algolia uses API keys and application id for its authentication, Visit https://dashboard.algolia.com/account/overview for getting credentials and application id. Visit https://www.algolia.com/doc/rest-api/search/#section/Authentication for more about authentication.

Configuration

InputTypeDescriptionDefault Value
api_keystringAPI Key.
application_idstringApplication ID. The application ID for your application found in settings
search_querystringIndexes Search query. Search query to be used with indexes_query stream with format defined in https://www.algolia.com/doc/rest-api/search/#tag/Search/operation/searchSingleIndexhitsPerPage=2&getRankingInfo=1
start_datestringStart date.
object_idstringObject ID. Object ID within index for search queriesecommerce-sample-data-9999996

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
indicesnameDefaultPaginator
indexes_queryNo pagination
available_languagesNo pagination
logssha1No pagination
indexes_settingsNo pagination

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12024-09-1645605Initial release by @btkcodedev via Connector Builder