Find blogs by keyword
Type a subject. We search the web for it, look for a feed on every site that comes back, and add the ones that turn out to be real blogs.
What gets added
Not everything a search returns is a blog. A site is only added if a feed can be found on it and that feed looks like a publication: several entries, posted this side of about eighteen months ago, with titles that differ from one another and links that go somewhere. Comment feeds, tag feeds, shops and the big platforms are dropped before we ever fetch them.
For agents
Same endpoint, JSON in and JSON out:
curl -X POST https://rssamplifier.com/api/discover \
-H 'content-type: application/json' \
-d '{"keywords":["siberian huskies"]}'