Feedly Scraper
2 hours trial then $13.00/month - No credit card required now
Feedly Scraper
2 hours trial then $13.00/month - No credit card required now
Feedly Scraper is a specialized web scraping tool designed to extract news from Feedly. The scraper exports the accumulated data to various formats like JSON, XML, CSV, or Excel
You can access the Feedly Scraper 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 "language": "en",
3 "topics": [
4 "apple"
5 ],
6 "feeds": [
7 "feed/http://nordicapis.com/feed/"
8 ],
9 "proxy": {
10 "useApifyProxy": true,
11 "apifyProxyCountry": "US"
12 }
13}' |
14apify call mscraper/feedly-scraper --silent --output-dataset
Feedly Scraper API through CLI
The Apify CLI is the official tool that allows you to use Feedly Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: