Explore more
Tools
Text parser
6 min
our text parser section includes several useful modules that can enhance your {{scenario singular lowercase}} text parser transformers get elements from html retrieves the desired elements from an html code true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type match pattern enables you to find and extract string elements matching a search pattern from a given text true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type the search pattern is a https //en wikipedia org/wiki/regular expression (aka regex or regexp), which is a sequence of characters in which each character is either a metacharacter, having a special meaning, or a regular character that has a literal meaning the complete list of metacharacters can be found on the https //developer mozilla org/en us/docs/web/javascript/guide/regular expressions for a tutorial on how to create regular expressions, we recommend the https //regexone com/ for an easy, quick regex generator, try the https //regex generator olafneumann org for experimenting with regular expressions, we recommend the https //regex101 com/ just make sure to tick the ecmascript (javascript) flavor in the left panel replace searches the entered text for a specified value or regular expression, and replaces the result with the new value true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type data scraping data scraping, sometimes called web scraping, data extraction, or web harvesting is the process of collecting data from websites and storing it in your local database or spreadsheets if you wish to scrape data from a website and you are not familiar with regular expressions, you may use a data scraping tool https //apify com/ is an excellent tool, and we already have it integrated http //whitepapers virtualprivatelibrary net/web%20data%20extractors pdf if the data scraping tool provides a rest api, you can connect to it via our universal http and webhooks modules you can also create an app on your own using the https //developers make com/custom apps documentation