AIDiveForge Public Dataset
Every tool in our directory is available as a free, MIT-licensed dataset. Use it to build your own workflows, comparison sites, research projects, or anything else you dream up. Updated continuously as tools are added or verified.
Downloads
- listings.csv — one row per tool, spreadsheet-friendly
- listings.json — same data, typed (booleans, nulls)
- categories.csv — category slug, name, listing count
- manifest.json — schema + generation metadata
Schema
Every row in listings.csv / listings.json contains: id, slug, title, url, category_slug, category_name, post_date, post_modified, website_url, pricing_tier, is_open_source, has_api, is_self_hosted, is_agentic, company, short_description. Full field descriptions and types live in manifest.json.
REST API
Prefer to hit the live source? Every listing is also available via the WordPress REST API:
GET https://aidiveforge.com/wp-json/wp/v2/hp_listing?per_page=100
GET https://aidiveforge.com/wp-json/wp/v2/hp_listing/{id}
GET https://aidiveforge.com/wp-json/wp/v2/hp_listing_category
RSS feeds
- All new tools
- Per-category (replace
code-llmswith any category slug)
License & attribution
The dataset ships under the MIT license. You can use it in commercial products, research, derivative sites — no permission needed. We just ask that you link back to aidiveforge.com as the source.
If you cite the dataset in research, the canonical citation lives at CITATION.cff.
Questions?
Email hello@aidiveforge.com or open an issue on the ai-tools-dataset GitHub repo.