
APIs & datasets for the platforms that matter | Happy Endpoint
Access web-scraping APIs and bulk datasets for real estate, travel, and retail sectors with free samples.
@happyendpointhq · X
The full gallery
Tech stack
60 projects

Access web-scraping APIs and bulk datasets for real estate, travel, and retail sectors with free samples.
@happyendpointhq · X

Build beautiful dashboards from CSV, Excel, or JSON 100% in your browser. No upload, no tracking, no server. Auto charts, KPIs, filters, and shareable .wka files.
@jainarun889 · X
Our Wikawe universe products. Check it out now... - loading

Visual CSV matching tool without login requirements.
ngarner · HN
ZeroGate – Fast, account-free visual CSV matching without AI

Translate Excel and CSV files into 100+ languages with AI
AI Excel Translator — 批量翻译 Excel 或 CSV 文档,支持 100+ 语言。

Convert PDFs, scans, emails and screenshots to organized Excel or CSV with AI.
Messy2Sheet — AI 文档转表格工具,把截图、邮件订单和 PDF 价格表按自定义字段整理成 Excel/CSV,支持保存可复用 Recipe

Convert between JSON, CSV, Excel, XML, YAML and other data formats directly in your browser.
@NaimBiswas11 · X
Developers work with different data formats every day — JSON, CSV, XML, YAML, and Excel files are everywhere. But finding a simple, fast, and privacy-friendly way to convert and process these formats is not always easy.

Suite of developer tools for processing files locally — CSV, Parquet, JSON viewers and decoders with no cloud uploads.
u/sheshu29 · Reddit
My side project Hey everyone i have just created this website for developer who does not want to rely on ai agents so please visit and give me some feedback if you want any specific tools 🫠 submitted by /u/sheshu29 to r/SideProject [link] [comments]

Bring your Apollo, Lusha and spreadsheet data into one searchable vault. Filter with 110+ filters and enrich with trusted email, phone and scraping tools.
@m1mubeen · X

Convert PDF, DOCX, XLSX, CSV, JSON, XML, HTML, Images to clean Markdown optimized for AI Agents, RAG, and Vector DBs. 100% Privacy-First, In-Browser Conversion.
@13SahajChawla · X
For professionals to redact their client's sensitive informations before giving AI to process it & while converting any kind of document to a structured MD file. Better quality outputs, 100% privacy with on-browser local processing, and fully free!

Drop receipt photos or PDFs. Get Excel or CSV. Files stay on this computer — nothing uploaded. $29.99 once.
@GetDropSheet · X
— drop receipt photos, get Excel. Files stay on your computer. If you’d bounce, say why.

Upload a PDF bank statement, get a clean Excel or CSV file with every transaction verified against the running balance. Statements are never stored.
@bunedbek95381 · X
Built a tool that turns bank statement PDFs into verified Excel — it recomputes the running balance and flags the exact row that doesn't reconcile. Still early, would love feedback →

Converts PDF bank statements to CSV, Excel, QBO, and other formats with balance verification.
funet · V2EX
做了个 PDF 银行流水转 CSV 的站,重点是「哪里没读出来会告诉你」 这是一个 [bank statement converter]( https://getbankcsv.com/):把 PDF 银行对账单转成 CSV / Excel / QIF / OFX / QBO 。这个品类工具不少,我做的时候盯的是两个一直没被解决的问题。 ## 一、转出来的文件导不进会计软件 这跟提取质量无关,卡的是列名、日期格式、文件大小这些事。Intuit 自己的文档写得很明确: QuickBooks 收的 CSV 必须是英文、不超过 350 KB 、单次最多 1000 行、只能是三列 ( Date, Description, Amount )或者四列。一年的活期账单,后两条都会超。 所以我按 QuickBooks 和 Xero 各自文档要的形状分别出文件,而不是给一个通用 CSV 让你自己改。 ## 二、漏读了,但没人告诉你 这个更要命。版面解析或者 OCR 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法: