Automate tasks with URL Operations
Check, read and modify URL address.
https://botize.com
Triggers
The trigger is the event that starts the automation.
-
a web site has been updated
It is triggered every time a given URL address presents new changes with respect to the last time it was visited.
-
If a website is down
Given a URL, it checks whether the corresponding website is down or not. It performs an automated check of the website's availability.
Actions
The action is what happens automatically, without you having to do anything else.
-
Check if a URL is an image
-
Get URL HTML
-
Get Cleaned HTML article text
-
Get URL Headers
-
Change URL Get Parameters
Given a URL, it allows modify or adding new GET parameters.
-
Extract the components of a URL
Breaks down a URL into its individual parts, such as the scheme, host, path, query parameters, and fragment.
-
Convert text to slug
Convert a text string into a slug, by removing special characters, converting to lowercase, and replacing spaces with hyphens, to facilitate the identification and access to a specific resource on a website.
-
Decode text string to URL format
Decodes an encoded text string in URL format, replacing encoded values %XX with their respective corresponding characters.
-
Encode text string to URL format
Encodes a text string in URL format, replacing disallowed characters with their respective encoded values in %XX format, where XX is the hexadecimal code of the character.
-
Expand URL
Given a shortened URL, returns the long URL version. If there is no long URL for the given URL then it returns the same URL.
-
Create a URL
Creates a URL allowing to optionally indicate GET parameters that will be automatically encoded.
-
Get HTTP Code for a URL
Given a URL, it retrieves the HTTP response code.
-
Remove URL Get Parameters
Given a URL, it allows to remove GET parameters.
-
Convert GET params into Tags
Given a URL, it allows to convert GET parameters into tags.