Smart Article Extractor avatar
Smart Article Extractor

Pricing

Pay per usage

Go to Store
Smart Article Extractor

Smart Article Extractor

Developed by

Lukáš Křivka

Lukáš Křivka

Maintained by Apify

📰 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.

4.7 (6)

Pricing

Pay per usage

117

Total users

4.9k

Monthly users

355

Runs succeeded

>99%

Issue response

3.5 days

Last modified

2 months ago

You can access the Smart Article Extractor programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "startUrls": [
< {
< "url": "https://www.theguardian.com"
< }
< ],
< "isUrlArticleDefinition": {
< "minDashes": 4,
< "hasDate": true,
< "linkIncludes": [
< "article",
< "storyid",
< "?p=",
< "id=",
< "/fpss/track",
< ".html",
< "/content/"
< ]
< },
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "extendOutputFunction": "($) => {\\n const result = {};\\n // Uncomment to add a title to the output\\n // result.pageTitle = $('\''title'\'').text().trim();\\n\\n return result;\\n}"
<}' |
<apify call lukaskrivka/article-extractor-smart --silent --output-dataset

Scrape and download articles and news API through CLI

The Apify CLI is the official tool that allows you to use Smart Article Extractor locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: