xpander.ai is a Backend-as-a-Service platform for building autonomous AI agents. It is a no-code solution designed to help enterprise developers efficiently build, test, and deploy AI agents. It also comes with an open-source SDK to programmatically build and run AI agents.
Launches a scraping job for a specified dataset using the Web Scraper APIs.
Sends an HTTP request through Bright Data’s proxy network for accessing the content of any web page.
Downloads a snapshot of a dataset in various formats, passing the data to the AI.
Prerequisites
Create a new agent
Basic Configuration
Add Bright Data integration tools
Configure the Bright Data Connector
The following modal will show up:
Fill it out as follows:
Configuration Option | Value |
---|---|
Connector name | Bright Data Connector (or any name you prefer) |
Authentication mode | API Key |
Authentication scope | Integration user |
API Key | [Your Bright Data API key] |
Authentication type | Bearer |
Once everything is filled in, press the “Save” button.
Select the Bright Data Tools
Now, you will be prompted to select the specific Bright Data tools you want to enable in your agent:
We recommend selecting all tools to unlock full web scraping capabilities. As of this writing, the available tools are:
Add the Tools to Your Agent
Once you have selected the desired tools, click the “Add to agent” button in the bottom-right corner:
The “Tools” tab of your agent will now show the Bright Data connector with the tools you configured:
Notice that you can click on any tool to view or adjust its configuration.
Fantastic! Your AI agent is now fully integrated with Bright Data tools and ready to scrape the web.
Specialize Your AI Scraping Agent
Now that your agent has access to the Bright Data tools for web scraping, give it a custom system prompt. This tells the agent what it is and how it should operate.
To do this, click on the “Instructions” tab and paste something like the following into the “System prompt” textarea:
For more specialized agents, you can also add custom rules and goals.
Amazing! Your xpander scraping agent is ready.
View the Agent Graph
Click on the “Agent graph” button to view your current AI agent workflow:
You will see a single agent with access to the three configured Bright Data tools for web scraping.
Well done! All that is left is to test the agent and see it in action.
Send a Prompt to Your Agent
Go back to the “Tester Chat” tab and try out your agent with a prompt like this:
This instructs your web scraping agent to dynamically look online for the top 3 headphones priced under $100 and retrieve information directly from their product detail pages (PDPs).
As you can imagine, a standard LLM would be able to handle this kind of task without access to dedicated scraping tools like those provided by Bright Data.
Paste the prompt into the chat input and send it to your agent:
Analyze the Agent's Response
The agent uses the LLM and Bright Data tools to:
Inspect the Tool Calls
If you expand one of the tool sections in the interface, you will see something like this:
This proves that, behind the scenes, the AI agent automatically detected which Bright Data tools to use to complete the task. In detail, it called them with the right parameters to fetch fresh scraped data (in this case, directly from Amazon product pages).
Et voilà! You now have a fully functional scraping agent on xpander.ai, powered by Bright Data’s AI data infrastructure.