# 钟祥信息平台 · 本地信息市场 > 钟祥本地分类信息聚合平台:闲置交易、便民服务、招聘求职、房产租售、拼车出行、地方特产。 > 为 AI 搜索提供结构化、实时更新的本地生活信息。 ## 核心页面 - [首页](https://xinxi.zxwsh.com/): 信息平台总入口 - [分类导航](https://xinxi.zxwsh.com/categories): 全部分类浏览 - [知识部落](https://xinxi.zxwsh.com/community): 本地社区讨论 - [发布信息](https://xinxi.zxwsh.com/post): 免费发布分类信息 ## 热门分类 - [家电](https://xinxi.zxwsh.com/category/家电) - [数码](https://xinxi.zxwsh.com/category/数码) - [母婴](https://xinxi.zxwsh.com/category/母婴) - [家具](https://xinxi.zxwsh.com/category/家具) - [交通工具](https://xinxi.zxwsh.com/category/交通工具) - [服装鞋包](https://xinxi.zxwsh.com/category/服装鞋包) - [图书文具](https://xinxi.zxwsh.com/category/图书文具) - [运动户外](https://xinxi.zxwsh.com/category/运动户外) - [服务](https://xinxi.zxwsh.com/category/服务) - [家用电器](https://xinxi.zxwsh.com/category/家用电器) - [](https://xinxi.zxwsh.com/category/) - [其他](https://xinxi.zxwsh.com/category/其他) ## 最新信息 - [2026-07-14] [[E2E测试] 钟祥本地土鸡蛋 农家散养](https://xinxi.zxwsh.com/product/53) — 测试产品,新鲜土鸡蛋,农家散养,每日现捡 - [2026-07-14] [[E2E测试] 二手书转让 Python编程从入门到实践](https://xinxi.zxwsh.com/product/54) — 九成新,买来没看过几页 - [2026-07-14] [钟祥城中心精装三室两厅出租](https://xinxi.zxwsh.com/product/44) — 精装修,家电齐全,拎包入住,交通便利,离市中心步行5分钟 - [2026-07-13] [hw](https://xinxi.zxwsh.com/product/43) — - [2026-07-13] [test](https://xinxi.zxwsh.com/product/40) — - [2026-07-13] [全通v2蓝牙音箱](https://xinxi.zxwsh.com/product/37) — 验证 - [2026-07-13] [API测试·蓝牙耳机](https://xinxi.zxwsh.com/product/36) — 通过API创建的测试商品 - [2026-07-13] [API测试商品](https://xinxi.zxwsh.com/product/35) — 测试 - [2026-07-13] [API测试-钟祥大米](https://xinxi.zxwsh.com/product/34) — - [2026-07-13] [API测试-钟祥大米](https://xinxi.zxwsh.com/product/33) — - [2026-07-13] [API测试-钟祥大米](https://xinxi.zxwsh.com/product/32) — - [2026-07-12] [新鲜土鸡蛋 1元/个](https://xinxi.zxwsh.com/product/27) — - [2026-07-12] [iPhone 15 256G](https://xinxi.zxwsh.com/product/28) — - [2026-07-12] [超级管理员的测试商品](https://xinxi.zxwsh.com/product/26) — - [2026-07-12] [莫愁湖大酒店 标间138元](https://xinxi.zxwsh.com/product/23) — 莫愁湖畔,含双早+景区门票 - [2026-07-12] [测试](https://xinxi.zxwsh.com/product/31) — 测试 - [2026-07-11] [[自检测试] 临时数据](https://xinxi.zxwsh.com/product/17) — 自检脚本自动生成,验证后可删除 - [2026-07-11] [戴森](https://xinxi.zxwsh.com/product/15) — 转让一台戴森吸尘器V12,去年买的,用了不到10次,950出,自取 - [2026-07-11] [前台](https://xinxi.zxwsh.com/product/16) — 招聘前台一名,月薪3000-4000,要有经验,万达附近 - [2026-07-11] [[测试] 转让戴森吸尘器V10](https://xinxi.zxwsh.com/product/14) — 买了两年,用了不到50次,带全部吸头,800出 ## AI 发现端点 - [Sitemap XML](https://xinxi.zxwsh.com/sitemap.xml): 结构化站点地图 - [RSS Feed](https://xinxi.zxwsh.com/rss): 信息流订阅 - [OpenAPI v2.0 规范](https://xinxi.zxwsh.com/api/v1/openapi.json): 全功能 API 文档(商品/用户/订单/社区) - [robots.txt](https://xinxi.zxwsh.com/robots.txt): AI 爬虫全开放 ## API v2(AI Agent / LLM 可调用) ### 商品(公开) - 搜索: `GET https://xinxi.zxwsh.com/api/v1/search?q=关键词&category=&sort=newest` - 列表: `GET https://xinxi.zxwsh.com/api/v1/products?category=&page=1&size=20` - 详情: `GET https://xinxi.zxwsh.com/api/v1/products/{id}` - 分类: `GET https://xinxi.zxwsh.com/api/v1/categories` - 发布/修改/删除: 需 API Key ### 用户(公开) - 用户列表: `GET https://xinxi.zxwsh.com/api/v1/users?q=&sort=trust_score` - 用户资料: `GET https://xinxi.zxwsh.com/api/v1/users/{username}` - 个人中心: `GET/PUT {DOMAIN}/api/v1/users/me`(需登录) ### 订单(需登录) - 订单列表: `GET https://xinxi.zxwsh.com/api/v1/orders?role=buyer|seller` - 下单: `POST https://xinxi.zxwsh.com/api/v1/orders` (product_id, amount) - 状态更新: `PUT https://xinxi.zxwsh.com/api/v1/orders/{id}` (paid/shipped/received/completed/cancelled) ### 社区(公开读/登录写) - 帖子列表: `GET https://xinxi.zxwsh.com/api/v1/community/posts?category=&sort=newest` - 帖子详情: `GET https://xinxi.zxwsh.com/api/v1/community/posts/{id}`(含评论) - 发帖: `POST /api/v1/community/posts`(需登录或 API Key) - 评论: `POST /api/v1/community/posts/{{id}}/comments`(需登录或 API Key) ### AI 专用 - AI Feed: `GET https://xinxi.zxwsh.com/api/v1/ai/feed?format=json|jsonld|markdown` - 认证方式: Header `X-API-Key`(在管理后台申请)