How to extract data from a Web API?

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

  1. Scraping JSON API using JSONPath
  2. Scraping JSON API using REGEX

XML

  1. Scraping XML using REGEX

Signup now to get 100 pages credit free

14 days free trial, no credit card required!