Query RSS Feeds avatar

Query RSS Feeds

Try for free

Pay $1.00 for 1,000 queries

View all Actors
Query RSS Feeds

Query RSS Feeds

xiaopanai/apify-rss-search
Try for free

Pay $1.00 for 1,000 queries

Run keyword queries on custom list of RSS feeds to find the contents that you want. Uses fuzzy logic to match the query to the contents and also applies a recency adjustment (higher penalty for older entries).

You can access the Query RSS Feeds programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "query": "AI artificial intelligence",
3  "feeds": [
4    "http://feeds.bbci.co.uk/news/technology/rss.xml"
5  ]
6}' |
7apify call xiaopanai/apify-rss-search --silent --output-dataset

Query RSS Feeds API through CLI

The Apify CLI is the official tool that allows you to use Query RSS Feeds locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 13 monthly users
  • 1 star
  • 73.9% runs succeeded
  • Created in Oct 2023
  • Modified 6 months ago