Blog
Scraping article content and metadata using CSV file import
In many areas, users often need many articles scraped on demand. Implementing CSV article import was a logical thing to do. This way, users are not limited by our API, nor do they need to code custom logic around it for queues, retries, etc. You can simply create a CSV file containing articles to scrape, […]