@@ -107,7 +107,8 @@ export default function OpenSource() {
107
107
< StyledWrapper >
108
108
< Hero
109
109
heading = "Apify open source"
110
- description = "Explore tools designed to streamline web scraping, browser automation, and proxy management."
110
+ description = "Open-source tools and libraries created and maintained by Apify experts
111
+ to help you with web scraping, browser automation, and proxy management."
111
112
/>
112
113
< Section >
113
114
< Banner useGradientBackground = { false } className = "banner" >
@@ -120,7 +121,7 @@ export default function OpenSource() {
120
121
</ Heading >
121
122
</ div >
122
123
< Text size = "big" color = { theme . color . neutral . textMuted } >
123
- Crawlee is a web scraping and browser automation library that helps you build reliable crawlers.
124
+ Crawlee is a fully open-source web scraping and browser automation library that helps you build reliable crawlers.
124
125
</ Text >
125
126
</ div >
126
127
< div className = { clsx ( 'bannerContentColumn' , 'bannerContentActions' ) } >
@@ -143,7 +144,7 @@ export default function OpenSource() {
143
144
</ Heading >
144
145
</ Link >
145
146
< Text color = { theme . color . neutral . textMuted } size = "big" >
146
- Generate and inject browser fingerprints to avoid detection and enhance scraper stealth.
147
+ Generate and inject browser fingerprints to avoid detection and improve scraper stealth.
147
148
</ Text >
148
149
</ div >
149
150
< div >
@@ -170,7 +171,7 @@ export default function OpenSource() {
170
171
</ Heading >
171
172
</ Link >
172
173
< Text color = { theme . color . neutral . textMuted } size = "big" >
173
- A powerful extension for sending browser-like requests, essential for blending in with web traffic.
174
+ A powerful extension for sending browser-like requests and blending in with web traffic.
174
175
</ Text >
175
176
</ div >
176
177
< div >
@@ -218,7 +219,7 @@ export default function OpenSource() {
218
219
< Section
219
220
heading = "Actor templates"
220
221
description = "Actor templates help you quickly set up your web scraping projects.
221
- Save development time and get immediate access to all the features that the Apify platform has to offer ."
222
+ Save development time and get immediate access to all the features of the Apify platform."
222
223
headingAs = "h2"
223
224
>
224
225
< div className = "actorTemplates" >
0 commit comments