Memene API

开发文档
开发者控制台
Meme 服务批量查询 AI 产品信息
Meme 服务

批量查询 AI 产品信息需要认证¥0.05/次

POST/v1/meme/aiProduct/aiProduct/query

接口说明

批量查询 AI 产品信息源的近日内容,按指定的信息源列表返回数据。

前置步骤

在调用本接口之前,请先调用 获取AI产品信息源列表接口 获取可用的 AI 产品信息源列表。

该接口返回所有可查询的信息源,每个信息源包含:

  • sourceId:信息源唯一标识
  • platform:平台类型(wechattwitterweiborsschangelog
  • name:信息源名称
  • productName:关联的 AI 产品名称

主要用途

  • 追踪特定 AI 产品(如 ChatGPT、Claude、Gemini 等)的最近动态
  • 获取指定时间段内的产品信息更新
  • 批量拉取多个信息源的内容进行对比分析

支持的平台类型

平台说明sourceId 格式
wechat微信公众号文章公众号 authorId(如 MP_WXS_3525949124
twitter推特(X)推文用户 username(如 deepseek_ai
weibo微博用户 ID(如 7909392214
rssRSS 订阅内容RSS feed URL(如 https://example.com/rss
changelog更新日志更新日志 sourceId(如 0ca2bf066c48b634b12d84d0aa6f3824

请求参数

  • sources:必填,信息源列表,每个元素包含 sourceIdplatform
  • since:可选,Unix 时间戳(秒),筛选此时间之后发布的条目
  • until:可选,Unix 时间戳(秒),筛选此时间之前发布的条目
  • limit:可选,每个 sourceId 返回的条目数量限制,默认 20

返回值说明

返回数据按平台分组,每个平台下按 sourceId 分组

{
  "statusCode": 200,
  "message": "success",
  "data": {
    "wechat": {
      "MP_WXS_3525949124": [ /* 该公众号的文章数据 */ ],
      "MP_WXS_1234567890": [ /* 另一个公众号的文章数据 */ ]
    },
    "twitter": {
      "deepseek_ai": [ /* 该用户的推文数据 */ ]
    },
    "weibo": {
      "7909392214": [ /* 该用户的微博数据 */ ]
    },
    "rss": {
      "https://example.com/rss": [ /* 该 RSS 源的条目数据 */ ]
    },
    "changelog": {
      "0ca2bf066c48b634b12d84d0aa6f3824": [ /* 该更新日志的条目数据 */ ]
    }
  }
}

注意事项:

  • 只有包含数据的信息源才会出现在响应中
  • 每个信息源最多返回 limit 指定的条目数量
  • 不同平台的条目数据结构不同,详见响应示例

错误说明

HTTP 状态码含义
401API Key 无效
402余额不足
502上游服务暂时不可用

授权说明

  • 需要提供有效的 API Key(Bearer Token)
  • 每次调用扣费 ¥0.05
请求头
参数类型必填说明
Authorizationstring

从 Memene API 开放平台获取的 API Key。是 Bearer Token 格式,例如:Bearer sk_memene_xxx_yyy。可以 点击此处 获取 API KEY

请求参数
参数类型必填说明
sourcesarray

要查询的信息源列表,每个元素包含 sourceId 和 platform

sourceIdstring

信息源唯一标识(sourceId)

platformstring

信息源平台类型

sincenumber

起始时间戳(秒),默认不筛选

untilnumber

结束时间戳(秒),默认不筛选

limitnumber

每个 sourceId 返回的条目数量限制,默认 20

请求示例
application/json
json
{
  "sources": [
    {
      "sourceId": "MP_WXS_3525949124",
      "platform": "wechat"
    },
    {
      "sourceId": "deepseek_ai",
      "platform": "twitter"
    },
    {
      "sourceId": "7909392214",
      "platform": "weibo"
    },
    {
      "sourceId": "https://rsshub.newsdiy.cn/qwen/research?code=9675078775902f801b186cdaffc99226",
      "platform": "rss"
    },
    {
      "sourceId": "0ca2bf066c48b634b12d84d0aa6f3824",
      "platform": "changelog"
    }
  ],
  "limit": 5
}
响应结构
200

Default Response

application/json
字段类型说明
statusCodenumber

HTTP 状态码

messagestring

响应消息

dataobject

按平台和 sourceId 分组的数据

wechatobject

微信公众号数据,按 sourceId 分组

[key: string]array<WechatArticleItem>

微信文章数组

uniqueIdstring

文章唯一 ID

authorIdstring

公众号 authorId

titlestring

文章标题

typestring

文章类型(article 等)

coverstring

封面图片 URL

markdownstring

文章正文(Markdown)

publishedAtstring

发布时间(ISO 8601)

isProcessedboolean

是否已 AI 处理

summarystring

AI 生成摘要

tagsstring

标签

createdAtstring

入库时间(ISO 8601)

twitterobject

推特数据,按 sourceId 分组

[key: string]array<TwitterTweetItem>

推文数组

idstring

推文 ID

userIdstring

用户 ID

contentstring

推文原文内容

typestring

推文类型(tweet/reply/retweet)

retweetIdstring

转发的原始推文 ID

mediastring

媒体附件

isProcessedboolean

是否已 AI 处理

translatedContentstring

中文翻译

featureTextstring

AI 特征摘要

keywordsstring

关键词

tagsstring

标签

publishedAtstring

发布时间(ISO 8601)

weiboobject

微博数据,按 sourceId 分组

[key: string]array<WeiboPostItem>

微博数组

uniqueIdstring

微博唯一 ID

userIdstring

用户 ID

publishedAtstring

发布时间(ISO 8601)

textstring

微博内容(HTML)

retweetIdstring

转发的原始微博 ID

stagestring

处理阶段

featureTextstring

AI 特征摘要

keywordsstring

关键词

tagsstring

标签

sourcestring

来源

repostsCountnumber

转发数

commentsCountnumber

评论数

attitudesCountnumber

点赞数

regionNamestring

发布地区

pageInfoTypestring

页面信息类型

pageInfoUrlstring

页面信息 URL

visibleTypenumber

可见类型

editCountnumber

编辑次数

rssobject

RSS 数据,按 sourceId 分组

[key: string]array<RssEntryItem>

RSS 条目数组

uniqueIdstring

条目唯一 ID

feedSourcesarray

所属的 RSS 源 ID 列表

titlestring

条目标题

urlstring

条目链接

publishedAtstring

发布时间(ISO 8601)

stagestring

处理阶段

markdownstring

Markdown 格式内容

summarystring

AI 生成摘要

tagsstring

标签

createdAtstring

入库时间(ISO 8601)

changelogobject

更新日志数据,按 sourceId 分组

[key: string]array<ChangelogEntryItem>

更新日志数组

uniqueIdstring

条目唯一 ID

sourceIdstring

更新日志源 ID

articleUrlstring

文章链接

titlestring

更新标题

publishAtstring

发布时间(ISO 8601)

publishedAtstring

发布时间(ISO 8601)

datestring

更新日期

markdownstring

Markdown 格式内容

createdAtstring

记录创建时间(ISO 8601)

示例
json
{
  "statusCode": 200,
  "message": "success",
  "data": {
    "wechat": {
      "MP_WXS_3525949124": [
        {
          "uniqueId": "U5w2iVD3r_84OBCHNc1tGw",
          "authorId": "3525949124",
          "title": "开源如何推动开放叙事运动",
          "type": "article",
          "cover": "https://mmbiz.qpic.cn/sz_mmbiz_jpg/xxx/0?wx_fmt=jpeg",
          "publishedAt": "2026-03-20T12:35:52.000Z",
          "isProcessed": true,
          "summary": "本文探讨了开源如何推动开放叙事运动...",
          "tags": "AI,Game,Other"
        }
      ]
    },
    "twitter": {
      "deepseek_ai": [
        {
          "id": "1995452658149405148",
          "userId": "1714580962569588736",
          "content": "DeepSeek-V3.2 is now available! Check out our latest model.",
          "type": "reply",
          "retweetId": "1995452654659805334",
          "media": {
            "photos": [],
            "videos": [],
            "animated": []
          },
          "isProcessed": true,
          "translatedContent": "DeepSeek-V3.2 现已发布!",
          "featureText": "DeepSeek 发布了 V3.2 模型",
          "keywords": "DeepSeek,V3.2",
          "tags": "deepseek,model",
          "publishedAt": "2025-12-01T11:19:22.000Z"
        }
      ]
    },
    "weibo": {
      "7909392214": [
        {
          "uniqueId": "5278814953540042",
          "userId": "7909392214",
          "publishedAt": "2026-03-20T23:57:03.000Z",
          "text": "Kimi创始人杨植麟GTC2026演讲全程实录",
          "retweetId": null,
          "stage": "processed",
          "featureText": "Kimi创始人杨植麟在GTC2026上进行了演讲",
          "keywords": "杨植麟,GTC2026,Kimi",
          "tags": "kimi,创始人,杨植麟",
          "source": "微博视频号",
          "repostsCount": 9,
          "commentsCount": 0,
          "attitudesCount": 8,
          "pageInfoType": "video"
        }
      ]
    },
    "rss": {
      "https://rsshub.newsdiy.cn/qwen/research?code=xxx": [
        {
          "uniqueId": "c55dd27aafe2f7e06cac68928335b9a7",
          "feedSources": [
            "64bbb0bd88c61302533a2b4e3aa7f649"
          ],
          "title": "Qwen3-Max:大就是好",
          "url": "https://qwen.ai/blog?id=xxx",
          "publishedAt": "2025-09-24T04:00:00.000Z",
          "stage": "processed"
        }
      ]
    },
    "changelog": {
      "0ca2bf066c48b634b12d84d0aa6f3824": [
        {
          "uniqueId": "41e60d85f04a40799c3724eefe76e626",
          "sourceId": "0ca2bf066c48b634b12d84d0aa6f3824",
          "articleUrl": "https://app.klingai.com/global/dev/document-api/apiReference/updateNotice?date=2026-02-11",
          "title": "Kling AI Update Announcement — 2026.02.11",
          "publishAt": "2026-02-13T07:40:53.880Z",
          "publishedAt": "2026-02-13T07:40:53.880Z",
          "date": "2026-02-11",
          "createdAt": "2026-02-13T07:43:43.402Z"
        }
      ]
    }
  }
}
401

Default Response

application/json
字段类型说明
errorstring
messagestring
示例
json
{
  "error": "Unauthorized",
  "message": "无效的 API Key"
}
402

Default Response

application/json
字段类型说明
errorstring
messagestring
示例
json
{
  "error": "Payment Required",
  "message": "余额不足"
}
502

Default Response

application/json
字段类型说明
errorstring
messagestring
示例
json
{
  "error": "Bad Gateway",
  "message": "上游服务暂时不可用"
}