Skip to content

Commit dd79aaf

Browse files
committed
further fixes
remake lists into narrative based paragraphs remove mentions of specific number of Actors in store change formatting to fit style guide
1 parent 4cd634b commit dd79aaf

File tree

9 files changed

+32
-37
lines changed

9 files changed

+32
-37
lines changed

sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ Looking for more than just AI crawling? You can use other native Make apps power
149149
- [YouTube Data](/platform/integrations/make/youtube)
150150
- [Amazon](/platform/integrations/make/amazon)
151151

152-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
152+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

sources/platform/integrations/workflows-and-notifications/make/amazon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ There are other native Make Apps powered by Apify. You can check out Apify Scrap
233233
- [AI crawling](/platform/integrations/make/ai-crawling)
234234

235235

236-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
236+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

sources/platform/integrations/workflows-and-notifications/make/facebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,5 @@ Looking for more than just Facebook? You can use other native Make apps powered
244244
- [AI crawling](/platform/integrations/make/ai-crawling)
245245
- [Amazon](/platform/integrations/make/amazon)
246246

247-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
247+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
248248

sources/platform/integrations/workflows-and-notifications/make/instagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ There are other native Make Apps powered by Apify. You can check out Apify Scrap
188188
- [AI crawling](/platform/integrations/make/ai-crawling)
189189
- [Amazon](/platform/integrations/make/amazon)
190190

191-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
191+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

sources/platform/integrations/workflows-and-notifications/make/llm.md

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,20 @@ Use Standard Settings to quickly search the web and extract content with optimiz
4545

4646
The module supports two modes:
4747

48-
- **Search mode** (keywords)
48+
- _Search mode_ (keywords)
4949
- Queries Google Search with your keywords (supports advanced operators)
5050
- Retrieves the top N organic results
5151
- Loads each result and extracts the main content
5252
- Returns Markdown-formatted content
5353

54-
- **Direct URL mode** (URL)
54+
- _Direct URL mode_ (URL)
5555
- Navigates to a specific URL
5656
- Extracts page content
5757
- Skips Google Search
5858

59-
#### Processing steps
59+
#### How it works
6060

61-
1. Search (if keywords provided): run Google Search, parse results, collect organic URLs
62-
2. Content extraction: load pages, wait for dynamic content, remove clutter, extract main content, convert to Markdown
63-
3. Output generation: combine content, add metadata and sources, format for AI consumption
61+
When you provide keywords, the module runs Google Search, parses the results, and collects organic URLs. For content extraction, it loads pages, waits for dynamic content to render, removes clutter, extracts the main content, and converts it to Markdown. Finally, it generates output by combining content, adding metadata and sources, and formatting everything for AI consumption.
6462

6563
#### Output data
6664

@@ -93,33 +91,33 @@ The module supports two modes:
9391

9492
#### Configuration (Standard Settings)
9593

96-
- **Search query**: Google Search keywords or a direct URL
97-
- **Maximum results**: Number of top search results to process (default: 3)
98-
- **Output formats**: Markdown, text, or HTML
99-
- **Remove cookie warnings**: Dismiss cookie consent dialogs
100-
- **Debug mode**: Enable extraction diagnostics
94+
- _Search query_: Google Search keywords or a direct URL
95+
- _Maximum results_: Number of top search results to process (default: 3)
96+
- _Output formats_: Markdown, text, or HTML
97+
- _Remove cookie warnings_: Dismiss cookie consent dialogs
98+
- _Debug mode_: Enable extraction diagnostics
10199

102100
### Advanced Settings module
103101

104-
Advanced Settings gives you full control over search and extraction. Use it for complex sites or production RAG pipelines.
102+
Advanced Settings give you full control over search and extraction. Use it for complex sites or production RAG pipelines.
105103

106104
#### Key features
107105

