icon

RSS eases tracking news from favorite sources.

RSS (Really Simple Syndication) feeds are a standardized format used for publishing and distributing frequently updated content, such as news articles, blog posts, and podcasts.RSS feeds typically include the title, summary, and link to each article or post, and can be customized to include specific categories or topics of interest. This makes it easy for users to stay up-to-date with their favorite websites and topics.

Introduction


The API provides a simple RESTful interface that can be easily integrated into any programming language or framework. This allows developers to focus on building their applications rather than worrying about the technical details of retrieving news content. Additionally, RSS feed parser API provides extensive documentation and support, making it easy for developers to get started and troubleshoot any issues that may arise. Welcome to the RSS feed parser API! This API allows you to retrieve news articles from a variety of sources, providing you with a rich collection of up-to-date news content. You can use the API to access news articles from a range of different categories, including sports, politics, business, and more.


Getting Started


The RSS Feed parser API is very simple to use and requires no API key to get started. You can start making requests to the API right away.

  1. If you're interested in using the RSS feed parser API, you're in luck! No sign in or API key is required to start using the API. You can immediately begin making requests to access the news data you need without any additional setup or authentication.
  2. Choose an endpoint: The RSS feed parser API offers several endpoints, each of which provides a different type of news data. Choose the endpoint that best suits your needs and read the API documentation to learn about the parameters you can use to refine your requests.
  3. Make a request: Once you have your API key and have chosen an endpoint, you can make a request using your preferred programming language. The RSS feed parser API supports several programming languages, including JavaScript, Python, and Ruby.
  4. Parse the response: The RSS feed parser API will return a response in JSON format. You will need to parse this response to extract the data you need.
  5. Display the data: Finally, you can display the data on your website or application using your preferred front-end framework. The RSS feed parser API does not provide any front-end components, so you will need to build your own interface to display the data.

Endpoints


An endpoint is an access point to send the HTTP requests to and get your response. RSS feed parser API offers these following endpoints:

-> Search for Articles

GET https://feedparsify.cyclic.app/search/[topic]

This would return a JSON object containing the search results for articles about [topic] with each article represented as a separate object within the array.

The server sends this JSON object as the response to the client that made the request.


-> Articles Types

GET https://feedparsify.cyclic.app/sources/feeds/[article-type]

The following sources are currently supported by the API:-

Times of Indian

This endpoint retrieves news feeds from Times Of Indian and returns them as a JSON object.

The following are the supported article types.

Article-Type: - top_stories, latest_feeds, most_read, most_shared, india, us, uk, mumbai, delhi, varanasi, entertainment, tech, education, cricket

New York Times

This endpoint retrieves news articles from New York Times returns them as a JSON object.

The following are the supported article types.

Article-Type: - top_stories, most_shared, us, uk, business, education

Wired

This endpoint retrieves news articles from wired returns them as a JSON object.

The following are the supported article types.

Article-Type: - top_stories, business, ai, culture, ideas, security


Examples


These are some examples in some commonly used languages to show you how you could implement RSS Paarse:

console.log("Example code goes here")