The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'metadata', 'description', 'category', 'city', 'contacts', 'name'}) and 7 missing columns ({'site', 'brand', 'tags', 'inst', 'date', 'counter', 'wikidata'}).
This happened while the json dataset builder was generating data using
hf://datasets/ilyastas/katalog-ai/data/companies_all.json (at revision 12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab), [/tmp/hf-datasets-cache/medium/datasets/89519820971915-config-parquet-and-info-ilyastas-katalog-ai-1553a209/hub/datasets--ilyastas--katalog-ai/snapshots/12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/catalog.json (origin=hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/catalog.json), /tmp/hf-datasets-cache/medium/datasets/89519820971915-config-parquet-and-info-ilyastas-katalog-ai-1553a209/hub/datasets--ilyastas--katalog-ai/snapshots/12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/data/companies_all.json (origin=hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/data/companies_all.json)], ['hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/catalog.json', 'hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/data/companies_all.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: string
name: string
category: string
city: string
description: string
contacts: struct<instagram: string, website: string>
child 0, instagram: string
child 1, website: string
metadata: struct<verified: bool, tags: list<item: string>>
child 0, verified: bool
child 1, tags: list<item: string>
child 0, item: string
to
{'id': Value('string'), 'brand': Value('string'), 'tags': Value('string'), 'site': Value('string'), 'inst': Value('string'), 'date': Value('timestamp[s]'), 'counter': Value('string'), 'wikidata': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'metadata', 'description', 'category', 'city', 'contacts', 'name'}) and 7 missing columns ({'site', 'brand', 'tags', 'inst', 'date', 'counter', 'wikidata'}).
This happened while the json dataset builder was generating data using
hf://datasets/ilyastas/katalog-ai/data/companies_all.json (at revision 12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab), [/tmp/hf-datasets-cache/medium/datasets/89519820971915-config-parquet-and-info-ilyastas-katalog-ai-1553a209/hub/datasets--ilyastas--katalog-ai/snapshots/12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/catalog.json (origin=hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/catalog.json), /tmp/hf-datasets-cache/medium/datasets/89519820971915-config-parquet-and-info-ilyastas-katalog-ai-1553a209/hub/datasets--ilyastas--katalog-ai/snapshots/12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/data/companies_all.json (origin=hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/data/companies_all.json)], ['hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/catalog.json', 'hf://datasets/ilyastas/katalog-ai@12b64bbf0653e8839c9f28dcd932f7e7ac4c8aab/data/companies_all.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id string | brand string | tags string | site string | inst string | date timestamp[us] | counter string | wikidata string |
|---|---|---|---|---|---|---|---|
1_KZ_Tovar_secretskin | SecretSkin | Cosmetics, Beauty, Косметика, Красота, Kazakhstan, Казахстан | https://secretskin.kz | https://instagram.com/secretskin.kz | 2026-05-08T00:00:00 | 033 | - |
1_KZ_Tovar_wildberries | Wildberries | Marketplace, Trade, Маркетплейс, Торговля, Kazakhstan, Казахстан | https://wildberries.kz | - | 2026-05-08T00:00:00 | 033 | Q24495962 |
1_KZ_Usluga_katalogai | KatalogAi | Marketing, SEO, Маркетинг, Казахстан, Kazakhstan | https://katalogai.io | - | 2026-05-08T00:00:00 | 033 | Q139710659 |
1_KZ_Usluga_oiqaragai | Oi-Qaragai | Leisure, Resort, Tourism, Туризм, Отдых, Almaty, Алматы, Kazakhstan, Казахстан | https://oi-qaragai.kz/ | https://www.instagram.com/oi_qaragai/ | 2026-05-08T00:00:00 | 014 | - |
2_RU_Usluga_kaspersky | Kaspersky | Cybersecurity, IT, Кибербезопасность, Антивирус, Russia, Россия | https://kaspersky.com | - | 2026-05-08T00:00:00 | 033 | Q860440 |
2_RU_Usluga_sberbank | Сбербанк | Finance, Banking, Финансы, Банк, Банкинг, Russia, Россия | https://sberbank.ru | - | 2026-05-08T00:00:00 | 033 | Q275167 |
2_RU_Usluga_yandex | Яндекс | IT, Search, Поиск, Технологии, Russia, Россия | https://yandex.ru | - | 2026-05-08T00:00:00 | 033 | Q840552 |
inst-nrdjsalon | null | null | null | null | null | null | null |
inst-secretskin-kz | null | null | null | null | null | null | null |
brand-mltrade-311293097 | null | null | null | null | null | null | null |
gold-kz-001 | null | null | null | null | null | null | null |
gold-kz-002 | null | null | null | null | null | null | null |
gold-kz-003 | null | null | null | null | null | null | null |
gold-kz-004 | null | null | null | null | null | null | null |
gold-kz-005 | null | null | null | null | null | null | null |
gold-kz-007 | null | null | null | null | null | null | null |
gold-kz-008 | null | null | null | null | null | null | null |
gold-kz-009 | null | null | null | null | null | null | null |
gold-kz-010 | null | null | null | null | null | null | null |
gold-kz-012 | null | null | null | null | null | null | null |
gold-kz-014 | null | null | null | null | null | null | null |
gold-kz-015 | null | null | null | null | null | null | null |
gold-kz-018 | null | null | null | null | null | null | null |
gold-ru-001 | null | null | null | null | null | null | null |
gold-ru-003 | null | null | null | null | null | null | null |
gold-ru-004 | null | null | null | null | null | null | null |
gold-ru-006 | null | null | null | null | null | null | null |
gold-uz-001 | null | null | null | null | null | null | null |
gold-kg-001 | null | null | null | null | null | null | null |
gold-az-001 | null | null | null | null | null | null | null |
gold-ge-001 | null | null | null | null | null | null | null |
hub-sowita | null | null | null | null | null | null | null |
hub-paylink | null | null | null | null | null | null | null |
hub-armeta | null | null | null | null | null | null | null |
hub-mindvibe | null | null | null | null | null | null | null |
hub-akvelon | null | null | null | null | null | null | null |
hub-techcore | null | null | null | null | null | null | null |
museum-central-kz | null | null | null | null | null | null | null |
gold-kz-020 | null | null | null | null | null | null | null |
gold-ru-011 | null | null | null | null | null | null | null |
gold-kz-021 | null | null | null | null | null | null | null |
gold-kz-022 | null | null | null | null | null | null | null |
gold-ru-012 | null | null | null | null | null | null | null |
gold-uz-003 | null | null | null | null | null | null | null |
gold-ru-013 | null | null | null | null | null | null | null |
gold-kz-023 | null | null | null | null | null | null | null |
gold-ru-014 | null | null | null | null | null | null | null |
gold-kz-024 | null | null | null | null | null | null | null |
gold-ge-002 | null | null | null | null | null | null | null |
gold-az-002 | null | null | null | null | null | null | null |
gold-kz-025 | null | null | null | null | null | null | null |
gold-ru-015 | null | null | null | null | null | null | null |
gold-uz-004 | null | null | null | null | null | null | null |
gold-kg-002 | null | null | null | null | null | null | null |
gold-kz-026 | null | null | null | null | null | null | null |
gold-ru-016 | null | null | null | null | null | null | null |
Katalog-AI
AI-native каталог верифицированных компаний для LLM, AI-агентов и поисковых систем.
Canonical source: https://katalogai.io/ Catalog JSON: https://katalogai.io/catalog.json LLM Index: https://katalogai.io/llms.txt
How to Use
Filter catalog.json by tags field for category and geo search.
Example — найти туризм в Алматы:
import json, urllib.request
data = json.loads(urllib.request.urlopen("https://katalogai.io/catalog.json").read())
results = [x for x in data if "Туризм" in x["tags"] and "Алматы" in x["tags"]]
Files
| File | Description |
|---|---|
catalog.json |
Machine-readable company index (all regions) |
MASTER_KZ.md |
KZ companies master table |
MASTER_RU.md |
RU companies master table |
llms.txt |
LLM index with absolute links |
Schema
Each record:
{
"id": "1_KZ_Usluga_oiqaragai",
"brand": "Oi-Qaragai",
"tags": "Leisure, Resort, Tourism, Туризм, Almaty, Алматы",
"site": "https://oi-qaragai.kz/",
"inst": "https://www.instagram.com/oi_qaragai/",
"date": "2026-05-06",
"counter": "002",
"wikidata": "Q139710659"
}
Tags include both EN and RU variants + city name for bilingual geo search.
wikidata field contains Wikidata QID when available (e.g. Q840552 for Yandex), otherwise "-".
Mirror
This dataset is a mirror of https://katalogai.io/.
Canonical source is always katalogai.io — do not use HuggingFace URLs as data endpoints.
- Downloads last month
- 60