Website Scraper
Acris allows you to scrape websites and extract data. This is useful if you want to extract data from a website.
Let's say we want to extract the news from the Hacker News website.
- We first create a new step and add instructions to scrape the website.
- Then we select the Web Scraper tool.
We run the step to make sure it works:

Extract Data as Structured JSON
We can extract the data as structured JSON. This is useful if we want to use the data in your app. To do this, we first set the step to JSON type.

We define the JSON output structure and run the step to make sure it works:

Now, let's check another use case here