for example if I need to find the rss feed of lwn.net I can search feed:lwn.net
to get the result https://lwn.net/headlines/rss, you can also use duckduckgo but it includes irrelevant results for some reason, it should also work in searx.
deleted by creator
This doesn’t seem very reliable.
- https://www.bing.com/search?q=feed%3Akevincox.ca has no results for me.
- https://www.bing.com/search?q=feed%3Afeedmail.org doesn’t have the feed and has a lot of unrelated results.
I’m thinking this isn’t a real operator but maybe it gets treated like “feed sitename”?
I’m thinking this isn’t a real operator but maybe it gets treated like “feed sitename”?
I’m pretty sure it is, if you compare results of
feed:<site name>
andfeed <site name>
you can clearly see the difference (all the results of the former query are rss feeds (with the exception of “instant answers”) while that is not the case with the latter), is kevincox.ca your site ? where is your rss feed ? I can’t find it, as for feedmail, it doesn’t look like it’s indexed by bing.I agree that it’s not always reliable, but it can still be useful.
Ah, I think it figured it out. I think putting
feed:
restricts the search results to feeds. However it doesn’t return the feed “for” a site. It returns feeds that mention the words. However even then it seems like it ignores half of the search terms and doesn’t find many existing feeds like Hacker News. But maybe that is just Bing for you.
I found something that is a little different:
Example:
https://news.google.com/news/feeds?cf=all&ned=us&hl=en&q=education&output=rssScraping the news page shouldn’t be too too hard. You would be free to use any site.
Although you would have to script it yourself.I would have tried a query:
site:somedomain.com feed|rss|atomGreat advice ! And just to add, a a searx user, if bing is among your engines, you can do the same while adding ‘!bi’ to the query (which specifies to only look for results from bing) and you should get the same result, I just tested it ! [EDIT : I kept testing and it seems like it doesn’t work on all searx instances, but I haven’t really figured out why. searx.mha.fi is one of those where it works. ]