Apify
Last updated
Last updated
is a web scraping and data extraction platform. It provides an with more than 3,000 ready-made cloud tools called Actors.
Apify components in BroxiAI run Actors to accomplish tasks like data extraction, content analysis, and SQL operations.
An
To use an Apify Actor in your flow:
Click and drag the Apify Actors component to your workspace.
In the Apify Actor component's Apify Token field, add your Apify API token.
In the Apify Actor component's Actor field, add your Actor ID. You can find the Actor ID in the . For example, the has Actor ID apify/website-content-crawler
.
The component can now be used as a Tool to be connected to an Agent component, or configured to run manually. For more information on running the component manually, see the JSON Example in the .
Here are some example flows that use the Apify Actors component.
Use the to extract text content in Markdown format from a website and process it in your flow.
The agent takes the extracted data and transforms it into summaries, insights, or structured responses to make the information more actionable.
Perform comprehensive social media research with multiple Apify Actors.
The agent collects the links from Google and content from TikTok and analyzes the data to provide insights about a person, brand, or topic.
apify_token
Apify Token
Your Apify API key.
actor
Actor
The Apify Actor to run, for example apify/website-content-crawler
.
run_input
Run Input
output
Actor Run Result
The JSON response containing the output of the Actor run.
Extract website content using the , and then process it with an agent.
Add the to find relevant social media profiles, and then add the to gather data and videos.
The JSON input for configuring the Actor run. For more information, see the .