Introduction
Hello there! Today I am publishing my second extension Web scraping extension.
Blocks
Documentation
Blocks | Description |
---|---|
![]() |
Event is triggered when an error has occurred. |
![]() |
Event is triggered when web data is scraped successfully. It returns list of elements. |
![]() |
This method scrapes from the provided url and CSS selector. After success GotEvent is triggered. |
![]() |
This method gets text value from the list of elements.It returns list of texts. |
![]() |
This method gets text from single element. |
![]() |
This method gets value for the specified HTML attribute from a list of elements. Example: “src” |
![]() |
This method gets value for the specified HTML attribute for a single element. |
Preview
Limitations
- Cannot scrape Javascript and AJAX sites.
AIA
SimpleWebScraping.aia (479.4 KB)
APK
SimpleWebScraping.apk (5.6 MB)
Download AIX
com.henry.WebScrapper.aix (474.0 KB)