Skip to main content

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:

  1. Select the product/item to capture.
  2. Select fields inside the selected product/item.
  3. Show the robot how to handle pagination.
  4. 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:

  1. Full page screenshots
  2. Visible section screenshots

Check out this video to understand how to create a robot with capture screenshot