pari08tosh / Inshorts-API

An Inshorts API which provides news for different categories from the Inshorts Website. Built using Flask and Beautiful Soup.
MIT License
57 stars 46 forks source link

Use API endpoints instead of scraping #26

Open theabbie opened 3 years ago

theabbie commented 3 years ago

There are various API endpoints which return JSON data, that will be more efficient instead of scraping it

Example,

https://inshorts.com/api/en/search/trending_topics

https://inshorts.com/api/en/news?category=top_stories&max_limit=10&include_card_data=true

Plkylover commented 1 month ago

should i use it or my deployment web application