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

133

Total users

5.3K

Monthly users

380

Runs succeeded

99%

Issues response

4.4 days

Last modified

3 months 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

Skip to main content
Introducing AWS CodeConnections, formerly known as AWS CodeStar Connections
AWS 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.
AWS 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.
To 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

($) => {
return {
text: $('.aws-text-box').text().trim(),
}
}

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