
Query RSS Feeds
Pay $1.00 for 1,000 queries

Query RSS Feeds
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).
Actor Metrics
12 monthly users
No reviews yet
6 bookmarks
76% runs succeeded
Created in Oct 2023
Modified a year ago
You can access the Query RSS Feeds programmatically from your own applications by using the Apify API. You can also 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: