我想使用博客提要 JSON API 在博客上搜索我的帖子。我怎样才能做到这一点?
问问题
203 次
2 回答
1
使用博客 V3 API 进行搜索: 100% WORKING
搜索与给定查询词匹配的帖子。现在就试试
阅读更多: https ://developers.google.com/blogger/docs/3.0/reference/posts/search
例如 api: https : //blogger.googleapis.com/v3/blogs/{BLOG ID}/posts/search?q=salem&key={API KEY}
于 2022-02-18T04:30:05.007 回答
-1
如果您想使用博主 JSON 提要 API 搜索您的帖子,您可以使用以下链接进行操作。写下您的博客名称并使用q
参数写下您的搜索词。(例如:)q=word
。
对于帖子:
blogname.blogspot.com/feeds/posts/default?alt=json&max-results=500&q=word
对于页面:blogname.blogspot.com/feeds/pages/default?alt=json&max-results=500&q=word
于 2021-03-28T09:06:27.793 回答