Smart Article Extractor avatar
Smart Article Extractor

Pricing

Pay per usage

Go to Store
Smart Article Extractor

Smart Article Extractor

lukaskrivka/article-extractor-smart

Developed by

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

103

Monthly users

280

Runs succeeded

>99%

Response time

35 days

Last modified

6 days ago

PZ

Needless text in results

Closed
pzubkiewicz opened this issue
a year ago

Source: https://aws.amazon.com/about-aws/whats-new/2024/03/aws-cloudformation-console-visualization-stacks-application-composer/

Results

1Skip to main content
2
3Introducing AWS CodeConnections, formerly known as AWS CodeStar Connections
4
5AWS is renaming AWS CodeStar Connections to AWS CodeConnections. The name change is effective in the APIs, CLI, SDK, and documentation. The AWS Management Console will create connection resources referencing CodeStar Connections till May 1, 2024, and after that it will generate connection resources referencing CodeConnections, to give you time to make changes in your IAM policies to use the new resource names. Your existing connections that reference AWS CodeStar Connections will still to continue to work as they did previously. The new APIs, CLI and Console will accept both the old and new connection resource identifiers, and the old APIs, CLI and SDK referencing CodeStar Connections will not be available after April 2025.
6
7AWS CodeConnections integrates with third party Git-based source providers such as GitHub, GitLab, and Bitbucket, and enables AWS services such as AWS CodePipeline, Amazon CodeWhisperer, and AWS CloudFormation to get notified on repository events, and download the source code to build, test and deploy code.
8
9To learn more about the details of this change, visit our rename summary page. For more information about AWS CodeConnections, visit our product page. AWS CodeConnections is available in all regions ... [trimmed]
lukaskrivka avatar

Hello,

Thanks for the report. Since the actor works on any website, it can be inaccurate on some. In those case, it can be fixed by adjusting the CSS selector manually. You can do it with this Extend Output Function

1($) => {
2    return {
3        text: $('.aws-text-box').text().trim(),
4    }
5}

See the example run - https://console.apify.com/view/runs/C5VKsmLPhiR9oJ6Eg

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.