open source · runs in your browser

Export, clone, and diff Algolia indexes — no script required.

Algolyze talks directly to the Algolia API from a single page. Compare configs, bulk-edit records, and dig into search analytics without writing a one-off tool every time.

# no account · no server · your API keys never leave the browser

index_prod
index_staging
2 attributes changed
{
- "searchableAttributes": ["title"],
+ "searchableAttributes": ["title", "brand", "sku"],
"customRanking": [
- "desc(popularity)"
+ "desc(popularity)", "asc(price)"
],
"attributesForFaceting": ["brand", "category"]
}

Everything you'd otherwise script by hand

Export and bulk-editing are what most teams reach for first. A few more tools cover the rest.

export

Export to CSV

Export by objectID, filters, or a distinct attribute. Pick your columns, or take everything.

objectIDtitlepricestock
sku_2481Wool overshirt128.0014
sku_2482Canvas tote42.000

# 2 columns selected → products.csv

bulk-edit

Bulk update

Update thousands of records from a CSV upload, without touching the dashboard.

objectIDsku_2481
price$29.99$24.99
stock120

# 4,801 rows updated from bulk_prices.csv

clone

Clone indexes

Copy an index with its settings, rules, and synonyms — even into a different Algolia app.

diff

Compare configs

See exactly which searchable attributes, facets, and rules changed between two indexes.

delete

Batch delete

Remove records in bulk by ID or attribute value, across one or several indexes.

dev mode

Algolyze also helps during implementation, not just once your index is live.

generate-events

Generate test events

Create a CSV of sample view, click, and conversion events for a list of objectIDs — enough fake signal to test an Algolia Recommend model before real usage data exists.

query-decoder

Decode query strings

Paste a raw query parameter string from your Algolia logs and get back readable, typed JSON — no more squinting at URL-encoded facet arrays.

Simple, transparent pricing

Algolyze itself is free. Need it wired into your stack? We do that too.

Free

$0forever
  • All features included
  • Unlimited exports
  • Unlimited indexes
  • No account required
  • Data stays local
Get started
custom

Enterprise & services

Let's talk
  • Automated export jobs
  • Custom dashboards
  • Audit & consulting
  • Algolia implementation
  • Search optimization
  • Dedicated support
Contact us

Frequently asked questions

Everything you need to know before you plug in an API key.

Q.

Is Algolyze really free?

Yes. Every feature is free, with no usage limit. We make money from custom development for teams that need more than the toolkit.

Q.

Is my data secure?

Algolyze runs entirely in your browser. Your API keys and data are never sent to our servers — every call goes straight to the Algolia API.

Q.

Do I need an account?

No. Enter your Algolia credentials and start working. Close the tab and everything is cleared.

Q.

Is Algolyze affiliated with Algolia?

No. Algolyze is an independent project, not endorsed by or affiliated with Algolia, Inc.

Q.

What if something goes wrong?

Algolyze is provided as is. Double-check destructive actions, and test on a non-production index first.

Q.

Can I use it across multiple apps?

Yes. Switch Algolia apps by updating your credentials — some features support cross-app operations directly.

Need a custom solution?

We build automated export jobs, custom dashboards, data pipelines, and full Algolia implementations for teams that need more than the free toolkit.