WebScrapper
Scrape web sites with selector. Selector -> https://is.gd/selectorkullanimi💡 Current Version 1.0
📁 File Size 505.83 KB
📦 com.ruwis.WebScrapper
📅 Created On 2021-08-30
Method Blocks
GetAttribute - Get attribute from single element
➜ element input type any
➜ attributes input type text
GetElement - Get elements from single element
➜ element input type any
➜ selector input type text
GetElements - Get elements from single element
➜ element input type any
➜ selector input type text
GetText - Get Text from single element
➜ element input type any
ScrapeData - Scrape web sites using selector → Selector (jsoup Java HTML Parser 1.15.3 API)
➜ url input type text
➜ selector input type text
Event Blocks
ErrorOccurred - When error occurred, get error
➜ error output type text
GotElements - When got data, it returns list
➜ elements output type list
com.ruwis.WebScrapper.aix (505.8 KB)
WebScrapperExample.aia (504.8 KB)