To Extract data from web API in Agenty is similar to scraping any other website. The only difference is on how we are going to parse the web response, and creating of agent than usual using the Chrome extension.
Because the web API response is mostly JSON or XML format instead HTML, so we can either use the JSON path or REGEX parser in Agenty to extract web APIs. Here are the different ways to get data from web API links for different tutorials :
JSON
XML