RSSAmplifier

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.

One keyword per line, up to 100

The first 100 sites we find are checked while you wait; everything past that is queued for the crawler. You will get a status page either way.

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"]}'