Robot Actions
Depending on the use-case, a robot should be configured to perform any of the following actions.
1. Capture List
Capture List should be used to capture bulk data. Example: Extract products from producthunt.com. Capture List involves three steps:
- Select the product/item to capture.
- Select fields inside the selected product/item.
- Show the robot how to handle pagination.
- Set a limit, i.e number of items to capture.
Check out this video to understand how to create a robot with capture list
2. Capture Text
Capture Text should be used to extract specific text content. Useful to get individual data and when you do not want to bulk scrape.
Check out this video to understand how to create a robot with capture text
3. Capture Screenshot
Capture Screenshot should be used to extract screenshots of websites. Currently supported screenshots include:
- Full page screenshots
- Visible section screenshots
Check out this video to understand how to create a robot with capture screenshot