You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/langflow.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ For more information on Langflow, visit its [documentation](https://docs.langflo
25
25
This guide will demonstrate two different ways to use Apify Actors with Langflow:
26
26
27
27
-**Calling Apify Actors in Langflow**: We will use the [RAG Web Browser](https://apify.com/apify/rag-web-browser) Actor to search Google for a query and extract the search results.
28
-
-**Building a flow to search for company's social media profiles**: We will use the [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) Actor to search the web for social media profiles of a given company. Then, we will use the [TikTok Data Extractor](https://apify.com/clockworks/free-tiktok-scraper) Actor to extract data from the TikTok profiles.
28
+
-**Building a flow to search for a company's social media profiles**: We will use the [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) Actor to search the web for social media profiles of a given company. Then, we will use the [TikTok Data Extractor](https://apify.com/clockworks/free-tiktok-scraper) Actor to extract data from the TikTok profiles.
29
29
30
30
### Prerequisites
31
31
@@ -100,7 +100,7 @@ When you run the component again, the output contains only the `markdown` and fl
100
100
101
101
Now that we understand how to call Apify Actors, let's build a practical example where we search for a company's social media profiles and extract data from them.
102
102
103
-
### Building a flow to search for company's social media profiles
103
+
### Building a flow to search for a company's social media profiles
104
104
105
105
Create a new flow and add two **Apify Actors** components from the menu.
0 commit comments