I want to search my posts on blogger by using blogger feed JSON API. How can I do that?
Asked
Active
Viewed 1,013 times
2 Answers
2
To search using blogger V3 API: 100% WORKING
Searches for a post that matches the given query terms. Try it now
Read more: https://developers.google.com/blogger/docs/3.0/reference/posts/search
Eg api: https://blogger.googleapis.com/v3/blogs/{BLOG ID}/posts/search?q=salem&key={API KEY}

Bolt UIX
- 5,988
- 6
- 31
- 58
-1
If you want to search your posts with blogger JSON feed API, you can do that with use below link.
Write your blog name and write your search word with q
parameter. (ex: q=word
).
For posts:
blogname.blogspot.com/feeds/posts/default?alt=json&max-results=500&q=word
For Pages: blogname.blogspot.com/feeds/pages/default?alt=json&max-results=500&q=word

Furkan Zerman
- 61
- 5