MAC Web Crawler is a MuleSoft custom connector to provide web crawling capabilities to extract data from web pages subsequently based on the structure of the website.
Add this dependency to your application pom.xml
<dependency>
<groupId>com.mule.mulechain</groupId>
<artifactId>mac-web-crawler</artifactId>
<version>0.1.0</version>
<classifier>mule-plugin</classifier>
</dependency>