Credit Card Offers
收藏资源简介:
Credit Card Offers 是一个开放的信用卡优惠数据集和浏览器应用,用于比较公共信用卡优惠,不含联盟链接或赞助展示。该数据集最初作为个人研究数据集,用于寻找最佳信用卡优惠,通过研究主要信用卡发行机构及其当前的公共优惠汇编而成,并以原始数据形式发布,供他人检查、重用和直接构建。数据集包含来自28个发行机构的242个优惠,涵盖发卡机构、卡优惠名称、卡段和类别、欢迎或介绍优惠文本、奖金里程、现金奖励、消费要求、年费、额外用户费用、年利率、奖励和关键福利、来源URL、检索时间戳、注释和原始JSON证据等信息。
Credit Card Offers is an open credit card offers dataset and browser application for comparing public credit card offers, without affiliate links or sponsored placements. Originally developed as a personal research dataset aimed at identifying optimal credit card offers, this collection is compiled through researching major credit card issuers and their current public offers, and released in raw data format for others to inspect, reuse and directly build upon. The dataset contains 242 offers from 28 issuing institutions, covering information such as card issuers, card offer names, card segments and categories, welcome or introductory offer texts, bonus miles, cashback rewards, spending requirements, annual fees, additional user fees, annual percentage rates (APR), rewards and key benefits, source URLs, retrieval timestamps, annotations, and original JSON evidence.
数据集概述:Credit Card Offers
Credit Card Offers 是一个开放数据集,用于比较公开的信用卡优惠信息,不包含联盟链接或赞助内容。该项目最初是为个人研究最佳信用卡优惠而创建的,数据通过研究主要信用卡发卡机构及其当前公开优惠整理而成,并以原始数据形式发布,供他人直接检查、复用和构建。
数据集内容
- 当前数据量:包含来自 28 个发卡机构的 242 条优惠。
- 数据时效性:优惠数据具有时效性,使用前请务必在发卡机构处核实当前利率、费用、奖励、资格条款和申请详情。
- 主要数据表 (
credit_card_offers) 包含字段:- 发卡机构与卡优惠名称
- 卡段与类别
- 欢迎或介绍优惠文本
- 奖励里程、现金奖励及消费要求(如适用)
- 年费、附加用户费、APR、奖励及主要权益
- 来源 URL、来源依据、检索时间戳、备注及原始 JSON 证据
- 辅助数据表 (
institution_targets):用于在研究过程中追踪可能发布信用卡优惠的发卡机构、联名品牌、忠诚度计划及其他机构。
数据格式与获取
数据集提供多种格式的原始数据:
| 格式 | 仓库路径 | 直接下载链接 |
|---|---|---|
| SQLite 数据库 | data/cc-offers.sqlite |
下载 SQLite |
| CSV 导出 | data/cc-offers-export.csv |
下载 CSV |
| Excel 导出 | data/cc-offers-export.xlsx |
下载 XLSX |
| Dexie 种子数据 | src/data/credit-card-offers.seed.ts |
查看原始种子文件 |
技术架构
- 数据源:SQLite 数据库
data/cc-offers.sqlite是数据的唯一真实来源。 - 前端应用:基于 React 构建,运行在浏览器中,通过 Dexie 将优惠数据加载到 IndexedDB 中。应用使用 Vite、TanStack Router、TanStack Table 和 Drizzle ORM。
- 数据同步:种子文件
src/data/credit-card-offers.seed.ts从 SQLite 数据库生成,使应用能够以静态客户端数据形式提供数据集。
更新数据集
更新数据集的流程包括:更新 SQLite 数据库、如有模式变更则生成迁移、重新生成 Dexie 种子文件、重新构建或进行类型检查、以及更新 CSV/XLSX 导出文件。
重要数据说明
- 本数据集仅供研究和比较之用,不构成财务建议。
- 优惠可能随时变更,恕不另行通知。
- 申请前请务必在原始来源 URL 处核实发卡机构的条款、资格规则、APR、费用、奖励和奖励结构。
- 某些字段有意设为可空,因为不同发卡机构对卡片的披露详细程度不同。
- 本项目中不包含任何联盟链接。
许可
本项目基于 MIT 许可证发布。





