Smart Article Extractor avatar
Smart Article Extractor
Try for free

No credit card required

View all Actors
Smart Article Extractor

Smart Article Extractor

lukaskrivka/article-extractor-smart
Try for free

No credit card required

📰 Smart Article Extractor extracts articles from any scientific, academic, or news website with just one click. The extractor crawls the whole website and automatically distinguishes articles from other web pages. Download your data as HTML table, JSON, Excel, RSS feed, and more.

User avatar

error article is not valid

Closed

admin.explicar opened this issue
a year ago

i've got error result where the result is 0 why this case ? https://console.apify.com/view/runs/eV02cWqXj5HVtIhIe

User avatar

Thanks for the report. In this case, the generic extractor was not able to identify the main text. In this case, it is possible to "help it" by using the extendOutputFunction, see run here https://console.apify.com/view/runs/JpGtnKCRbWGSz40OO

or set it to

1($) => {
2    const result = {};
3    result.text = $('.read__content').text()
4
5    return result;
6}
Developer
Maintained by Apify
Actor metrics
  • 172 monthly users
  • 74.9% runs succeeded
  • 2.8 days response time
  • Created in Nov 2019
  • Modified about 2 months ago
Categories