108-
- Advanced search options: full Google operator support
109-
- Flexible crawling tools: browser-based (Playwright) or HTTP-based (Cheerio)
110-
- Proxy configuration: handle geo-restrictions and rate limits
111-
- Granular content control: include, remove, and click selectors
112-
- Dynamic content handling: wait strategies for JavaScript rendering
113-
- Multiple output formats: Markdown, HTML, or text
114-
- Request management: timeouts, retries, and concurrency
106+
- _Advanced search options_: full Google operator support
107+
- _Flexible crawling tools_: browser-based (Playwright) or HTTP-based (Cheerio)
108+
- _Proxy configuration_: handle geo-restrictions and rate limits
109+
- _Granular content control_: include, remove, and click selectors
110+
- _Dynamic content handling_: wait strategies for JavaScript rendering
111+
- _Multiple output formats_: Markdown, HTML, or text
112+
- _Request management_: timeouts, retries, and concurrency
115113

116114
#### Configuration options
117115

118-
- Search: query, max results (1–100), SERP proxy group, SERP retries
119-
- Scraping: tool (browser-playwright, raw-http), HTML transformer, selectors (remove/keep/click), expand clickable elements
120-
- Requests: timeouts, retries, dynamic content wait
121-
- Proxy: use Apify Proxy, proxy groups, countries
122-
- Output: formats, save HTML/Markdown, debug mode, save screenshots
116+
- _Search_: query, max results (1–100), SERP proxy group, SERP retries
117+
- _Scraping_: tool (browser-playwright, raw-http), HTML transformer, selectors (remove/keep/click), expand clickable elements
118+
- _Requests_: timeouts, retries, dynamic content wait
119+
- _Proxy_: use Apify Proxy, proxy groups, countries
120+
- _Output_: formats, save HTML/Markdown, debug mode, save screenshots
123121

124122
#### Output data
125123

@@ -168,10 +166,7 @@ Advanced Settings gives you full control over search and extraction. Use it for
168166

169167
### Best practices
170168

171-
1. Search query optimization: use specific keywords and operators; exclude unwanted domains with `-site:`
172-
2. Performance: use HTTP mode for static sites; use browser mode only when necessary; tune concurrency
173-
3. Content quality: remove non-content elements; select the right HTML transformer; enable debug when needed
174-
4. Error handling: set timeouts and retries; monitor HTTP status codes
169+
To get the best search results, use specific keywords and operators, and exclude unwanted domains with `-site:`. For better performance, use HTTP mode for static sites and only switch to browser mode when necessary. You can also tune concurrency settings based on your needs. To maintain content quality, remove non-content elements, choose the right HTML transformer, and enable debug mode when troubleshooting. Finally, ensure reliable operation by setting appropriate timeouts and retries, and monitoring HTTP status codes for errors.
175170

176171
## Other scrapers available
177172

@@ -184,4 +179,4 @@ There are other native Make Apps powered by Apify. You can check out Apify Scrap
184179
- [AI crawling](/platform/integrations/make/ai-crawling)
185180
- [Amazon](/platform/integrations/make/amazon)
186181

187-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
182+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

sources/platform/integrations/workflows-and-notifications/make/maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ There are other native Make Apps powered by Apify. You can check out Apify Scrap
358358
- [AI crawling](/platform/integrations/make/ai-crawling)
359359
- [Amazon](/platform/integrations/make/amazon)
360360

361-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
361+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

sources/platform/integrations/workflows-and-notifications/make/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ There are other native Make Apps powered by Apify. You can check out Apify Scrap
121121
- [AI crawling](/platform/integrations/make/ai-crawling)
122122
- [Amazon Data](/platform/integrations/make/amazon)
123123

124-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
124+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

sources/platform/integrations/workflows-and-notifications/make/tiktok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ There are other native Make Apps powered by Apify. You can check out Apify Scrap
170170
- [AI crawling](/platform/integrations/make/ai-crawling)
171171
- [Amazon](/platform/integrations/make/amazon)
172172

173-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
173+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

sources/platform/integrations/workflows-and-notifications/make/youtube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ There are other native Make Apps powered by Apify. You can check out Apify Scrap
227227
- [AI crawling](/platform/integrations/make/ai-crawling)
228228
- [Amazon](/platform/integrations/make/amazon)
229229

230-
And more! Because you can access any of our 4,500+ scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).
230+
And more! Because you can access any of thousands of our scrapers on Apify Store by using the [general Apify connections](https://www.make.com/en/integrations/apify).

0 commit comments

Comments
 (0)